yank-note-registry 1.0.142 → 1.0.143
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.3" }
|
|
25
25
|
]
|
|
26
26
|
}
|
package/index.json
CHANGED
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
},
|
|
907
907
|
{
|
|
908
908
|
"name": "yank-note-extension-snippet",
|
|
909
|
-
"version": "1.0.
|
|
909
|
+
"version": "1.0.3",
|
|
910
910
|
"displayName": "Text Snippet",
|
|
911
911
|
"description": "Insert text snippet quickly",
|
|
912
912
|
"displayName_ZH-CN": "文本片段",
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
"homepage": "https://github.com/zhyipeng/yank-note-extension-snippet",
|
|
920
920
|
"main": "./dist/index.js",
|
|
921
921
|
"style": "./dist/style.css",
|
|
922
|
-
"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.3/icon.png",
|
|
923
923
|
"engines": {
|
|
924
924
|
"node": ">=14.6.0",
|
|
925
925
|
"yank-note": ">=3.48.0"
|
|
@@ -927,11 +927,11 @@
|
|
|
927
927
|
"themes": [],
|
|
928
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",
|
|
929
929
|
"dist": {
|
|
930
|
-
"shasum": "
|
|
931
|
-
"integrity": "sha512-
|
|
932
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-snippet/-/yank-note-extension-snippet-1.0.
|
|
930
|
+
"shasum": "39d47047c689a594ae5726803871f633ff5a2e75",
|
|
931
|
+
"integrity": "sha512-MSAH9WeByQyZ8uLfrf4/fJDvikoYV+FGyMIxOq/RhAJblSjv+tEsA6knfBq+DJ1929kV2eGfXjiW79OABbOZ3w==",
|
|
932
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-snippet/-/yank-note-extension-snippet-1.0.3.tgz",
|
|
933
933
|
"fileCount": 10,
|
|
934
|
-
"unpackedSize":
|
|
934
|
+
"unpackedSize": 9480
|
|
935
935
|
},
|
|
936
936
|
"directories": {},
|
|
937
937
|
"maintainers": [
|
|
@@ -940,8 +940,8 @@
|
|
|
940
940
|
"email": "zhyipeng@outlook.com"
|
|
941
941
|
}
|
|
942
942
|
],
|
|
943
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.
|
|
944
|
-
"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.3/README.md",
|
|
944
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-snippet/1.0.3/CHANGELOG.md",
|
|
945
945
|
"origin": "registry"
|
|
946
946
|
}
|
|
947
947
|
]
|