yank-note-registry 1.0.162 → 1.0.164
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 -3
- package/index.json +74 -26
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"official": [
|
|
3
3
|
{ "id": "@yank-note/extension-mermaid", "version": "1.5.4" },
|
|
4
|
-
{ "id": "@yank-note/extension-drawio", "version": "1.
|
|
4
|
+
{ "id": "@yank-note/extension-drawio", "version": "1.8.0" },
|
|
5
|
+
{ "id": "@yank-note/extension-excalidraw", "version": "1.0.1" },
|
|
5
6
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.0" },
|
|
6
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.5.1" },
|
|
7
8
|
{ "id": "@yank-note/extension-markmap", "version": "1.5.1" },
|
|
8
9
|
{ "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
|
|
9
10
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.1" },
|
|
10
11
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.0" },
|
|
11
|
-
{ "id": "@yank-note/extension-popup-preview", "version": "1.
|
|
12
|
+
{ "id": "@yank-note/extension-popup-preview", "version": "1.2.0" },
|
|
12
13
|
{ "id": "@yank-note/extension-git-push", "version": "1.3.0" },
|
|
13
|
-
{ "id": "@yank-note/extension-sublime-merge", "version": "1.4.
|
|
14
|
+
{ "id": "@yank-note/extension-sublime-merge", "version": "1.4.1" },
|
|
14
15
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.0" },
|
|
15
16
|
{ "id": "@yank-note/extension-openai", "version": "1.7.0" },
|
|
16
17
|
{ "id": "@yank-note/extension-milkdown", "version": "1.2.0" },
|
package/index.json
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "@yank-note/extension-drawio",
|
|
49
|
-
"version": "1.
|
|
49
|
+
"version": "1.8.0",
|
|
50
50
|
"displayName": "Drawio",
|
|
51
51
|
"description": "Drawio integration",
|
|
52
52
|
"displayName_ZH-CN": "Drawio",
|
|
@@ -63,22 +63,22 @@
|
|
|
63
63
|
},
|
|
64
64
|
"main": "./dist/index.js",
|
|
65
65
|
"style": "./dist/style.css",
|
|
66
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.
|
|
67
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.
|
|
68
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.
|
|
66
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.8.0/icon.svg",
|
|
67
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.8.0/README.md",
|
|
68
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/1.8.0/CHANGELOG.md",
|
|
69
69
|
"engines": {
|
|
70
70
|
"node": ">=14.6.0",
|
|
71
|
-
"yank-note": "^3.
|
|
71
|
+
"yank-note": "^3.63.2"
|
|
72
72
|
},
|
|
73
73
|
"bugs": {
|
|
74
74
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
75
75
|
},
|
|
76
76
|
"dist": {
|
|
77
|
-
"integrity": "sha512-
|
|
78
|
-
"shasum": "
|
|
79
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-1.
|
|
77
|
+
"integrity": "sha512-evaI+daSeE4r6nGYUedN2PSAHHVVnyHP2zecA1nbECH9/ANjZP/pA27na485wwUkhQ7M0muSKrDxzUkHqz2h+g==",
|
|
78
|
+
"shasum": "54e1ded1811f9237cf93f4ebabfd1d833f6c1c1a",
|
|
79
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-1.8.0.tgz",
|
|
80
80
|
"fileCount": 2905,
|
|
81
|
-
"unpackedSize":
|
|
81
|
+
"unpackedSize": 155362434
|
|
82
82
|
},
|
|
83
83
|
"directories": {},
|
|
84
84
|
"maintainers": [
|
|
@@ -89,6 +89,54 @@
|
|
|
89
89
|
],
|
|
90
90
|
"origin": "official"
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"name": "@yank-note/extension-excalidraw",
|
|
94
|
+
"version": "1.0.1",
|
|
95
|
+
"displayName": "Excalidraw",
|
|
96
|
+
"description": "Excalidraw integration",
|
|
97
|
+
"displayName_ZH-CN": "Excalidraw",
|
|
98
|
+
"description_ZH-CN": "Excalidraw 集成",
|
|
99
|
+
"author": {
|
|
100
|
+
"name": "Yank Note"
|
|
101
|
+
},
|
|
102
|
+
"license": "AGPL-3.0",
|
|
103
|
+
"keywords": [],
|
|
104
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-excalidraw",
|
|
105
|
+
"repository": {
|
|
106
|
+
"type": "git",
|
|
107
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
108
|
+
},
|
|
109
|
+
"main": "./main/index.js",
|
|
110
|
+
"style": "./main/style.css",
|
|
111
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.0.1/icon.png",
|
|
112
|
+
"engines": {
|
|
113
|
+
"node": ">=14.6.0",
|
|
114
|
+
"yank-note": "^3.63.2"
|
|
115
|
+
},
|
|
116
|
+
"requirements": {
|
|
117
|
+
"premium": true
|
|
118
|
+
},
|
|
119
|
+
"bugs": {
|
|
120
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
121
|
+
},
|
|
122
|
+
"dist": {
|
|
123
|
+
"integrity": "sha512-wopOuO7vRxzIJva/AFctzWnohPOOxCoSXKeBipHjWsaK7Ecvl87KmqEzRGRM2S5cp7/g4R6NtVDqaQ14NSgXjA==",
|
|
124
|
+
"shasum": "c5d1caffa28707b81d57b853b97a4bc79992ce9f",
|
|
125
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-excalidraw/-/extension-excalidraw-1.0.1.tgz",
|
|
126
|
+
"fileCount": 69,
|
|
127
|
+
"unpackedSize": 10854412
|
|
128
|
+
},
|
|
129
|
+
"directories": {},
|
|
130
|
+
"maintainers": [
|
|
131
|
+
{
|
|
132
|
+
"name": "purocean",
|
|
133
|
+
"email": "purocean@outlook.com"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.0.1/README.md",
|
|
137
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-excalidraw/1.0.1/CHANGELOG.md",
|
|
138
|
+
"origin": "official"
|
|
139
|
+
},
|
|
92
140
|
{
|
|
93
141
|
"name": "@yank-note/extension-echarts",
|
|
94
142
|
"version": "1.5.0",
|
|
@@ -374,7 +422,7 @@
|
|
|
374
422
|
},
|
|
375
423
|
{
|
|
376
424
|
"name": "@yank-note/extension-popup-preview",
|
|
377
|
-
"version": "1.
|
|
425
|
+
"version": "1.2.0",
|
|
378
426
|
"displayName": "Popup Preview",
|
|
379
427
|
"description": "Popup preview in a new window",
|
|
380
428
|
"displayName_ZH-CN": "弹出预览",
|
|
@@ -390,10 +438,10 @@
|
|
|
390
438
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
391
439
|
},
|
|
392
440
|
"main": "./dist/index.js",
|
|
393
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.
|
|
441
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.2.0/icon.svg",
|
|
394
442
|
"engines": {
|
|
395
443
|
"node": ">=14.6.0",
|
|
396
|
-
"yank-note": "^3.
|
|
444
|
+
"yank-note": "^3.63.1"
|
|
397
445
|
},
|
|
398
446
|
"requirements": {
|
|
399
447
|
"premium": true
|
|
@@ -402,11 +450,11 @@
|
|
|
402
450
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
403
451
|
},
|
|
404
452
|
"dist": {
|
|
405
|
-
"integrity": "sha512-
|
|
406
|
-
"shasum": "
|
|
407
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.
|
|
453
|
+
"integrity": "sha512-cjNXtJ97VAIuXdtDdjPIugvMSdG3Mx/kg7klRpxP24iKBacYWz1QrbVjOB3h0AlPPP7E1/48XEDJxDVf8rpehg==",
|
|
454
|
+
"shasum": "8c2fa2114c5d0893fef88e88bea34229ef6bab40",
|
|
455
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.2.0.tgz",
|
|
408
456
|
"fileCount": 6,
|
|
409
|
-
"unpackedSize":
|
|
457
|
+
"unpackedSize": 41834
|
|
410
458
|
},
|
|
411
459
|
"directories": {},
|
|
412
460
|
"maintainers": [
|
|
@@ -415,8 +463,8 @@
|
|
|
415
463
|
"email": "purocean@outlook.com"
|
|
416
464
|
}
|
|
417
465
|
],
|
|
418
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.
|
|
419
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.
|
|
466
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.2.0/README.md",
|
|
467
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.2.0/CHANGELOG.md",
|
|
420
468
|
"origin": "official"
|
|
421
469
|
},
|
|
422
470
|
{
|
|
@@ -468,7 +516,7 @@
|
|
|
468
516
|
},
|
|
469
517
|
{
|
|
470
518
|
"name": "@yank-note/extension-sublime-merge",
|
|
471
|
-
"version": "1.4.
|
|
519
|
+
"version": "1.4.1",
|
|
472
520
|
"displayName": "Sublime Merge",
|
|
473
521
|
"description": "Sublime Merge integration for Yank Note",
|
|
474
522
|
"displayName_ZH-CN": "Sublime Merge",
|
|
@@ -484,7 +532,7 @@
|
|
|
484
532
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
485
533
|
},
|
|
486
534
|
"main": "./dist/index.js",
|
|
487
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-sublime-merge/1.4.
|
|
535
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-sublime-merge/1.4.1/icon.png",
|
|
488
536
|
"engines": {
|
|
489
537
|
"node": ">=14.6.0",
|
|
490
538
|
"yank-note": "^3.59.1"
|
|
@@ -496,11 +544,11 @@
|
|
|
496
544
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
497
545
|
},
|
|
498
546
|
"dist": {
|
|
499
|
-
"integrity": "sha512-
|
|
500
|
-
"shasum": "
|
|
501
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-sublime-merge/-/extension-sublime-merge-1.4.
|
|
547
|
+
"integrity": "sha512-WhezVrKRu1sQpU5sfDotwyYE8T+hGbXG6UprAEocqETVHULGx81DCSiqCV6b654HF3NVUOyNGVYbFISYq/+36A==",
|
|
548
|
+
"shasum": "44c5f615fac4a432d801d1561b276a1ed25eb58c",
|
|
549
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-sublime-merge/-/extension-sublime-merge-1.4.1.tgz",
|
|
502
550
|
"fileCount": 6,
|
|
503
|
-
"unpackedSize":
|
|
551
|
+
"unpackedSize": 63198
|
|
504
552
|
},
|
|
505
553
|
"directories": {},
|
|
506
554
|
"maintainers": [
|
|
@@ -509,8 +557,8 @@
|
|
|
509
557
|
"email": "purocean@outlook.com"
|
|
510
558
|
}
|
|
511
559
|
],
|
|
512
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sublime-merge/1.4.
|
|
513
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sublime-merge/1.4.
|
|
560
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sublime-merge/1.4.1/README.md",
|
|
561
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-sublime-merge/1.4.1/CHANGELOG.md",
|
|
514
562
|
"origin": "official"
|
|
515
563
|
},
|
|
516
564
|
{
|