yank-note-registry 1.0.252 → 1.0.254
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 +2 -2
- package/index.json +25 -19
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.5.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
7
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
|
|
8
|
-
{ "id": "@yank-note/extension-markmap", "version": "1.
|
|
8
|
+
{ "id": "@yank-note/extension-markmap", "version": "1.6.0" },
|
|
9
9
|
{ "id": "@yank-note/extension-code-runner", "version": "1.3.0" },
|
|
10
|
-
{ "id": "@yank-note/extension-ai-copilot", "version": "1.
|
|
10
|
+
{ "id": "@yank-note/extension-ai-copilot", "version": "1.17.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-repl", "version": "1.2.2" },
|
|
12
12
|
{ "id": "@yank-note/extension-kroki", "version": "1.1.2" },
|
|
13
13
|
{ "id": "@yank-note/extension-tldraw", "version": "1.0.0" },
|
package/index.json
CHANGED
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"name": "@yank-note/extension-markmap",
|
|
234
|
-
"version": "1.
|
|
234
|
+
"version": "1.6.0",
|
|
235
235
|
"displayName": "Markmap",
|
|
236
236
|
"description": "Visualize your Markdown as mindmaps with Markmap.",
|
|
237
237
|
"displayName_ZH-CN": "Markmap",
|
|
@@ -248,10 +248,10 @@
|
|
|
248
248
|
},
|
|
249
249
|
"main": "./dist/index.js",
|
|
250
250
|
"style": "./dist/style.css",
|
|
251
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.
|
|
251
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.6.0/icon.png",
|
|
252
252
|
"engines": {
|
|
253
|
-
"node": ">=
|
|
254
|
-
"yank-note": "^3.
|
|
253
|
+
"node": ">=18.20.2",
|
|
254
|
+
"yank-note": "^3.72.1"
|
|
255
255
|
},
|
|
256
256
|
"requirements": {
|
|
257
257
|
"premium": true
|
|
@@ -260,15 +260,21 @@
|
|
|
260
260
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
261
261
|
},
|
|
262
262
|
"dist": {
|
|
263
|
-
"integrity": "sha512-
|
|
264
|
-
"shasum": "
|
|
265
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.
|
|
263
|
+
"integrity": "sha512-PaSlwUmLDLqZbTm2hqRe36MzDSSDU+OoBsucK5kwYxa8vBPG8Jn55iMa9GF2sByIn1FnXPxvc9Mb5TMjKheUIQ==",
|
|
264
|
+
"shasum": "805df3c3d3769f9e2ddabad576bf5ece70a1b7f5",
|
|
265
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.6.0.tgz",
|
|
266
266
|
"fileCount": 12,
|
|
267
|
-
"unpackedSize":
|
|
267
|
+
"unpackedSize": 1168018
|
|
268
268
|
},
|
|
269
269
|
"directories": {},
|
|
270
|
-
"
|
|
271
|
-
|
|
270
|
+
"maintainers": [
|
|
271
|
+
{
|
|
272
|
+
"name": "purocean",
|
|
273
|
+
"email": "purocean@outlook.com"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.6.0/README.md",
|
|
277
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.6.0/CHANGELOG.md",
|
|
272
278
|
"origin": "official"
|
|
273
279
|
},
|
|
274
280
|
{
|
|
@@ -320,7 +326,7 @@
|
|
|
320
326
|
},
|
|
321
327
|
{
|
|
322
328
|
"name": "@yank-note/extension-ai-copilot",
|
|
323
|
-
"version": "1.
|
|
329
|
+
"version": "1.17.0",
|
|
324
330
|
"displayName": "AI Copilot",
|
|
325
331
|
"description": "Your AI writing assistant",
|
|
326
332
|
"displayName_ZH-CN": "AI Copilot",
|
|
@@ -337,9 +343,9 @@
|
|
|
337
343
|
},
|
|
338
344
|
"main": "./dist/index.js",
|
|
339
345
|
"style": "./dist/style.css",
|
|
340
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.
|
|
346
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.17.0/icon.svg",
|
|
341
347
|
"engines": {
|
|
342
|
-
"node": ">=
|
|
348
|
+
"node": ">=18.20.2",
|
|
343
349
|
"yank-note": "^3.65.0"
|
|
344
350
|
},
|
|
345
351
|
"requirements": {
|
|
@@ -349,11 +355,11 @@
|
|
|
349
355
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
350
356
|
},
|
|
351
357
|
"dist": {
|
|
352
|
-
"integrity": "sha512-
|
|
353
|
-
"shasum": "
|
|
354
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.
|
|
358
|
+
"integrity": "sha512-u1hTh9U2tV0jD+CFPwf5yI+5n2QZwohF9DbkFKyO3tO+dniPsHXvCm0QP3yeekokb0NzVyBVjKrNwJ1K4iPhAQ==",
|
|
359
|
+
"shasum": "ce906b5c3c9485b16a489c8d39658fbb312dc7b9",
|
|
360
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.17.0.tgz",
|
|
355
361
|
"fileCount": 7,
|
|
356
|
-
"unpackedSize":
|
|
362
|
+
"unpackedSize": 146976
|
|
357
363
|
},
|
|
358
364
|
"directories": {},
|
|
359
365
|
"maintainers": [
|
|
@@ -362,8 +368,8 @@
|
|
|
362
368
|
"email": "purocean@outlook.com"
|
|
363
369
|
}
|
|
364
370
|
],
|
|
365
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.
|
|
366
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.
|
|
371
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.17.0/README.md",
|
|
372
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.17.0/CHANGELOG.md",
|
|
367
373
|
"origin": "official"
|
|
368
374
|
},
|
|
369
375
|
{
|