yank-note-registry 1.0.201 → 1.0.202
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
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{ "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
|
|
10
10
|
{ "id": "@yank-note/extension-ai-copilot", "version": "1.3.1" },
|
|
11
11
|
{ "id": "@yank-note/extension-repl", "version": "1.2.1" },
|
|
12
|
-
{ "id": "@yank-note/extension-kroki", "version": "1.0.
|
|
12
|
+
{ "id": "@yank-note/extension-kroki", "version": "1.0.1" },
|
|
13
13
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
14
14
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
|
|
15
15
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.2.2" },
|
package/index.json
CHANGED
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"name": "@yank-note/extension-kroki",
|
|
424
|
-
"version": "1.0.
|
|
424
|
+
"version": "1.0.1",
|
|
425
425
|
"displayName": "Kroki",
|
|
426
426
|
"description": "Kroki diagram extension for Yank Note",
|
|
427
427
|
"displayName_ZH-CN": "Kroki",
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
438
438
|
},
|
|
439
439
|
"main": "./dist/index.js",
|
|
440
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.0.
|
|
440
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.0.1/icon.svg",
|
|
441
441
|
"engines": {
|
|
442
442
|
"node": ">=14.6.0",
|
|
443
443
|
"yank-note": "^3.66.0"
|
|
@@ -449,11 +449,11 @@
|
|
|
449
449
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
450
450
|
},
|
|
451
451
|
"dist": {
|
|
452
|
-
"integrity": "sha512-
|
|
453
|
-
"shasum": "
|
|
454
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-kroki/-/extension-kroki-1.0.
|
|
452
|
+
"integrity": "sha512-emrgBagPD5fI5nGTAD5COPXOZeE5FcJmsbNcGCrTgxSi+z1kR7FktjDbFeni3PKqwV5cyFpq/r+Sw2tZnYmRxg==",
|
|
453
|
+
"shasum": "f95f13e0f4c77dd12a8db436378f87a4c85213c6",
|
|
454
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-kroki/-/extension-kroki-1.0.1.tgz",
|
|
455
455
|
"fileCount": 6,
|
|
456
|
-
"unpackedSize":
|
|
456
|
+
"unpackedSize": 52895
|
|
457
457
|
},
|
|
458
458
|
"directories": {},
|
|
459
459
|
"maintainers": [
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
"email": "purocean@outlook.com"
|
|
463
463
|
}
|
|
464
464
|
],
|
|
465
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.0.
|
|
466
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.0.
|
|
465
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.0.1/README.md",
|
|
466
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.0.1/CHANGELOG.md",
|
|
467
467
|
"origin": "official"
|
|
468
468
|
},
|
|
469
469
|
{
|