yank-note-registry 1.0.317 → 1.0.319
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 +3 -2
- package/index.json +64 -16
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"official": [
|
|
3
|
-
{ "id": "@yank-note/extension-ai-copilot", "version": "1.27.
|
|
4
|
-
{ "id": "@yank-note/extension-mermaid", "version": "1.
|
|
3
|
+
{ "id": "@yank-note/extension-ai-copilot", "version": "1.27.5" },
|
|
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
7
|
{ "id": "@yank-note/extension-graph-view", "version": "1.2.0" },
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
{ "id": "@yank-note/extension-tldraw", "version": "1.1.0" },
|
|
14
14
|
{ "id": "@yank-note/extension-geogebra", "version": "1.2.0" },
|
|
15
15
|
{ "id": "@yank-note/extension-spellchecker", "version": "1.0.4" },
|
|
16
|
+
{ "id": "@yank-note/extension-text-comparator", "version": "1.0.0" },
|
|
16
17
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
17
18
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
18
19
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.2" },
|
package/index.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "@yank-note/extension-ai-copilot",
|
|
4
|
-
"version": "1.27.
|
|
4
|
+
"version": "1.27.5",
|
|
5
5
|
"displayName": "AI Copilot",
|
|
6
6
|
"description": "Your AI writing assistant",
|
|
7
7
|
"displayName_ZH-CN": "AI Copilot",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"main": "./dist/index.js",
|
|
20
20
|
"style": "./dist/style.css",
|
|
21
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.27.
|
|
21
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.27.5/icon.svg",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18.20.2",
|
|
24
24
|
"yank-note": "^3.65.0"
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
31
31
|
},
|
|
32
32
|
"dist": {
|
|
33
|
-
"integrity": "sha512-
|
|
34
|
-
"shasum": "
|
|
35
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.27.
|
|
33
|
+
"integrity": "sha512-O0aakpqXW2bvHcs673a9sic0ZtscVH+qtZSE9lhV+5eVaZNP4Mofp2sEo/CI2oEs74LgMfNWloj9m6c0i5HGsQ==",
|
|
34
|
+
"shasum": "7e5dc8dcf9e5b92ffc0d2e269d53a5f0ab6964d1",
|
|
35
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.27.5.tgz",
|
|
36
36
|
"fileCount": 7,
|
|
37
|
-
"unpackedSize":
|
|
37
|
+
"unpackedSize": 205539
|
|
38
38
|
},
|
|
39
39
|
"directories": {},
|
|
40
40
|
"maintainers": [
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"email": "purocean@outlook.com"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.27.
|
|
47
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.27.
|
|
46
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.27.5/README.md",
|
|
47
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.27.5/CHANGELOG.md",
|
|
48
48
|
"origin": "official"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"name": "@yank-note/extension-mermaid",
|
|
52
|
-
"version": "1.
|
|
52
|
+
"version": "1.10.0",
|
|
53
53
|
"displayName": "Mermaid",
|
|
54
54
|
"description": "Mermaid integration",
|
|
55
55
|
"displayName_ZH-CN": "Mermaid",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
},
|
|
67
67
|
"main": "./dist/index.js",
|
|
68
68
|
"style": "./dist/style.css",
|
|
69
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.
|
|
69
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.10.0/icon.png",
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=18.20.2",
|
|
72
72
|
"yank-note": "^3.41.0"
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
76
76
|
},
|
|
77
77
|
"dist": {
|
|
78
|
-
"integrity": "sha512-
|
|
79
|
-
"shasum": "
|
|
80
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.
|
|
78
|
+
"integrity": "sha512-An1drgbpitxxzstqHotFioHlBFrv6iDb+rJxlfQERXSz+Vt9+0hM3zAD0o0cupBzENHg6w/E7790/kbBkLKGKg==",
|
|
79
|
+
"shasum": "ef9a995b650046e343a3d23b7b64f1fc5830120b",
|
|
80
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-mermaid/-/extension-mermaid-1.10.0.tgz",
|
|
81
81
|
"fileCount": 8,
|
|
82
|
-
"unpackedSize":
|
|
82
|
+
"unpackedSize": 4221791
|
|
83
83
|
},
|
|
84
84
|
"directories": {},
|
|
85
85
|
"maintainers": [
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
"email": "purocean@outlook.com"
|
|
89
89
|
}
|
|
90
90
|
],
|
|
91
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.
|
|
92
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.
|
|
91
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.10.0/README.md",
|
|
92
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-mermaid/1.10.0/CHANGELOG.md",
|
|
93
93
|
"origin": "official"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
@@ -602,6 +602,54 @@
|
|
|
602
602
|
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.4/CHANGELOG.md",
|
|
603
603
|
"origin": "official"
|
|
604
604
|
},
|
|
605
|
+
{
|
|
606
|
+
"name": "@yank-note/extension-text-comparator",
|
|
607
|
+
"version": "1.0.0",
|
|
608
|
+
"displayName": "Text Comparator",
|
|
609
|
+
"description": "Compare two text files side by side.",
|
|
610
|
+
"displayName_ZH-CN": "文本比较器",
|
|
611
|
+
"description_ZH-CN": "将两个文本文件并排比较",
|
|
612
|
+
"author": {
|
|
613
|
+
"name": "Yank Note"
|
|
614
|
+
},
|
|
615
|
+
"license": "AGPL-3.0",
|
|
616
|
+
"keywords": [],
|
|
617
|
+
"homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/extension-text-comparator",
|
|
618
|
+
"repository": {
|
|
619
|
+
"type": "git",
|
|
620
|
+
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
621
|
+
},
|
|
622
|
+
"main": "./dist/index.js",
|
|
623
|
+
"style": "./dist/style.css",
|
|
624
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.0/icon.svg",
|
|
625
|
+
"engines": {
|
|
626
|
+
"node": ">=18.20.2",
|
|
627
|
+
"yank-note": "^3.80.0"
|
|
628
|
+
},
|
|
629
|
+
"requirements": {
|
|
630
|
+
"premium": true
|
|
631
|
+
},
|
|
632
|
+
"bugs": {
|
|
633
|
+
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
634
|
+
},
|
|
635
|
+
"dist": {
|
|
636
|
+
"integrity": "sha512-Z1el746VMVZjXR10ZFlNZn/INf1SFN3RkB22AxXhQh86kWWBFsd976b9CQfcfKCbnXEFHl/xo4g6ngEaINLdcA==",
|
|
637
|
+
"shasum": "1540a65337deb26bf0b7cd6d9adfa79f88089c71",
|
|
638
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-text-comparator/-/extension-text-comparator-1.0.0.tgz",
|
|
639
|
+
"fileCount": 7,
|
|
640
|
+
"unpackedSize": 50633
|
|
641
|
+
},
|
|
642
|
+
"directories": {},
|
|
643
|
+
"maintainers": [
|
|
644
|
+
{
|
|
645
|
+
"name": "purocean",
|
|
646
|
+
"email": "purocean@outlook.com"
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.0/README.md",
|
|
650
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-text-comparator/1.0.0/CHANGELOG.md",
|
|
651
|
+
"origin": "official"
|
|
652
|
+
},
|
|
605
653
|
{
|
|
606
654
|
"name": "@yank-note/extension-markdown-prettier",
|
|
607
655
|
"version": "1.4.3",
|