joplin-plugin-freehand-drawing
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -0,1 +1,6 @@ | ||
# 2.3.1 | ||
- Bug fixes | ||
- Fix saving new images multiple times continues creating new images. | ||
# 2.3.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"scripts": { | ||
@@ -23,24 +23,24 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/jest": "29.5.5", | ||
"@types/markdown-it": "^12.2.3", | ||
"@types/node": "^20.3.2", | ||
"@typescript-eslint/eslint-plugin": "6.7.4", | ||
"@typescript-eslint/parser": "6.7.4", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"eslint": "8.50.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"fs-extra": "^11.1.1", | ||
"glob": "^10.3.10", | ||
"jest": "29.7.0", | ||
"jest-environment-jsdom": "29.7.0", | ||
"lint-staged": "14.0.1", | ||
"on-build-webpack": "^0.1.0", | ||
"prettier": "3.0.3", | ||
"style-loader": "^3.3.3", | ||
"tar": "^6.2.0", | ||
"ts-jest": "29.1.1", | ||
"ts-loader": "^9.4.4", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.1.4", | ||
"jest": "29.7.0", | ||
"jest-environment-jsdom": "29.7.0", | ||
"@types/jest": "29.5.5", | ||
"ts-jest": "29.1.1", | ||
"eslint": "8.50.0", | ||
"@typescript-eslint/eslint-plugin": "6.7.4", | ||
"@typescript-eslint/parser": "6.7.4", | ||
"eslint-config-prettier": "9.0.0", | ||
"prettier": "3.0.3", | ||
"lint-staged": "14.0.1" | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
@@ -47,0 +47,0 @@ "dependencies": { |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.10", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"name": "Freehand Drawing", | ||
@@ -35,4 +35,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:f8400a1886cb9d9be161213928a694f7c43b712e7246ceb147ac0c41c22bff65", | ||
"_publish_commit": "main:d279922830bb14d7b2d67b591b46a0abe90d1d6b" | ||
"_publish_hash": "sha256:49ed542989310a7d09bef100600d832b7514b4062ea219abaa21d249f3b7dd10", | ||
"_publish_commit": "main:1ae9dbd140ed804a556fabba8801490a73a41c3e" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
575432