yank-note-registry 1.0.244 → 1.0.246
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 +4 -4
- package/index.json +32 -50
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
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.5.
|
|
9
|
-
{ "id": "@yank-note/extension-code-runner", "version": "1.
|
|
8
|
+
{ "id": "@yank-note/extension-markmap", "version": "1.5.4" },
|
|
9
|
+
{ "id": "@yank-note/extension-code-runner", "version": "1.3.0" },
|
|
10
10
|
{ "id": "@yank-note/extension-ai-copilot", "version": "1.16.2" },
|
|
11
|
-
{ "id": "@yank-note/extension-repl", "version": "1.2.
|
|
12
|
-
{ "id": "@yank-note/extension-kroki", "version": "1.1.
|
|
11
|
+
{ "id": "@yank-note/extension-repl", "version": "1.2.2" },
|
|
12
|
+
{ "id": "@yank-note/extension-kroki", "version": "1.1.2" },
|
|
13
13
|
{ "id": "@yank-note/extension-tldraw", "version": "1.0.0" },
|
|
14
14
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
15
15
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
|
package/index.json
CHANGED
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"name": "@yank-note/extension-markmap",
|
|
234
|
-
"version": "1.5.
|
|
234
|
+
"version": "1.5.4",
|
|
235
235
|
"displayName": "Markmap",
|
|
236
236
|
"description": "Visualize your Markdown as mindmaps with Markmap.",
|
|
237
237
|
"displayName_ZH-CN": "Markmap",
|
|
@@ -248,7 +248,7 @@
|
|
|
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.5.
|
|
251
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.5.4/icon.png",
|
|
252
252
|
"engines": {
|
|
253
253
|
"node": ">=14.6.0",
|
|
254
254
|
"yank-note": "^3.41.0"
|
|
@@ -260,26 +260,20 @@
|
|
|
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.5.
|
|
263
|
+
"integrity": "sha512-NcCDI87OV1fLFwMIlue/krOJz1L/hic+OU62UCxu4uNOOQHQhT/cS7smCaxHjRK5QD7E9Ja4VJKWyNtuhZzaog==",
|
|
264
|
+
"shasum": "6a80c791ea04379131a265e5e59c10e3a4554a49",
|
|
265
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.5.4.tgz",
|
|
266
266
|
"fileCount": 12,
|
|
267
|
-
"unpackedSize":
|
|
267
|
+
"unpackedSize": 486109
|
|
268
268
|
},
|
|
269
269
|
"directories": {},
|
|
270
|
-
"
|
|
271
|
-
|
|
272
|
-
"name": "purocean",
|
|
273
|
-
"email": "purocean@outlook.com"
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.5.3/README.md",
|
|
277
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.5.3/CHANGELOG.md",
|
|
270
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.5.4/README.md",
|
|
271
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.5.4/CHANGELOG.md",
|
|
278
272
|
"origin": "official"
|
|
279
273
|
},
|
|
280
274
|
{
|
|
281
275
|
"name": "@yank-note/extension-code-runner",
|
|
282
|
-
"version": "1.
|
|
276
|
+
"version": "1.3.0",
|
|
283
277
|
"displayName": "Code Runner",
|
|
284
278
|
"displayName_ZH-CN": "Code Runner",
|
|
285
279
|
"description": "Run code for multiple languages: BASH/SH, PHP, Python, Node.js, BAT, Java, C and more.",
|
|
@@ -295,7 +289,7 @@
|
|
|
295
289
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
296
290
|
},
|
|
297
291
|
"main": "./dist/index.js",
|
|
298
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.
|
|
292
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.3.0/icon.png",
|
|
299
293
|
"engines": {
|
|
300
294
|
"node": ">=14.6.0",
|
|
301
295
|
"yank-note": "^3.34.0"
|
|
@@ -307,11 +301,11 @@
|
|
|
307
301
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
308
302
|
},
|
|
309
303
|
"dist": {
|
|
310
|
-
"integrity": "sha512-
|
|
311
|
-
"shasum": "
|
|
312
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-runner/-/extension-code-runner-1.
|
|
304
|
+
"integrity": "sha512-si/zeOsOj8taLJA8+ZDGyi22XiRJtcU5FMl31bPgk+4rzjofnTizZJ6tJcFueAuvlUVr5IIu98Jh/A2vJNS2vw==",
|
|
305
|
+
"shasum": "9c2dbc8311c1b72b21bb8f4c6abd208abd2545d0",
|
|
306
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-code-runner/-/extension-code-runner-1.3.0.tgz",
|
|
313
307
|
"fileCount": 6,
|
|
314
|
-
"unpackedSize":
|
|
308
|
+
"unpackedSize": 54032
|
|
315
309
|
},
|
|
316
310
|
"directories": {},
|
|
317
311
|
"maintainers": [
|
|
@@ -320,8 +314,8 @@
|
|
|
320
314
|
"email": "purocean@outlook.com"
|
|
321
315
|
}
|
|
322
316
|
],
|
|
323
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.
|
|
324
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.
|
|
317
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.3.0/README.md",
|
|
318
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-code-runner/1.3.0/CHANGELOG.md",
|
|
325
319
|
"origin": "official"
|
|
326
320
|
},
|
|
327
321
|
{
|
|
@@ -374,7 +368,7 @@
|
|
|
374
368
|
},
|
|
375
369
|
{
|
|
376
370
|
"name": "@yank-note/extension-repl",
|
|
377
|
-
"version": "1.2.
|
|
371
|
+
"version": "1.2.2",
|
|
378
372
|
"displayName": "Vue Repl",
|
|
379
373
|
"description": "Build and run Vue interactive apps in Yank Note",
|
|
380
374
|
"displayName_ZH-CN": "Vue Repl",
|
|
@@ -390,7 +384,7 @@
|
|
|
390
384
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
391
385
|
},
|
|
392
386
|
"main": "./main/index.js",
|
|
393
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.2.
|
|
387
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.2.2/icon.svg",
|
|
394
388
|
"engines": {
|
|
395
389
|
"node": ">=14.6.0",
|
|
396
390
|
"yank-note": "^3.66.0"
|
|
@@ -402,26 +396,20 @@
|
|
|
402
396
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
403
397
|
},
|
|
404
398
|
"dist": {
|
|
405
|
-
"integrity": "sha512-
|
|
406
|
-
"shasum": "
|
|
407
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-repl/-/extension-repl-1.2.
|
|
399
|
+
"integrity": "sha512-dhDUTTD9EqxnmWSEV5Gy5LqLFILCaMMQanuxWj9J4gwEu0RteOJ0OF76iI1SefF3Gl8juJU4AMuEQZTuW/I5MA==",
|
|
400
|
+
"shasum": "34d27c81b5a9f61a0cd16839031d028bfcc77ec2",
|
|
401
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-repl/-/extension-repl-1.2.2.tgz",
|
|
408
402
|
"fileCount": 11,
|
|
409
|
-
"unpackedSize":
|
|
403
|
+
"unpackedSize": 4991053
|
|
410
404
|
},
|
|
411
405
|
"directories": {},
|
|
412
|
-
"
|
|
413
|
-
|
|
414
|
-
"name": "purocean",
|
|
415
|
-
"email": "purocean@outlook.com"
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.2.1/README.md",
|
|
419
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.2.1/CHANGELOG.md",
|
|
406
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.2.2/README.md",
|
|
407
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-repl/1.2.2/CHANGELOG.md",
|
|
420
408
|
"origin": "official"
|
|
421
409
|
},
|
|
422
410
|
{
|
|
423
411
|
"name": "@yank-note/extension-kroki",
|
|
424
|
-
"version": "1.1.
|
|
412
|
+
"version": "1.1.2",
|
|
425
413
|
"displayName": "Kroki",
|
|
426
414
|
"description": "Kroki diagram extension for Yank Note",
|
|
427
415
|
"displayName_ZH-CN": "Kroki",
|
|
@@ -437,7 +425,7 @@
|
|
|
437
425
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
438
426
|
},
|
|
439
427
|
"main": "./dist/index.js",
|
|
440
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.1.
|
|
428
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.1.2/icon.svg",
|
|
441
429
|
"engines": {
|
|
442
430
|
"node": ">=14.6.0",
|
|
443
431
|
"yank-note": "^3.66.0"
|
|
@@ -449,21 +437,15 @@
|
|
|
449
437
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
450
438
|
},
|
|
451
439
|
"dist": {
|
|
452
|
-
"integrity": "sha512-
|
|
453
|
-
"shasum": "
|
|
454
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-kroki/-/extension-kroki-1.1.
|
|
440
|
+
"integrity": "sha512-aETJ+71ZtUVF5QMGqriEOp3d1r4uKb4OvAty2AbcUe2oUtHaV52GTsJzJ5nSY8lGgfPIjJoC8m0taPxdc/AEPQ==",
|
|
441
|
+
"shasum": "f08a0eaf6cce005adf0b7fd1a7a7d3f500bbb65c",
|
|
442
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-kroki/-/extension-kroki-1.1.2.tgz",
|
|
455
443
|
"fileCount": 6,
|
|
456
|
-
"unpackedSize":
|
|
444
|
+
"unpackedSize": 54480
|
|
457
445
|
},
|
|
458
446
|
"directories": {},
|
|
459
|
-
"
|
|
460
|
-
|
|
461
|
-
"name": "purocean",
|
|
462
|
-
"email": "purocean@outlook.com"
|
|
463
|
-
}
|
|
464
|
-
],
|
|
465
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.1.1/README.md",
|
|
466
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.1.1/CHANGELOG.md",
|
|
447
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.1.2/README.md",
|
|
448
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-kroki/1.1.2/CHANGELOG.md",
|
|
467
449
|
"origin": "official"
|
|
468
450
|
},
|
|
469
451
|
{
|