yank-note-registry 1.0.210 → 1.0.211
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 +1 -1
- package/index.json +8 -8
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -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
|
@@ -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
|
{
|