yank-note-registry 1.0.210 → 1.0.212
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.
|
|
10
|
+
{ "id": "@yank-note/extension-ai-copilot", "version": "1.5.0" },
|
|
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" },
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.3" },
|
|
19
19
|
{ "id": "@yank-note/extension-milkdown", "version": "1.2.2" },
|
|
20
20
|
{ "id": "@yank-note/extension-editor-themes", "version": "1.2.2" },
|
|
21
|
-
{ "id": "@yank-note/extension-nes-emulator", "version": "1.
|
|
21
|
+
{ "id": "@yank-note/extension-nes-emulator", "version": "1.1.0" }
|
|
22
22
|
],
|
|
23
23
|
"registry": [
|
|
24
24
|
{ "id": "yank-note-extension-theme-yanser", "version": "2.0.0" },
|
package/index.json
CHANGED
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
"name": "@yank-note/extension-ai-copilot",
|
|
329
|
-
"version": "1.
|
|
329
|
+
"version": "1.5.0",
|
|
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.
|
|
346
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.5.0/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.
|
|
358
|
+
"integrity": "sha512-3IeGvpoJ70CT7Hr0r0PEUkZbTTBB4ec+Rxy7P0itmkuH43D/OloWvnC9COyXFCzoZRqd2LPA7gCoUDp3kbeZMg==",
|
|
359
|
+
"shasum": "da64def134cf47306c6a3511988c09c1b60f996a",
|
|
360
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-ai-copilot/-/extension-ai-copilot-1.5.0.tgz",
|
|
361
361
|
"fileCount": 7,
|
|
362
|
-
"unpackedSize":
|
|
362
|
+
"unpackedSize": 109383
|
|
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.
|
|
372
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.
|
|
371
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.5.0/README.md",
|
|
372
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-ai-copilot/1.5.0/CHANGELOG.md",
|
|
373
373
|
"origin": "official"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
846
|
"name": "@yank-note/extension-nes-emulator",
|
|
847
|
-
"version": "1.
|
|
847
|
+
"version": "1.1.0",
|
|
848
848
|
"displayName": "NES Emulator",
|
|
849
849
|
"description": "Run NES games in Yank Note",
|
|
850
850
|
"displayName_ZH-CN": "NES 模拟器",
|
|
@@ -861,7 +861,7 @@
|
|
|
861
861
|
},
|
|
862
862
|
"main": "./dist/index.js",
|
|
863
863
|
"style": "./dist/style.css",
|
|
864
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-nes-emulator/1.
|
|
864
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-nes-emulator/1.1.0/icon.svg",
|
|
865
865
|
"engines": {
|
|
866
866
|
"node": ">=14.6.0",
|
|
867
867
|
"yank-note": "^3.43.0"
|
|
@@ -873,11 +873,11 @@
|
|
|
873
873
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
874
874
|
},
|
|
875
875
|
"dist": {
|
|
876
|
-
"integrity": "sha512-
|
|
877
|
-
"shasum": "
|
|
878
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-nes-emulator/-/extension-nes-emulator-1.
|
|
876
|
+
"integrity": "sha512-LcAPcxqXZKaLhjQK5MjWIqi667MsY4A1c0mnmRJKGNIUNAiwgsEbkGm+nIMZSvwskMmbwF12VgGsNDTRrxsP0g==",
|
|
877
|
+
"shasum": "49baba7a25a0b2ed3dfc9f9386621956885d044f",
|
|
878
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-nes-emulator/-/extension-nes-emulator-1.1.0.tgz",
|
|
879
879
|
"fileCount": 26,
|
|
880
|
-
"unpackedSize":
|
|
880
|
+
"unpackedSize": 2057971
|
|
881
881
|
},
|
|
882
882
|
"directories": {},
|
|
883
883
|
"maintainers": [
|
|
@@ -886,8 +886,8 @@
|
|
|
886
886
|
"email": "purocean@outlook.com"
|
|
887
887
|
}
|
|
888
888
|
],
|
|
889
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-nes-emulator/1.
|
|
890
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-nes-emulator/1.
|
|
889
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-nes-emulator/1.1.0/README.md",
|
|
890
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-nes-emulator/1.1.0/CHANGELOG.md",
|
|
891
891
|
"origin": "official"
|
|
892
892
|
},
|
|
893
893
|
{
|