yank-note-registry 1.0.201 → 1.0.203

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 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.0" },
12
+ { "id": "@yank-note/extension-kroki", "version": "1.1.0" },
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.0",
424
+ "version": "1.1.0",
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.0/icon.svg",
440
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.1.0/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-r3ieoUgqO7sSfqB17Zy0mlmfsL6QJjem6+NCyK8tl6Bvjk8Ds0JpyJsWPPrRCey28G0a+HQLHNuD4ixq83Z7Qg==",
453
- "shasum": "b34ebe5d4d76ca5ee2f0503e605c80a6794ba779",
454
- "tarball": "https://registry.npmjs.org/@yank-note/extension-kroki/-/extension-kroki-1.0.0.tgz",
452
+ "integrity": "sha512-0VI9yT4aS9WJiPDvl9R74pkKp/yf+3W+TPlcZV+m4RPS3VKCOoW+EMCmYAJNWNqv4jazjeI8hdmzQYne6NER8g==",
453
+ "shasum": "b65af4b5464364f98ab85c32eb2487b223c0fa80",
454
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-kroki/-/extension-kroki-1.1.0.tgz",
455
455
  "fileCount": 6,
456
- "unpackedSize": 52544
456
+ "unpackedSize": 54246
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.0/README.md",
466
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.0.0/CHANGELOG.md",
465
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.1.0/README.md",
466
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.1.0/CHANGELOG.md",
467
467
  "origin": "official"
468
468
  },
469
469
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.201",
3
+ "version": "1.0.203",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",