yank-note-registry 1.0.326 → 1.0.328
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 +16 -16
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"official": [
|
|
3
3
|
{ "id": "@yank-note/extension-ai-copilot", "version": "1.27.5" },
|
|
4
4
|
{ "id": "@yank-note/extension-mermaid", "version": "1.10.0" },
|
|
5
|
-
{ "id": "@yank-note/extension-drawio", "version": "2.6.
|
|
5
|
+
{ "id": "@yank-note/extension-drawio", "version": "2.6.1" },
|
|
6
6
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.7.4" },
|
|
7
7
|
{ "id": "@yank-note/extension-graph-view", "version": "1.2.2" },
|
|
8
8
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.9.0" },
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
{ "id": "@yank-note/extension-kroki", "version": "1.1.2" },
|
|
13
13
|
{ "id": "@yank-note/extension-tldraw", "version": "1.2.0" },
|
|
14
14
|
{ "id": "@yank-note/extension-geogebra", "version": "1.2.0" },
|
|
15
|
-
{ "id": "@yank-note/extension-spellchecker", "version": "1.0.
|
|
15
|
+
{ "id": "@yank-note/extension-spellchecker", "version": "1.0.7" },
|
|
16
16
|
{ "id": "@yank-note/extension-text-comparator", "version": "1.2.0" },
|
|
17
17
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
18
18
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
package/index.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "@yank-note/extension-drawio",
|
|
97
|
-
"version": "2.6.
|
|
97
|
+
"version": "2.6.1",
|
|
98
98
|
"displayName": "Drawio",
|
|
99
99
|
"description": "Drawio integration",
|
|
100
100
|
"displayName_ZH-CN": "Drawio",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
},
|
|
112
112
|
"main": "./main/index.js",
|
|
113
113
|
"style": "./main/style.css",
|
|
114
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.
|
|
115
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.
|
|
116
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.
|
|
114
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.1/icon.svg",
|
|
115
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.1/README.md",
|
|
116
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.6.1/CHANGELOG.md",
|
|
117
117
|
"engines": {
|
|
118
118
|
"node": ">=18.20.2",
|
|
119
119
|
"yank-note": "^3.66.0"
|
|
@@ -122,11 +122,11 @@
|
|
|
122
122
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
123
123
|
},
|
|
124
124
|
"dist": {
|
|
125
|
-
"integrity": "sha512-
|
|
126
|
-
"shasum": "
|
|
127
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.6.
|
|
125
|
+
"integrity": "sha512-VXum8qMacJrJntcwIMJaQyM3G7gzi0tYMSEKRLsQLAeEzpVcsnflvP1bCIWH4IDZeVmcgV71M/Oi7WqBIflIzQ==",
|
|
126
|
+
"shasum": "2cf4edd9589c5666acb57160be834a55f700e311",
|
|
127
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.6.1.tgz",
|
|
128
128
|
"fileCount": 2877,
|
|
129
|
-
"unpackedSize":
|
|
129
|
+
"unpackedSize": 108483169
|
|
130
130
|
},
|
|
131
131
|
"directories": {},
|
|
132
132
|
"maintainers": [
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
},
|
|
558
558
|
{
|
|
559
559
|
"name": "@yank-note/extension-spellchecker",
|
|
560
|
-
"version": "1.0.
|
|
560
|
+
"version": "1.0.7",
|
|
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.7/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-FzHOS7gDOmlxk6BzbB0d1G3A3rPCrOLjVfHE0diIxSbqkCWbSckI1P+DgjqkwqMsYRXWrSUFB6AP85Ro4qPHJw==",
|
|
589
|
+
"shasum": "12d5c8520e315494921cdaea03f85573aec3a045",
|
|
590
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-spellchecker/-/extension-spellchecker-1.0.7.tgz",
|
|
591
591
|
"fileCount": 9,
|
|
592
|
-
"unpackedSize":
|
|
592
|
+
"unpackedSize": 1349640
|
|
593
593
|
},
|
|
594
594
|
"directories": {},
|
|
595
595
|
"maintainers": [
|
|
@@ -598,8 +598,8 @@
|
|
|
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.7/README.md",
|
|
602
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-spellchecker/1.0.7/CHANGELOG.md",
|
|
603
603
|
"origin": "official"
|
|
604
604
|
},
|
|
605
605
|
{
|