yank-note-registry 1.0.140 → 1.0.142
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 +25 -21
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
{ "id": "@yank-note/extension-editor-themes", "version": "1.1.0" }
|
|
18
18
|
],
|
|
19
19
|
"registry": [
|
|
20
|
-
{ "id": "yank-note-extension-theme-yanser", "version": "
|
|
20
|
+
{ "id": "yank-note-extension-theme-yanser", "version": "2.0.0" },
|
|
21
21
|
{ "id": "yank-note-extension-view-reverse-yanser", "version": "2.3.0" },
|
|
22
22
|
{ "id": "yank-note-extension-vim-mode", "version": "1.0.5" },
|
|
23
23
|
{ "id": "yank-note-extension-tool-bar", "version": "1.0.0" },
|
|
24
|
-
{ "id": "yank-note-extension-snippet", "version": "1.0.
|
|
24
|
+
{ "id": "yank-note-extension-snippet", "version": "1.0.2" }
|
|
25
25
|
]
|
|
26
26
|
}
|
package/index.json
CHANGED
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
},
|
|
704
704
|
{
|
|
705
705
|
"name": "yank-note-extension-theme-yanser",
|
|
706
|
-
"version": "
|
|
706
|
+
"version": "2.0.0",
|
|
707
707
|
"displayName": "theme|Yanser",
|
|
708
708
|
"description": "theme from Yanser",
|
|
709
709
|
"displayName_ZH-CN": "主题|烟舍",
|
|
@@ -722,31 +722,35 @@
|
|
|
722
722
|
"access": "public",
|
|
723
723
|
"registry": "https://registry.npmjs.org/"
|
|
724
724
|
},
|
|
725
|
-
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-theme-yanser/
|
|
725
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-theme-yanser/2.0.0/icon.png",
|
|
726
726
|
"engines": {
|
|
727
727
|
"node": ">=14.6.0",
|
|
728
|
-
"yank-note": "^3.
|
|
728
|
+
"yank-note": "^3.45.0"
|
|
729
729
|
},
|
|
730
730
|
"themes": [
|
|
731
731
|
{
|
|
732
|
-
"name": "winter",
|
|
732
|
+
"name": "winter|废弃|下个版本删除",
|
|
733
733
|
"css": "./themes/winter.css"
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
|
-
"name": "dark",
|
|
736
|
+
"name": "dark|废弃|下个版本删除",
|
|
737
737
|
"css": "./themes/dark.css"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"name": "dream|最新|往后主要版本",
|
|
741
|
+
"css": "./themes/dream.css"
|
|
738
742
|
}
|
|
739
743
|
],
|
|
740
|
-
"gitHead": "
|
|
744
|
+
"gitHead": "a5b2663336f42d4fe96cee5e0202fe992efa17a5",
|
|
741
745
|
"bugs": {
|
|
742
746
|
"url": "https://github.com/Yannnser/yank-note-theme/issues"
|
|
743
747
|
},
|
|
744
748
|
"dist": {
|
|
745
|
-
"integrity": "sha512-
|
|
746
|
-
"shasum": "
|
|
747
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-theme-yanser/-/yank-note-extension-theme-yanser-
|
|
748
|
-
"fileCount":
|
|
749
|
-
"unpackedSize":
|
|
749
|
+
"integrity": "sha512-ub0y8ePpLEgPBqBvTDRIZrp9cqF9ohoElUCMHpDMbBiVz5hBVQJ/iRpndvdF2VmsXosxXSDJ46ezmUNdbjddHA==",
|
|
750
|
+
"shasum": "006e5444dc880a1f9d0273c2e682055cfe91c825",
|
|
751
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-theme-yanser/-/yank-note-extension-theme-yanser-2.0.0.tgz",
|
|
752
|
+
"fileCount": 8,
|
|
753
|
+
"unpackedSize": 77374
|
|
750
754
|
},
|
|
751
755
|
"directories": {},
|
|
752
756
|
"maintainers": [
|
|
@@ -755,8 +759,8 @@
|
|
|
755
759
|
"email": "2306974571@qq.com"
|
|
756
760
|
}
|
|
757
761
|
],
|
|
758
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-theme-yanser/
|
|
759
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-theme-yanser/
|
|
762
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-theme-yanser/2.0.0/README.md",
|
|
763
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-theme-yanser/2.0.0/CHANGELOG.md",
|
|
760
764
|
"origin": "registry"
|
|
761
765
|
},
|
|
762
766
|
{
|
|
@@ -902,7 +906,7 @@
|
|
|
902
906
|
},
|
|
903
907
|
{
|
|
904
908
|
"name": "yank-note-extension-snippet",
|
|
905
|
-
"version": "1.0.
|
|
909
|
+
"version": "1.0.2",
|
|
906
910
|
"displayName": "Text Snippet",
|
|
907
911
|
"description": "Insert text snippet quickly",
|
|
908
912
|
"displayName_ZH-CN": "文本片段",
|
|
@@ -915,7 +919,7 @@
|
|
|
915
919
|
"homepage": "https://github.com/zhyipeng/yank-note-extension-snippet",
|
|
916
920
|
"main": "./dist/index.js",
|
|
917
921
|
"style": "./dist/style.css",
|
|
918
|
-
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.
|
|
922
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.2/icon.png",
|
|
919
923
|
"engines": {
|
|
920
924
|
"node": ">=14.6.0",
|
|
921
925
|
"yank-note": ">=3.48.0"
|
|
@@ -923,11 +927,11 @@
|
|
|
923
927
|
"themes": [],
|
|
924
928
|
"licenseText": "MIT License\n\nCopyright (c) 2022 洋子\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",
|
|
925
929
|
"dist": {
|
|
926
|
-
"shasum": "
|
|
927
|
-
"integrity": "sha512
|
|
928
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-snippet/-/yank-note-extension-snippet-1.0.
|
|
930
|
+
"shasum": "7c1c06b8f9e59fe815c657e84e91b3a908b698b3",
|
|
931
|
+
"integrity": "sha512-zzaXaiwH1QSZXP6ObNTRXnuzawHAKTANUVGkDSs+SDgFohDHU0ve3GlNKhrsJqy7awgCTqISUgTsqamTIUE0oA==",
|
|
932
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-snippet/-/yank-note-extension-snippet-1.0.2.tgz",
|
|
929
933
|
"fileCount": 10,
|
|
930
|
-
"unpackedSize":
|
|
934
|
+
"unpackedSize": 9059
|
|
931
935
|
},
|
|
932
936
|
"directories": {},
|
|
933
937
|
"maintainers": [
|
|
@@ -936,8 +940,8 @@
|
|
|
936
940
|
"email": "zhyipeng@outlook.com"
|
|
937
941
|
}
|
|
938
942
|
],
|
|
939
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.
|
|
940
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.
|
|
943
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.2/README.md",
|
|
944
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.2/CHANGELOG.md",
|
|
941
945
|
"origin": "registry"
|
|
942
946
|
}
|
|
943
947
|
]
|