joplin-plugin-context-utils 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-context-utils",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
|
|
6
6
|
"prepare": "npm run dist",
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "com.bwat47.context-utils",
|
|
4
4
|
"app_min_version": "3.3",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.4",
|
|
6
6
|
"name": "Context Utils",
|
|
7
7
|
"description": "Adds context menu options in the markdown editor related to links, images, task lists and code",
|
|
8
8
|
"author": "bwat47",
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
"src": "images/context-utils_promo_tile.png",
|
|
42
42
|
"label": "Context Utils Promo Tile"
|
|
43
43
|
},
|
|
44
|
-
"_publish_hash": "sha256:
|
|
45
|
-
"_publish_commit": "main:
|
|
44
|
+
"_publish_hash": "sha256:87b42457c5c98059cbf82169533e9d0808637d81518fbd5ba73038b3e4f54a39",
|
|
45
|
+
"_publish_commit": "main:d721d1c5bb8e853cac15a4720f87de9066d1a1cf"
|
|
46
46
|
}
|