yank-note-registry 1.0.200 → 1.0.201
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 -0
- package/index.json +47 -0
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -9,6 +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.0" },
|
|
12
13
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
13
14
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
|
|
14
15
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.2.2" },
|
package/index.json
CHANGED
|
@@ -419,6 +419,53 @@
|
|
|
419
419
|
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.2.1/CHANGELOG.md",
|
|
420
420
|
"origin": "official"
|
|
421
421
|
},
|
|
422
|
+
{
|
|
423
|
+
"name": "@yank-note/extension-kroki",
|
|
424
|
+
"version": "1.0.0",
|
|
425
|
+
"displayName": "Kroki",
|
|
426
|
+
"description": "Kroki diagram extension for Yank Note",
|
|
427
|
+
"displayName_ZH-CN": "Kroki",
|
|
428
|
+
"description_ZH-CN": "Kroki 图像扩展",
|
|
429
|
+
"keywords": [],
|
|
430
|
+
"author": {
|
|
431
|
+
"name": "Yank Note"
|
|
432
|
+
},
|
|
433
|
+
"license": "AGPL-3.0",
|
|
434
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-kroki",
|
|
435
|
+
"repository": {
|
|
436
|
+
"type": "git",
|
|
437
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
438
|
+
},
|
|
439
|
+
"main": "./dist/index.js",
|
|
440
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.0.0/icon.svg",
|
|
441
|
+
"engines": {
|
|
442
|
+
"node": ">=14.6.0",
|
|
443
|
+
"yank-note": "^3.66.0"
|
|
444
|
+
},
|
|
445
|
+
"requirements": {
|
|
446
|
+
"premium": true
|
|
447
|
+
},
|
|
448
|
+
"bugs": {
|
|
449
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
450
|
+
},
|
|
451
|
+
"dist": {
|
|
452
|
+
"integrity": "sha512-r3ieoUgqO7sSfqB17Zy0mlmfsL6QJjem6+NCyK8tl6Bvjk8Ds0JpyJsWPPrRCey28G0a+HQLHNuD4ixq83Z7Qg==",
|
|
453
|
+
"shasum": "b34ebe5d4d76ca5ee2f0503e605c80a6794ba779",
|
|
454
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-kroki/-/extension-kroki-1.0.0.tgz",
|
|
455
|
+
"fileCount": 6,
|
|
456
|
+
"unpackedSize": 52544
|
|
457
|
+
},
|
|
458
|
+
"directories": {},
|
|
459
|
+
"maintainers": [
|
|
460
|
+
{
|
|
461
|
+
"name": "purocean",
|
|
462
|
+
"email": "purocean@outlook.com"
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.0.0/README.md",
|
|
466
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.0.0/CHANGELOG.md",
|
|
467
|
+
"origin": "official"
|
|
468
|
+
},
|
|
422
469
|
{
|
|
423
470
|
"name": "@yank-note/extension-markdown-prettier",
|
|
424
471
|
"version": "1.4.3",
|