yank-note-registry 1.0.150 → 1.0.151
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/extensions.json +1 -1
- package/index.json +8 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.5.1" },
|
|
7
7
|
{ "id": "@yank-note/extension-markmap", "version": "1.5.1" },
|
|
8
8
|
{ "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
|
|
9
|
-
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.
|
|
9
|
+
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.1" },
|
|
10
10
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.1.2" },
|
|
12
12
|
{ "id": "@yank-note/extension-git-push", "version": "1.2.0" },
|
package/index.json
CHANGED
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"name": "@yank-note/extension-markdown-prettier",
|
|
282
|
-
"version": "1.4.
|
|
282
|
+
"version": "1.4.1",
|
|
283
283
|
"displayName": "Markdown Prettier",
|
|
284
284
|
"description": "Markdown Formatter for Yank Note",
|
|
285
285
|
"displayName_ZH-CN": "Markdown Prettier",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
296
296
|
},
|
|
297
297
|
"main": "./dist/index.js",
|
|
298
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.4.
|
|
298
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.4.1/icon.png",
|
|
299
299
|
"engines": {
|
|
300
300
|
"node": ">=14.6.0",
|
|
301
301
|
"yank-note": "^3.55.0"
|
|
@@ -307,11 +307,11 @@
|
|
|
307
307
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
308
308
|
},
|
|
309
309
|
"dist": {
|
|
310
|
-
"integrity": "sha512-
|
|
311
|
-
"shasum": "
|
|
312
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-markdown-prettier/-/extension-markdown-prettier-1.4.
|
|
310
|
+
"integrity": "sha512-6yEbSD/gWZl5C0mf1nwA2b8MHKz5646faf1OjQiW5GIWoDWaTRBFuNpjaHFIj4BTQ7eNibWs+Z5WjYHjNvDHHw==",
|
|
311
|
+
"shasum": "a32afd6327d24102e4f9a5c32e8f014d6d21e6e9",
|
|
312
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-markdown-prettier/-/extension-markdown-prettier-1.4.1.tgz",
|
|
313
313
|
"fileCount": 6,
|
|
314
|
-
"unpackedSize":
|
|
314
|
+
"unpackedSize": 647383
|
|
315
315
|
},
|
|
316
316
|
"directories": {},
|
|
317
317
|
"maintainers": [
|
|
@@ -320,8 +320,8 @@
|
|
|
320
320
|
"email": "purocean@outlook.com"
|
|
321
321
|
}
|
|
322
322
|
],
|
|
323
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.4.
|
|
324
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.4.
|
|
323
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.4.1/README.md",
|
|
324
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markdown-prettier/1.4.1/CHANGELOG.md",
|
|
325
325
|
"origin": "official"
|
|
326
326
|
},
|
|
327
327
|
{
|