yank-note-registry 1.0.285 → 1.0.286

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "official": [
3
3
  { "id": "@yank-note/extension-ai-copilot", "version": "1.24.1" },
4
- { "id": "@yank-note/extension-mermaid", "version": "1.8.0" },
4
+ { "id": "@yank-note/extension-mermaid", "version": "1.9.0" },
5
5
  { "id": "@yank-note/extension-drawio", "version": "2.5.0" },
6
6
  { "id": "@yank-note/extension-excalidraw", "version": "1.6.0" },
7
7
  { "id": "@yank-note/extension-echarts", "version": "1.5.2" },
package/index.json CHANGED
@@ -49,7 +49,7 @@
49
49
  },
50
50
  {
51
51
  "name": "@yank-note/extension-mermaid",
52
- "version": "1.8.0",
52
+ "version": "1.9.0",
53
53
  "displayName": "Mermaid",
54
54
  "description": "Mermaid integration",
55
55
  "displayName_ZH-CN": "Mermaid",
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "main": "./dist/index.js",
68
68
  "style": "./dist/style.css",
69
- "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.8.0/icon.png",
69
+ "icon": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.9.0/icon.png",
70
70
  "engines": {
71
71
  "node": ">=18.20.2",
72
72
  "yank-note": "^3.41.0"
@@ -75,11 +75,11 @@
75
75
  "url": "https://github.com/purocean/yank-note-extension/issues"
76
76
  },
77
77
  "dist": {
78
- "integrity": "sha512-Wm7bnX6kVxICszSlDOM9MngYIaoDAjLCUJZe6NhJhACrCr65Id+KWkDpWCDgAEweavT8/uT99EXanrdQAb3JhQ==",
79
- "shasum": "45b75f5397bdf5099605b67351f4e8714003497a",
80
- "tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.8.0.tgz",
78
+ "integrity": "sha512-lsSeAaC3poWu1+iaYu21Ht+Bu6soPkQwFB+9+qoqo/evVcMjzVLwDEfWV3/skB2W7vvwXGLBBniLSHKheQILXw==",
79
+ "shasum": "62ccdb76fa596d43fceed97e6be201296cc7bf4a",
80
+ "tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.9.0.tgz",
81
81
  "fileCount": 8,
82
- "unpackedSize": 3479816
82
+ "unpackedSize": 3081398
83
83
  },
84
84
  "directories": {},
85
85
  "maintainers": [
@@ -88,8 +88,8 @@
88
88
  "email": "purocean@outlook.com"
89
89
  }
90
90
  ],
91
- "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.8.0/README.md",
92
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.8.0/CHANGELOG.md",
91
+ "readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.9.0/README.md",
92
+ "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.9.0/CHANGELOG.md",
93
93
  "origin": "official"
94
94
  },
95
95
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.285",
3
+ "version": "1.0.286",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",