yank-note-registry 1.0.147 → 1.0.148
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
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{ "id": "@yank-note/extension-markdown-prettier", "version": "1.4.0" },
|
|
10
10
|
{ "id": "@yank-note/extension-pdf-viewer", "version": "1.2.0" },
|
|
11
11
|
{ "id": "@yank-note/extension-popup-preview", "version": "1.1.2" },
|
|
12
|
-
{ "id": "@yank-note/extension-git-push", "version": "1.
|
|
12
|
+
{ "id": "@yank-note/extension-git-push", "version": "1.2.0" },
|
|
13
13
|
{ "id": "@yank-note/extension-sublime-merge", "version": "1.1.0" },
|
|
14
14
|
{ "id": "@yank-note/extension-luckysheet", "version": "1.1.0" },
|
|
15
15
|
{ "id": "@yank-note/extension-openai", "version": "1.5.0" },
|
package/index.json
CHANGED
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"name": "@yank-note/extension-git-push",
|
|
424
|
-
"version": "1.
|
|
424
|
+
"version": "1.2.0",
|
|
425
425
|
"displayName": "Git Push",
|
|
426
426
|
"displayName_ZH-CN": "Git 推送",
|
|
427
427
|
"description": "Run Git commit and push to remote repository. Note: This plugin is not available for Mac App Store downloaded Yank Note.",
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
438
438
|
},
|
|
439
439
|
"main": "./dist/index.js",
|
|
440
|
-
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.
|
|
440
|
+
"icon": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.2.0/icon.png",
|
|
441
441
|
"engines": {
|
|
442
442
|
"node": ">=14.6.0",
|
|
443
443
|
"yank-note": "^3.29.0"
|
|
@@ -449,11 +449,11 @@
|
|
|
449
449
|
"url": "https://github.com/purocean/yank-note-extension/issues"
|
|
450
450
|
},
|
|
451
451
|
"dist": {
|
|
452
|
-
"integrity": "sha512-
|
|
453
|
-
"shasum": "
|
|
454
|
-
"tarball": "https://registry.npmjs.org/@yank-note/extension-git-push/-/extension-git-push-1.
|
|
452
|
+
"integrity": "sha512-jCcf8wYEK/bRHYs4XK/TowkKIvqr+2CIXA8LQZtyYPxttIYbFG1EvqsHYg7FWjtBZ7l9AdkV3OyPD13oyzJ4Xw==",
|
|
453
|
+
"shasum": "ca12993b236d3084bd36c34cdb494742f5b78b51",
|
|
454
|
+
"tarball": "https://registry.npmjs.org/@yank-note/extension-git-push/-/extension-git-push-1.2.0.tgz",
|
|
455
455
|
"fileCount": 6,
|
|
456
|
-
"unpackedSize":
|
|
456
|
+
"unpackedSize": 60508
|
|
457
457
|
},
|
|
458
458
|
"directories": {},
|
|
459
459
|
"maintainers": [
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
"email": "purocean@outlook.com"
|
|
463
463
|
}
|
|
464
464
|
],
|
|
465
|
-
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.
|
|
466
|
-
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.
|
|
465
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.2.0/README.md",
|
|
466
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.2.0/CHANGELOG.md",
|
|
467
467
|
"origin": "official"
|
|
468
468
|
},
|
|
469
469
|
{
|