yank-note-registry 1.0.241 → 1.0.243
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
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{ "id": "@yank-note/extension-reveal-js", "version": "1.8.0" },
|
|
8
8
|
{ "id": "@yank-note/extension-markmap", "version": "1.5.3" },
|
|
9
9
|
{ "id": "@yank-note/extension-code-runner", "version": "1.2.0" },
|
|
10
|
-
{ "id": "@yank-note/extension-ai-copilot", "version": "1.16.
|
|
10
|
+
{ "id": "@yank-note/extension-ai-copilot", "version": "1.16.2" },
|
|
11
11
|
{ "id": "@yank-note/extension-repl", "version": "1.2.1" },
|
|
12
12
|
{ "id": "@yank-note/extension-kroki", "version": "1.1.1" },
|
|
13
13
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.3" },
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.2.2" },
|
|
16
16
|
{ "id": "@yank-note/extension-git-push", "version": "1.4.0" },
|
|
17
17
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.4.3" },
|
|
18
|
-
{ "id": "@yank-note/extension-renumber", "version": "1.0.
|
|
18
|
+
{ "id": "@yank-note/extension-renumber", "version": "1.0.1" },
|
|
19
19
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.3" },
|
|
20
20
|
{ "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
|
|
21
21
|
{ "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
|
package/index.json
CHANGED
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
"name": "@yank-note/extension-ai-copilot",
|
|
329
|
-
"version": "1.16.
|
|
329
|
+
"version": "1.16.2",
|
|
330
330
|
"displayName": "AI Copilot",
|
|
331
331
|
"description": "Your AI writing assistant",
|
|
332
332
|
"displayName_ZH-CN": "AI Copilot",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
},
|
|
344
344
|
"main": "./dist/index.js",
|
|
345
345
|
"style": "./dist/style.css",
|
|
346
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.16.
|
|
346
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.16.2/icon.svg",
|
|
347
347
|
"engines": {
|
|
348
348
|
"node": ">=14.6.0",
|
|
349
349
|
"yank-note": "^3.65.0"
|
|
@@ -355,11 +355,11 @@
|
|
|
355
355
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
356
356
|
},
|
|
357
357
|
"dist": {
|
|
358
|
-
"integrity": "sha512-
|
|
359
|
-
"shasum": "
|
|
360
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.16.
|
|
358
|
+
"integrity": "sha512-Ms5Nbalhnx4wFCkuvekM31jCrnVt1yBxwmi7A9MrK0eZzKsGgox7IdC540AcdDgPUhTVN6CP7X/++8FYhwgR0g==",
|
|
359
|
+
"shasum": "0537b4f660d6e5b2d7ceff9c9906c3f3c952b216",
|
|
360
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.16.2.tgz",
|
|
361
361
|
"fileCount": 7,
|
|
362
|
-
"unpackedSize":
|
|
362
|
+
"unpackedSize": 146273
|
|
363
363
|
},
|
|
364
364
|
"directories": {},
|
|
365
365
|
"maintainers": [
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"email": "purocean@outlook.com"
|
|
369
369
|
}
|
|
370
370
|
],
|
|
371
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.16.
|
|
372
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.16.
|
|
371
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.16.2/README.md",
|
|
372
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.16.2/CHANGELOG.md",
|
|
373
373
|
"origin": "official"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
},
|
|
705
705
|
{
|
|
706
706
|
"name": "@yank-note/extension-renumber",
|
|
707
|
-
"version": "1.0.
|
|
707
|
+
"version": "1.0.1",
|
|
708
708
|
"displayName": "Renumber",
|
|
709
709
|
"displayName_ZH-CN": "自动编号",
|
|
710
710
|
"description": "Automatically renumber the list items in the note.",
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
721
721
|
},
|
|
722
722
|
"main": "./dist/index.js",
|
|
723
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.
|
|
723
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.1/icon.svg",
|
|
724
724
|
"style": "./dist/style.css",
|
|
725
725
|
"engines": {
|
|
726
726
|
"node": ">=14.6.0",
|
|
@@ -733,11 +733,11 @@
|
|
|
733
733
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
734
734
|
},
|
|
735
735
|
"dist": {
|
|
736
|
-
"integrity": "sha512-
|
|
737
|
-
"shasum": "
|
|
738
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-renumber/-/extension-renumber-1.0.
|
|
736
|
+
"integrity": "sha512-wZkgfRkln+fZHQfCYTSJJJqJdcNgETtDdtBqCw2gLvUZb7wy8WLdT5GS01GPgw6z/YPB03nZ4ywuEi/4WR68wQ==",
|
|
737
|
+
"shasum": "2d8bba994cd6299bcd4636fe6380c0c61af2196a",
|
|
738
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-renumber/-/extension-renumber-1.0.1.tgz",
|
|
739
739
|
"fileCount": 7,
|
|
740
|
-
"unpackedSize":
|
|
740
|
+
"unpackedSize": 44085
|
|
741
741
|
},
|
|
742
742
|
"directories": {},
|
|
743
743
|
"maintainers": [
|
|
@@ -746,8 +746,8 @@
|
|
|
746
746
|
"email": "purocean@outlook.com"
|
|
747
747
|
}
|
|
748
748
|
],
|
|
749
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.
|
|
750
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.
|
|
749
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.1/README.md",
|
|
750
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-renumber/1.0.1/CHANGELOG.md",
|
|
751
751
|
"origin": "official"
|
|
752
752
|
},
|
|
753
753
|
{
|