yank-note-registry 1.0.286 → 1.0.288
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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{ "id": "@yank-note/extension-ai-copilot", "version": "1.24.1" },
|
|
4
4
|
{ "id": "@yank-note/extension-mermaid", "version": "1.9.0" },
|
|
5
5
|
{ "id": "@yank-note/extension-drawio", "version": "2.5.0" },
|
|
6
|
-
{ "id": "@yank-note/extension-excalidraw", "version": "1.
|
|
6
|
+
{ "id": "@yank-note/extension-excalidraw", "version": "1.7.1" },
|
|
7
7
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
8
8
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
|
|
9
9
|
{ "id": "@yank-note/extension-markmap", "version": "1.7.0" },
|
package/index.json
CHANGED
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"name": "@yank-note/extension-excalidraw",
|
|
142
|
-
"version": "1.
|
|
142
|
+
"version": "1.7.1",
|
|
143
143
|
"displayName": "Excalidraw",
|
|
144
144
|
"description": "Excalidraw integration",
|
|
145
145
|
"displayName_ZH-CN": "Excalidraw",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
156
156
|
},
|
|
157
157
|
"main": "./main/index.js",
|
|
158
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.
|
|
158
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.7.1/icon.png",
|
|
159
159
|
"engines": {
|
|
160
160
|
"node": ">=18.20.2",
|
|
161
161
|
"yank-note": "^3.66.0"
|
|
@@ -167,11 +167,11 @@
|
|
|
167
167
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
168
168
|
},
|
|
169
169
|
"dist": {
|
|
170
|
-
"integrity": "sha512-
|
|
171
|
-
"shasum": "
|
|
172
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.
|
|
170
|
+
"integrity": "sha512-KFxo5lLJQ+Y7xjq5Kc1iDTK0jcf7brz3ySGuuBLIYbbQw1kqNeAicl9nzoWEqulR48h1YtrxYmCWJUIPA296yg==",
|
|
171
|
+
"shasum": "d3e3af03162c45946018ffd7faa4ba960df71980",
|
|
172
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.7.1.tgz",
|
|
173
173
|
"fileCount": 68,
|
|
174
|
-
"unpackedSize":
|
|
174
|
+
"unpackedSize": 5666004
|
|
175
175
|
},
|
|
176
176
|
"directories": {},
|
|
177
177
|
"maintainers": [
|
|
@@ -180,8 +180,8 @@
|
|
|
180
180
|
"email": "purocean@outlook.com"
|
|
181
181
|
}
|
|
182
182
|
],
|
|
183
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.
|
|
184
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.
|
|
183
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.7.1/README.md",
|
|
184
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.7.1/CHANGELOG.md",
|
|
185
185
|
"origin": "official"
|
|
186
186
|
},
|
|
187
187
|
{
|