Skip to content

Commit

Permalink
v3.0.3 (#15)
Browse files Browse the repository at this point in the history
* update jsdiffpatch from 0.4.1 to 0.5.0

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
zendive and dependabot[bot] authored Sep 14, 2023
1 parent 45130df commit d8f6545
Show file tree
Hide file tree
Showing 8 changed files with 363 additions and 272 deletions.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"json.schemaDownload.enable": true
"json.schemaDownload.enable": true,
"editor.formatOnSave": true,
"json.schemas": [
{
"fileMatch": ["manifest.json"],
"url": "https://json.schemastore.org/chrome-manifest.json"
}
]
}
34 changes: 17 additions & 17 deletions bundle/js/jsdiff-panel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "console.diff(...)",
"version": "3.0.2",
"version": "3.0.3",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlCx2Bl0li+3idvfrH9cQL/MzphafGFqMUA2P+0vbyhwxsxWl0llOaGQbkirX5qCoAVHoUCPqu3hCjpVCv35igPbfqDs5bdLZZmXt2F0HjEQnWI/eZKd9IKcKYMplEeL2BodmpU02VrP1UnUzQHZeeMWk9ybgWOqCimkwliILVubRj5dxNB9AidLwO4Z5iGq/OvW9AJMYdxKxrLP2lF6/GGNcCBg+iCJZwlQOhFB9LbUjytT4ws3bIEX4b5zmWLqGKR1NiZfGug2eCWXt9oEKg2WkbXmBBzFKqxnM/bBUrVR29N9qNgx0f42qnyhsW3Bo4kPzE3d0asXCV5nofLTLEwIDAQAB",
"description": "Compare objects in memory with console.diff(old, new) devtools function",
"minimum_chrome_version": "100.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsdiff",
"version": "3.0.2",
"version": "3.0.3",
"description": "Chrome extension to compare objects in memory with console.diff(old, new) devtools function",
"private": true,
"scripts": {
Expand All @@ -23,24 +23,24 @@
"homepage": "https://github.com/zendive/jsdiff#readme",
"type": "module",
"devDependencies": {
"@types/chrome": "0.0.243",
"@types/chrome": "0.0.245",
"@types/webpack-bundle-analyzer": "4.6.0",
"@vue/compiler-sfc": "3.3.4",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.8.1",
"esbuild": "0.19.2",
"esbuild-loader": "4.0.0",
"jsondiffpatch": "0.4.1",
"prettier": "3.0.1",
"sass": "1.65.1",
"esbuild-loader": "4.0.2",
"jsondiffpatch": "0.5.0",
"prettier": "3.0.3",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"typescript": "5.2.2",
"vue": "3.3.4",
"vue-loader": "17.2.2",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.9.0",
"webpack-bundle-analyzer": "4.9.1",
"webpack-cli": "5.1.4"
}
}
Loading

0 comments on commit d8f6545

Please sign in to comment.