yank-note-registry 1.0.9 → 1.0.10

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "official": [
3
- { "id": "yank-note-extension-git-push", "version": "1.0.0-alpha.3" }
3
+ { "id": "yank-note-extension-git-push", "version": "1.0.1" }
4
4
  ],
5
5
  "registry": [
6
6
  { "id": "yank-note-extension-example", "version": "0.0.6" }
package/index.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "yank-note-extension-git-push",
4
- "version": "1.0.0-alpha.3",
4
+ "version": "1.0.1",
5
5
  "displayName": "Git Push",
6
6
  "displayName_ZH-CN": "Git 推送",
7
7
  "description": "Run Git commit and push to remote repository",
@@ -18,7 +18,7 @@
18
18
  "url": "git+https://github.com/purocean/yank-note-extension.git"
19
19
  },
20
20
  "main": "./lib/index.js",
21
- "icon": "https://unpkg.com/yank-note-extension-git-push@1.0.0-alpha.3/./icon.png",
21
+ "icon": "https://unpkg.com/yank-note-extension-git-push@1.0.1/./icon.png",
22
22
  "engines": {
23
23
  "yank-note": "^3.29.0"
24
24
  },
@@ -26,11 +26,11 @@
26
26
  "url": "https://github.com/purocean/yank-note-extension/issues"
27
27
  },
28
28
  "dist": {
29
- "integrity": "sha512-50xktmOYUF+6vIsmPAlSU5MPnvXx1IhGAb3nwE6j06YfCENChomKQH8XCOgYR+LxwPdkf4QXTCSw/ji38ePv5Q==",
30
- "shasum": "1d4c747507c4e7812b50a633d2b90c09b35f9f21",
31
- "tarball": "https://registry.npmjs.org/yank-note-extension-git-push/-/yank-note-extension-git-push-1.0.0-alpha.3.tgz",
29
+ "integrity": "sha512-GrgUiWQWskGLHUfhAkb327epXSpmkSrgAlwYpzEvww4fQdb6KarlQr0JBjNvaKIY7jXl7cAd+6jjHidQbHUybQ==",
30
+ "shasum": "d6a3a4fc74f218398f002a15b0c53e3fa5d68341",
31
+ "tarball": "https://registry.npmjs.org/yank-note-extension-git-push/-/yank-note-extension-git-push-1.0.1.tgz",
32
32
  "fileCount": 6,
33
- "unpackedSize": 41213
33
+ "unpackedSize": 43760
34
34
  },
35
35
  "directories": {},
36
36
  "maintainers": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",