yank-note-registry 1.0.281 → 1.0.283
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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"official": [
|
|
3
|
-
{ "id": "@yank-note/extension-ai-copilot", "version": "1.24.
|
|
3
|
+
{ "id": "@yank-note/extension-ai-copilot", "version": "1.24.1" },
|
|
4
4
|
{ "id": "@yank-note/extension-mermaid", "version": "1.8.0" },
|
|
5
|
-
{ "id": "@yank-note/extension-drawio", "version": "2.
|
|
5
|
+
{ "id": "@yank-note/extension-drawio", "version": "2.5.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-excalidraw", "version": "1.6.0" },
|
|
7
7
|
{ "id": "@yank-note/extension-echarts", "version": "1.5.2" },
|
|
8
8
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
|
package/index.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "@yank-note/extension-ai-copilot",
|
|
4
|
-
"version": "1.24.
|
|
4
|
+
"version": "1.24.1",
|
|
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.24.
|
|
21
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.1/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.24.
|
|
33
|
+
"integrity": "sha512-EUjE7WrVbHjFRWagXKxdM6VRTN0d1/p+5vPWBvYCNB0WZ3TVWFXUrRAtSDlDa/RSKvwmrTtWqomqVUc3aqf9Gw==",
|
|
34
|
+
"shasum": "17bf967c8e6929fae3e20868e95b919df12299ea",
|
|
35
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.24.1.tgz",
|
|
36
36
|
"fileCount": 7,
|
|
37
|
-
"unpackedSize":
|
|
37
|
+
"unpackedSize": 197042
|
|
38
38
|
},
|
|
39
39
|
"directories": {},
|
|
40
40
|
"maintainers": [
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"email": "purocean@outlook.com"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.
|
|
47
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.
|
|
46
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.1/README.md",
|
|
47
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.24.1/CHANGELOG.md",
|
|
48
48
|
"origin": "official"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "@yank-note/extension-drawio",
|
|
97
|
-
"version": "2.
|
|
97
|
+
"version": "2.5.0",
|
|
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.
|
|
115
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.
|
|
116
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.
|
|
114
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.5.0/icon.svg",
|
|
115
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.5.0/README.md",
|
|
116
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-drawio/2.5.0/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.
|
|
125
|
+
"integrity": "sha512-p+MSZu+gxN1XV0YqgIZRzq7bKQNLsadgmIAdBBVfHzxh3KU8W4fenWrdfi4jZrnmv8G1up6TTStqLy1+twRwCA==",
|
|
126
|
+
"shasum": "6c3f532f3124ba914f15157bf3768484b83f30fa",
|
|
127
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-drawio/-/extension-drawio-2.5.0.tgz",
|
|
128
128
|
"fileCount": 3139,
|
|
129
|
-
"unpackedSize":
|
|
129
|
+
"unpackedSize": 160354015
|
|
130
130
|
},
|
|
131
131
|
"directories": {},
|
|
132
132
|
"maintainers": [
|