joplin-plugin-notelistpreview
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "joplin-plugin-notelistpreview", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"scripts": { | ||
@@ -9,6 +9,7 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force", | ||
"release": "node ./node_modules/joplinplugindevtools/dist/createRelease.js", | ||
"preRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --prerelease", | ||
"release": "npm test && node ./node_modules/joplinplugindevtools/dist/createRelease.js", | ||
"preRelease": "npm test && node ./node_modules/joplinplugindevtools/dist/createRelease.js --prerelease", | ||
"gitRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --upload", | ||
"gitPreRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --upload --prerelease" | ||
"gitPreRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --upload --prerelease", | ||
"test": "jest" | ||
}, | ||
@@ -24,2 +25,3 @@ "license": "MIT", | ||
"@joplin/lib": "~2.9", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^18.7.13", | ||
@@ -30,4 +32,9 @@ "chalk": "^4.1.0", | ||
"glob": "^8.0.3", | ||
"jest": "^29.7.0", | ||
"jest-when": "^3.6.0", | ||
"joplinplugindevtools": "^1.0.15", | ||
"lint-staged": "^15.2.0", | ||
"prettier": "^3.1.1", | ||
"tar": "^6.1.11", | ||
"ts-jest": "^29.1.1", | ||
"ts-loader": "^9.3.1", | ||
@@ -40,2 +47,3 @@ "typescript": "^4.8.2", | ||
"dependencies": { | ||
"electron-log": "^5.0.3", | ||
"html-to-image": "^1.11.11", | ||
@@ -46,3 +54,21 @@ "i18n": "^0.15.1", | ||
"string-natural-compare": "^3.0.1" | ||
}, | ||
"jest": { | ||
"transform": { | ||
".(ts|tsx)": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js" | ||
], | ||
"moduleNameMapper": { | ||
"^api$": "<rootDir>/node_modules/joplinplugindevtools/dist/apiMock.js", | ||
"^api/(.*)$": "<rootDir>/api/$1" | ||
} | ||
}, | ||
"lint-staged": { | ||
"**/*": "prettier --write --ignore-unknown" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.13", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"name": "Note list (Preview)", | ||
@@ -23,6 +23,23 @@ "description": "Displays a note preview in the note list", | ||
], | ||
"screenshots": [], | ||
"icons": {}, | ||
"_publish_hash": "sha256:c2d4ab45b684b8b896068e71705d108bc7648b6e46836c85e59ba662ae3f13c0", | ||
"_publish_commit": "master:9ac073c278ab525cf28f68ef9ec879dbbbf81b99" | ||
"screenshots": [ | ||
{ | ||
"src": "../img/main.png", | ||
"label": "Screenshot: Showing the Note liste preview with thumbnail" | ||
}, | ||
{ | ||
"src": "../img/showcase1.png", | ||
"label": "Screenshot: Showing the Note liste preview" | ||
}, | ||
{ | ||
"src": "../img/showcase2.png", | ||
"label": "Screenshot: Showing the Note liste preview with thumbnail and tags" | ||
} | ||
], | ||
"icons": { | ||
"icons": { | ||
"256": "../img/icon_256.png" | ||
} | ||
}, | ||
"_publish_hash": "sha256:560ca9d7ac35f74b3be318d48d528404253c00e1bf34ad3d9b1a2c0cd1de9eb3", | ||
"_publish_commit": "master:576883c713bb16898873ab61997288c28c765a16" | ||
} |
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
503836
42
6
19
+ Addedelectron-log@^5.0.3
+ Addedelectron-log@5.2.3(transitive)