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 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.1.7" },
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.1.7",
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.1.7/icon.png",
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-ksN2zT8sIlPXhJ70TNzkRCIC1F/IK7EmP+3YovcpeGmcImcf3Hk/2X3r/vDgIjVjyh+oPMZJqepNbIlvWBUPPw==",
453
- "shasum": "6d09c2a162c85c2e86dc4e9432e93fa33ff623aa",
454
- "tarball": "https://registry.npmjs.org/@yank-note/extension-git-push/-/extension-git-push-1.1.7.tgz",
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": 60251
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.1.7/README.md",
466
- "changelogUrl": "https://registry.yank-note.com/cdn/@yank-note/extension-git-push/1.1.7/CHANGELOG.md",
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.147",
3
+ "version": "1.0.148",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",