yank-note-registry 1.0.140 → 1.0.141
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
|
@@ -21,6 +21,6 @@
|
|
|
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
|
@@ -902,7 +902,7 @@
|
|
|
902
902
|
},
|
|
903
903
|
{
|
|
904
904
|
"name": "yank-note-extension-snippet",
|
|
905
|
-
"version": "1.0.
|
|
905
|
+
"version": "1.0.2",
|
|
906
906
|
"displayName": "Text Snippet",
|
|
907
907
|
"description": "Insert text snippet quickly",
|
|
908
908
|
"displayName_ZH-CN": "文本片段",
|
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
"homepage": "https://github.com/zhyipeng/yank-note-extension-snippet",
|
|
916
916
|
"main": "./dist/index.js",
|
|
917
917
|
"style": "./dist/style.css",
|
|
918
|
-
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.
|
|
918
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.2/icon.png",
|
|
919
919
|
"engines": {
|
|
920
920
|
"node": ">=14.6.0",
|
|
921
921
|
"yank-note": ">=3.48.0"
|
|
@@ -923,11 +923,11 @@
|
|
|
923
923
|
"themes": [],
|
|
924
924
|
"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
925
|
"dist": {
|
|
926
|
-
"shasum": "
|
|
927
|
-
"integrity": "sha512
|
|
928
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-snippet/-/yank-note-extension-snippet-1.0.
|
|
926
|
+
"shasum": "7c1c06b8f9e59fe815c657e84e91b3a908b698b3",
|
|
927
|
+
"integrity": "sha512-zzaXaiwH1QSZXP6ObNTRXnuzawHAKTANUVGkDSs+SDgFohDHU0ve3GlNKhrsJqy7awgCTqISUgTsqamTIUE0oA==",
|
|
928
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-snippet/-/yank-note-extension-snippet-1.0.2.tgz",
|
|
929
929
|
"fileCount": 10,
|
|
930
|
-
"unpackedSize":
|
|
930
|
+
"unpackedSize": 9059
|
|
931
931
|
},
|
|
932
932
|
"directories": {},
|
|
933
933
|
"maintainers": [
|
|
@@ -936,8 +936,8 @@
|
|
|
936
936
|
"email": "zhyipeng@outlook.com"
|
|
937
937
|
}
|
|
938
938
|
],
|
|
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.
|
|
939
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.2/README.md",
|
|
940
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.2/CHANGELOG.md",
|
|
941
941
|
"origin": "registry"
|
|
942
942
|
}
|
|
943
943
|
]
|