yank-note-registry 1.0.34 → 1.0.35
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 +22 -16
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
{ "id": "@yank-note/extension-drawio", "version": "1.0.1" },
|
|
5
5
|
{ "id": "@yank-note/extension-echarts", "version": "1.0.0" },
|
|
6
6
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.0.1" },
|
|
7
|
-
{ "id": "@yank-note/extension-popup-preview", "version": "1.0.
|
|
8
|
-
{ "id": "@yank-note/extension-git-push", "version": "1.1.
|
|
7
|
+
{ "id": "@yank-note/extension-popup-preview", "version": "1.0.4" },
|
|
8
|
+
{ "id": "@yank-note/extension-git-push", "version": "1.1.5" },
|
|
9
9
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.0.2" }
|
|
10
10
|
],
|
|
11
11
|
"registry": [
|
package/index.json
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"name": "@yank-note/extension-popup-preview",
|
|
184
|
-
"version": "1.0.
|
|
184
|
+
"version": "1.0.4",
|
|
185
185
|
"displayName": "Popup Preview",
|
|
186
186
|
"description": "Popup preview in a new window",
|
|
187
187
|
"displayName_ZH-CN": "弹出预览",
|
|
@@ -197,20 +197,23 @@
|
|
|
197
197
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
198
198
|
},
|
|
199
199
|
"main": "./dist/index.js",
|
|
200
|
-
"icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.
|
|
200
|
+
"icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.4/icon.svg?__t=1652326457116",
|
|
201
201
|
"engines": {
|
|
202
202
|
"node": ">=14.6.0",
|
|
203
203
|
"yank-note": "^3.29.0"
|
|
204
204
|
},
|
|
205
|
+
"requirements": {
|
|
206
|
+
"premium": true
|
|
207
|
+
},
|
|
205
208
|
"bugs": {
|
|
206
209
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
207
210
|
},
|
|
208
211
|
"dist": {
|
|
209
|
-
"integrity": "sha512-
|
|
210
|
-
"shasum": "
|
|
211
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.0.
|
|
212
|
+
"integrity": "sha512-totT64fuvdVKfc2Y8Hp9HdVFFkiio1datFPuGRO5uZTvgUCoehDTxGbJvRh7RUdSM46F7Jj2t4sJvjg36kR0Ag==",
|
|
213
|
+
"shasum": "5db4e41e2d13c63a55dbe0c6659ef6daf85f5e8c",
|
|
214
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-popup-preview/-/extension-popup-preview-1.0.4.tgz",
|
|
212
215
|
"fileCount": 6,
|
|
213
|
-
"unpackedSize":
|
|
216
|
+
"unpackedSize": 39685
|
|
214
217
|
},
|
|
215
218
|
"directories": {},
|
|
216
219
|
"maintainers": [
|
|
@@ -219,13 +222,13 @@
|
|
|
219
222
|
"email": "purocean@outlook.com"
|
|
220
223
|
}
|
|
221
224
|
],
|
|
222
|
-
"readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.
|
|
223
|
-
"changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.
|
|
225
|
+
"readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.4/README.md?__t=1652326457554",
|
|
226
|
+
"changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-popup-preview@1.0.4/CHANGELOG.md?__t=1652326458035",
|
|
224
227
|
"origin": "official"
|
|
225
228
|
},
|
|
226
229
|
{
|
|
227
230
|
"name": "@yank-note/extension-git-push",
|
|
228
|
-
"version": "1.1.
|
|
231
|
+
"version": "1.1.5",
|
|
229
232
|
"displayName": "Git Push",
|
|
230
233
|
"displayName_ZH-CN": "Git 推送",
|
|
231
234
|
"description": "Run Git commit and push to remote repository. Note: This plugin is not available for Mac App Store downloaded Yank Note.",
|
|
@@ -241,20 +244,23 @@
|
|
|
241
244
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
242
245
|
},
|
|
243
246
|
"main": "./dist/index.js",
|
|
244
|
-
"icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.
|
|
247
|
+
"icon": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.5/icon.png?__t=1652326461129",
|
|
245
248
|
"engines": {
|
|
246
249
|
"node": ">=14.6.0",
|
|
247
250
|
"yank-note": "^3.29.0"
|
|
248
251
|
},
|
|
252
|
+
"requirements": {
|
|
253
|
+
"terminal": true
|
|
254
|
+
},
|
|
249
255
|
"bugs": {
|
|
250
256
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
251
257
|
},
|
|
252
258
|
"dist": {
|
|
253
|
-
"integrity": "sha512-
|
|
254
|
-
"shasum": "
|
|
255
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-git-push/-/extension-git-push-1.1.
|
|
259
|
+
"integrity": "sha512-w2OnhK6KJq/hHOl7A0c/y1s3MqpaFs/tFHAzhL/2P+gX4p+wHsPUvrY8nnpb/DxyucVG+eh8Lu97WhOtCxTMKQ==",
|
|
260
|
+
"shasum": "2dfdc4ca2fa5f692a23283fbdbf95a7612bd4780",
|
|
261
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-git-push/-/extension-git-push-1.1.5.tgz",
|
|
256
262
|
"fileCount": 6,
|
|
257
|
-
"unpackedSize":
|
|
263
|
+
"unpackedSize": 59902
|
|
258
264
|
},
|
|
259
265
|
"directories": {},
|
|
260
266
|
"maintainers": [
|
|
@@ -263,8 +269,8 @@
|
|
|
263
269
|
"email": "purocean@outlook.com"
|
|
264
270
|
}
|
|
265
271
|
],
|
|
266
|
-
"readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.
|
|
267
|
-
"changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.
|
|
272
|
+
"readmeUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.5/README.md?__t=1652326461621",
|
|
273
|
+
"changelogUrl": "https://cdn.jsdelivr.net/npm/@yank-note/extension-git-push@1.1.5/CHANGELOG.md?__t=1652326462130",
|
|
268
274
|
"origin": "official"
|
|
269
275
|
},
|
|
270
276
|
{
|