yank-note-registry 1.0.301 → 1.0.303
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 -3
- package/index.json +26 -26
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"official": [
|
|
3
|
-
{ "id": "@yank-note/extension-ai-copilot", "version": "1.27.
|
|
3
|
+
{ "id": "@yank-note/extension-ai-copilot", "version": "1.27.4" },
|
|
4
4
|
{ "id": "@yank-note/extension-mermaid", "version": "1.9.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-echarts", "version": "1.5.2" },
|
|
8
8
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
|
|
9
|
-
{ "id": "@yank-note/extension-markmap", "version": "1.7.
|
|
9
|
+
{ "id": "@yank-note/extension-markmap", "version": "1.7.1" },
|
|
10
10
|
{ "id": "@yank-note/extension-code-runner", "version": "1.4.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-repl", "version": "1.3.0" },
|
|
12
12
|
{ "id": "@yank-note/extension-kroki", "version": "1.1.2" },
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
{ "id": "yank-note-extension-tool-bar", "version": "1.0.0" },
|
|
31
31
|
{ "id": "yank-note-extension-snippet", "version": "1.0.3" },
|
|
32
32
|
{ "id": "yank-note-extension-docsify", "version": "0.0.3" },
|
|
33
|
-
{ "id": "yank-note-extension-math", "version": "0.3.
|
|
33
|
+
{ "id": "yank-note-extension-math", "version": "0.3.2" },
|
|
34
34
|
{ "id": "yank-note-extension-background", "version": "1.0.1" }
|
|
35
35
|
]
|
|
36
36
|
}
|
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.4",
|
|
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.4/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-lI/dhNyMBa4jJIb1QeYAYohMm5f3JKpUSVcoThct5K+0L24EUfRLSYP41/bJDzs2+Zlc0tini7IkR8Mx86XD1A==",
|
|
34
|
+
"shasum": "d7609be0fe7f0a690ec3f148c5c779072d16e915",
|
|
35
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.27.4.tgz",
|
|
36
36
|
"fileCount": 7,
|
|
37
|
-
"unpackedSize":
|
|
37
|
+
"unpackedSize": 205167
|
|
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.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.4/README.md",
|
|
47
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.27.4/CHANGELOG.md",
|
|
48
48
|
"origin": "official"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"name": "@yank-note/extension-markmap",
|
|
282
|
-
"version": "1.7.
|
|
282
|
+
"version": "1.7.1",
|
|
283
283
|
"displayName": "Markmap",
|
|
284
284
|
"description": "Visualize your Markdown as mindmaps with Markmap.",
|
|
285
285
|
"displayName_ZH-CN": "Markmap",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
},
|
|
297
297
|
"main": "./dist/index.js",
|
|
298
298
|
"style": "./dist/style.css",
|
|
299
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.7.
|
|
299
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.7.1/icon.png",
|
|
300
300
|
"engines": {
|
|
301
301
|
"node": ">=18.20.2",
|
|
302
302
|
"yank-note": "^3.72.1"
|
|
@@ -308,11 +308,11 @@
|
|
|
308
308
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
309
309
|
},
|
|
310
310
|
"dist": {
|
|
311
|
-
"integrity": "sha512-
|
|
312
|
-
"shasum": "
|
|
313
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.7.
|
|
311
|
+
"integrity": "sha512-dGLNf+fqSFr+xpBs/pAQquDik8LRAcaE2s/cZtWiba/W73HOExuB4kD0NQSszMZtBE04dofLaBiGdZuND2XTlw==",
|
|
312
|
+
"shasum": "b084e48f1cf1c3571800b8bdd23fcb8af273dda3",
|
|
313
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-markmap/-/extension-markmap-1.7.1.tgz",
|
|
314
314
|
"fileCount": 12,
|
|
315
|
-
"unpackedSize":
|
|
315
|
+
"unpackedSize": 1168771
|
|
316
316
|
},
|
|
317
317
|
"directories": {},
|
|
318
318
|
"maintainers": [
|
|
@@ -321,8 +321,8 @@
|
|
|
321
321
|
"email": "purocean@outlook.com"
|
|
322
322
|
}
|
|
323
323
|
],
|
|
324
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.7.
|
|
325
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.7.
|
|
324
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.7.1/README.md",
|
|
325
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-markmap/1.7.1/CHANGELOG.md",
|
|
326
326
|
"origin": "official"
|
|
327
327
|
},
|
|
328
328
|
{
|
|
@@ -1295,7 +1295,7 @@
|
|
|
1295
1295
|
},
|
|
1296
1296
|
{
|
|
1297
1297
|
"name": "yank-note-extension-math",
|
|
1298
|
-
"version": "0.3.
|
|
1298
|
+
"version": "0.3.2",
|
|
1299
1299
|
"displayName": "数学扩展",
|
|
1300
1300
|
"description": "面向数学用户的 Yank Note 扩展",
|
|
1301
1301
|
"author": {
|
|
@@ -1309,7 +1309,7 @@
|
|
|
1309
1309
|
},
|
|
1310
1310
|
"homepage": "https://github.com/MirionQs/yank-note-extension-math",
|
|
1311
1311
|
"main": "./dist/index.js",
|
|
1312
|
-
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.
|
|
1312
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.2/icon.png",
|
|
1313
1313
|
"engines": {
|
|
1314
1314
|
"node": ">=18.20.2",
|
|
1315
1315
|
"yank-note": ">=3.75.4"
|
|
@@ -1317,20 +1317,20 @@
|
|
|
1317
1317
|
"themes": [
|
|
1318
1318
|
{
|
|
1319
1319
|
"name": "香蕉空间",
|
|
1320
|
-
"css": "./themes/banana-space.
|
|
1320
|
+
"css": "./themes/banana-space.css"
|
|
1321
1321
|
},
|
|
1322
1322
|
{
|
|
1323
1323
|
"name": "多彩笔记",
|
|
1324
|
-
"css": "./themes/colorful-note.
|
|
1324
|
+
"css": "./themes/colorful-note.css"
|
|
1325
1325
|
}
|
|
1326
1326
|
],
|
|
1327
1327
|
"licenseText": "MIT License\n\nCopyright (c) 2022-2024 Mirion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
|
|
1328
1328
|
"dist": {
|
|
1329
|
-
"shasum": "
|
|
1330
|
-
"integrity": "sha512-
|
|
1331
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-math/-/yank-note-extension-math-0.3.
|
|
1329
|
+
"shasum": "2c7cea64194e587e02e51736b3367d35658a0c06",
|
|
1330
|
+
"integrity": "sha512-nVKLWsmdOE4rswIBo0NPu4GnPTxXFjJQR06Ywt+5Bg7Dip4k9Wuq/iHGZhMd0Lzpok1cOGOLKFRJOzEakOjHCQ==",
|
|
1331
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-math/-/yank-note-extension-math-0.3.2.tgz",
|
|
1332
1332
|
"fileCount": 31,
|
|
1333
|
-
"unpackedSize":
|
|
1333
|
+
"unpackedSize": 69053037
|
|
1334
1334
|
},
|
|
1335
1335
|
"directories": {},
|
|
1336
1336
|
"maintainers": [
|
|
@@ -1339,8 +1339,8 @@
|
|
|
1339
1339
|
"email": "mirion@qq.com"
|
|
1340
1340
|
}
|
|
1341
1341
|
],
|
|
1342
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.
|
|
1343
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.
|
|
1342
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.2/README.md",
|
|
1343
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-math/0.3.2/CHANGELOG.md",
|
|
1344
1344
|
"origin": "registry"
|
|
1345
1345
|
},
|
|
1346
1346
|
{
|