yank-note-registry 1.0.320 → 1.0.321
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 -32
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{ "id": "@yank-note/extension-mermaid", "version": "1.10.0" },
|
|
5
5
|
{ "id": "@yank-note/extension-drawio", "version": "2.5.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
|
|
7
|
-
{ "id": "@yank-note/extension-graph-view", "version": "1.2.
|
|
7
|
+
{ "id": "@yank-note/extension-graph-view", "version": "1.2.2" },
|
|
8
8
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.9.0" },
|
|
9
9
|
{ "id": "@yank-note/extension-markmap", "version": "1.7.1" },
|
|
10
10
|
{ "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
{ "id": "@yank-note/extension-kroki", "version": "1.1.2" },
|
|
13
13
|
{ "id": "@yank-note/extension-tldraw", "version": "1.1.0" },
|
|
14
14
|
{ "id": "@yank-note/extension-geogebra", "version": "1.2.0" },
|
|
15
|
-
{ "id": "@yank-note/extension-spellchecker", "version": "1.0.
|
|
16
|
-
{ "id": "@yank-note/extension-text-comparator", "version": "1.0.
|
|
15
|
+
{ "id": "@yank-note/extension-spellchecker", "version": "1.0.5" },
|
|
16
|
+
{ "id": "@yank-note/extension-text-comparator", "version": "1.0.2" },
|
|
17
17
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
18
18
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
19
19
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
|
|
20
|
-
{ "id": "@yank-note/extension-popup-preview", "version": "1.2.
|
|
20
|
+
{ "id": "@yank-note/extension-popup-preview", "version": "1.2.5" },
|
|
21
21
|
{ "id": "@yank-note/extension-git-push", "version": "1.4.0" },
|
|
22
22
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.6.0" },
|
|
23
23
|
{ "id": "@yank-note/extension-renumber", "version": "1.0.2" },
|
package/index.json
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"name": "@yank-note/extension-graph-view",
|
|
189
|
-
"version": "1.2.
|
|
189
|
+
"version": "1.2.2",
|
|
190
190
|
"displayName": "Graph View",
|
|
191
191
|
"description": "Display the repository relationship graph",
|
|
192
192
|
"displayName_ZH-CN": "Graph View",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
"main": "./dist/index.js",
|
|
205
205
|
"style": "./dist/style.css",
|
|
206
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.2.
|
|
206
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.2.2/icon.svg",
|
|
207
207
|
"engines": {
|
|
208
208
|
"node": ">=18.20.2",
|
|
209
209
|
"yank-note": "^3.78.0"
|
|
@@ -215,11 +215,11 @@
|
|
|
215
215
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
216
216
|
},
|
|
217
217
|
"dist": {
|
|
218
|
-
"integrity": "sha512-
|
|
219
|
-
"shasum": "
|
|
220
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-graph-view/-/extension-graph-view-1.2.
|
|
218
|
+
"integrity": "sha512-bcoNZ1nyitt1o6xtkAf+7H/VKuyvbZAKrXjr/dOtSeNCf4EkQ3lPUoS+AOCnU+3v7LvBOe26tqyQ5aZq+mzs/w==",
|
|
219
|
+
"shasum": "a247d6436d1762229aa00770e51a4cccbd1ea34f",
|
|
220
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-graph-view/-/extension-graph-view-1.2.2.tgz",
|
|
221
221
|
"fileCount": 7,
|
|
222
|
-
"unpackedSize":
|
|
222
|
+
"unpackedSize": 234172
|
|
223
223
|
},
|
|
224
224
|
"directories": {},
|
|
225
225
|
"maintainers": [
|
|
@@ -228,8 +228,8 @@
|
|
|
228
228
|
"email": "purocean@outlook.com"
|
|
229
229
|
}
|
|
230
230
|
],
|
|
231
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.2.
|
|
232
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.2.
|
|
231
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.2.2/README.md",
|
|
232
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-graph-view/1.2.2/CHANGELOG.md",
|
|
233
233
|
"origin": "official"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
},
|
|
558
558
|
{
|
|
559
559
|
"name": "@yank-note/extension-spellchecker",
|
|
560
|
-
"version": "1.0.
|
|
560
|
+
"version": "1.0.5",
|
|
561
561
|
"displayName": "Spell Checker",
|
|
562
562
|
"description": "Check spelling in the editor",
|
|
563
563
|
"displayName_ZH-CN": "拼写检查",
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
574
574
|
},
|
|
575
575
|
"main": "./dist/index.js",
|
|
576
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.
|
|
576
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.5/icon.svg",
|
|
577
577
|
"engines": {
|
|
578
578
|
"node": ">=18.20.2",
|
|
579
579
|
"yank-note": "^3.79.0"
|
|
@@ -585,11 +585,11 @@
|
|
|
585
585
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
586
586
|
},
|
|
587
587
|
"dist": {
|
|
588
|
-
"integrity": "sha512-
|
|
589
|
-
"shasum": "
|
|
590
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-spellchecker/-/extension-spellchecker-1.0.
|
|
588
|
+
"integrity": "sha512-rR7iOLCnmvQbFbL9OKnJq57vv82d9IrFKfrFGabp+hCHTnV9BpJQ3NuzyaBPFimiJFDKvsrtyaqdxPJKLccYJw==",
|
|
589
|
+
"shasum": "b93a29f1b605f3c395a427653bf298e170b368d5",
|
|
590
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-spellchecker/-/extension-spellchecker-1.0.5.tgz",
|
|
591
591
|
"fileCount": 9,
|
|
592
|
-
"unpackedSize":
|
|
592
|
+
"unpackedSize": 1348909
|
|
593
593
|
},
|
|
594
594
|
"directories": {},
|
|
595
595
|
"maintainers": [
|
|
@@ -598,13 +598,13 @@
|
|
|
598
598
|
"email": "purocean@outlook.com"
|
|
599
599
|
}
|
|
600
600
|
],
|
|
601
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.
|
|
602
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.
|
|
601
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.5/README.md",
|
|
602
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.5/CHANGELOG.md",
|
|
603
603
|
"origin": "official"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
606
|
"name": "@yank-note/extension-text-comparator",
|
|
607
|
-
"version": "1.0.
|
|
607
|
+
"version": "1.0.2",
|
|
608
608
|
"displayName": "Text Comparator",
|
|
609
609
|
"description": "Compare two text files side by side.",
|
|
610
610
|
"displayName_ZH-CN": "文本比较器",
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
},
|
|
622
622
|
"main": "./dist/index.js",
|
|
623
623
|
"style": "./dist/style.css",
|
|
624
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.
|
|
624
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.2/icon.svg",
|
|
625
625
|
"engines": {
|
|
626
626
|
"node": ">=18.20.2",
|
|
627
627
|
"yank-note": "^3.80.0"
|
|
@@ -633,11 +633,11 @@
|
|
|
633
633
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
634
634
|
},
|
|
635
635
|
"dist": {
|
|
636
|
-
"integrity": "sha512-
|
|
637
|
-
"shasum": "
|
|
638
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-text-comparator/-/extension-text-comparator-1.0.
|
|
636
|
+
"integrity": "sha512-uGcSUjo9XaPSVdIs4LHl0BgdDT2IKBrUGZWVNM7MrZB390KgY8B0gjeHCXftlxkx619hiG+SJ3j0m2KvIEvBaQ==",
|
|
637
|
+
"shasum": "524c7bce5d4e75a3021ad1c8ab1b75ea12f30d34",
|
|
638
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-text-comparator/-/extension-text-comparator-1.0.2.tgz",
|
|
639
639
|
"fileCount": 7,
|
|
640
|
-
"unpackedSize":
|
|
640
|
+
"unpackedSize": 51361
|
|
641
641
|
},
|
|
642
642
|
"directories": {},
|
|
643
643
|
"maintainers": [
|
|
@@ -646,8 +646,8 @@
|
|
|
646
646
|
"email": "purocean@outlook.com"
|
|
647
647
|
}
|
|
648
648
|
],
|
|
649
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.
|
|
650
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.
|
|
649
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.2/README.md",
|
|
650
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.2/CHANGELOG.md",
|
|
651
651
|
"origin": "official"
|
|
652
652
|
},
|
|
653
653
|
{
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
},
|
|
793
793
|
{
|
|
794
794
|
"name": "@yank-note/extension-popup-preview",
|
|
795
|
-
"version": "1.2.
|
|
795
|
+
"version": "1.2.5",
|
|
796
796
|
"displayName": "Popup Preview",
|
|
797
797
|
"description": "Popup preview in a new window",
|
|
798
798
|
"displayName_ZH-CN": "弹出预览",
|
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
809
809
|
},
|
|
810
810
|
"main": "./dist/index.js",
|
|
811
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.2.
|
|
811
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.2.5/icon.svg",
|
|
812
812
|
"engines": {
|
|
813
813
|
"node": ">=18.20.2",
|
|
814
814
|
"yank-note": "^3.63.1"
|
|
@@ -820,11 +820,11 @@
|
|
|
820
820
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
821
821
|
},
|
|
822
822
|
"dist": {
|
|
823
|
-
"integrity": "sha512-
|
|
824
|
-
"shasum": "
|
|
825
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.2.
|
|
823
|
+
"integrity": "sha512-uTfG83n/M11G62xBPgEME0AxUI2dMrBZKRDlt4JKMsrZwEBeAnhSIvv07je83DN+64ytxi4QF+ZgANbiGVJMTA==",
|
|
824
|
+
"shasum": "244ef5fbefa9a8b547ab7568390758f83c3a2d7f",
|
|
825
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.2.5.tgz",
|
|
826
826
|
"fileCount": 6,
|
|
827
|
-
"unpackedSize":
|
|
827
|
+
"unpackedSize": 43477
|
|
828
828
|
},
|
|
829
829
|
"directories": {},
|
|
830
830
|
"maintainers": [
|
|
@@ -833,8 +833,8 @@
|
|
|
833
833
|
"email": "purocean@outlook.com"
|
|
834
834
|
}
|
|
835
835
|
],
|
|
836
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.2.
|
|
837
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.2.
|
|
836
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.2.5/README.md",
|
|
837
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-popup-preview/1.2.5/CHANGELOG.md",
|
|
838
838
|
"origin": "official"
|
|
839
839
|
},
|
|
840
840
|
{
|