yank-note-registry 1.0.8 → 1.0.11

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/README.md CHANGED
@@ -1 +1,2 @@
1
- # yank-note-registry
1
+ # Yank Note Registry
2
+
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.1" }
3
+ { "id": "yank-note-extension-git-push", "version": "1.0.2" }
4
4
  ],
5
5
  "registry": [
6
6
  { "id": "yank-note-extension-example", "version": "0.0.6" }
package/index.json CHANGED
@@ -1,39 +1,36 @@
1
1
  [
2
2
  {
3
3
  "name": "yank-note-extension-git-push",
4
- "version": "1.0.0-alpha.1",
4
+ "version": "1.0.2",
5
5
  "displayName": "Git Push",
6
6
  "displayName_ZH-CN": "Git 推送",
7
- "description": "Run Git commit and push to remote repository",
8
- "description_ZH-CN": "运行 Git 提交并推送到远程仓库",
7
+ "description": "Run Git commit and push to remote repository. Note: This plugin is not available for Mac App Store downloaded Yank Note.",
8
+ "description_ZH-CN": "运行 Git 提交并推送到远程仓库。注意:此插件不适用于 Mac App Store 中下载的 Yank Note。",
9
9
  "keywords": [],
10
10
  "author": {
11
11
  "name": "purocean",
12
12
  "email": "purocean@gmail.com"
13
13
  },
14
14
  "license": "AGPL-3.0",
15
- "homepage": "https://github.com/purocean/yank-note-extension/packages/git-push",
15
+ "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/git-push",
16
16
  "repository": {
17
17
  "type": "git",
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.1/./icon.png",
22
- "compatibility": [
23
- {
24
- "extension": "*",
25
- "engine": ">=3.29.0"
26
- }
27
- ],
21
+ "icon": "https://unpkg.com/yank-note-extension-git-push@1.0.2/./icon.png",
22
+ "engines": {
23
+ "yank-note": "^3.29.0"
24
+ },
28
25
  "bugs": {
29
26
  "url": "https://github.com/purocean/yank-note-extension/issues"
30
27
  },
31
28
  "dist": {
32
- "integrity": "sha512-Dbc4fwv23aCYp9/rVcJ8YixslLao8A/1SJSH3wNuRTg6MAlnuscTxSV044mmObFUiFpmjQ4XgzRSTPkFhlVHJg==",
33
- "shasum": "d91a15020d6b5eed77560d21814d839c79a17f46",
34
- "tarball": "https://registry.npmjs.org/yank-note-extension-git-push/-/yank-note-extension-git-push-1.0.0-alpha.1.tgz",
29
+ "integrity": "sha512-Ws9DmQ0kZPE4Kq3vvwsNVqC/Ul66pSfQqCXd2NceWjjVtpxquFHz++c1+8vDaP4D6XK1kUImfDbziB+ALs/7cg==",
30
+ "shasum": "5b4b96d06dbcf85ae6a3164df11c524a2aa0a0dd",
31
+ "tarball": "https://registry.npmjs.org/yank-note-extension-git-push/-/yank-note-extension-git-push-1.0.2.tgz",
35
32
  "fileCount": 6,
36
- "unpackedSize": 41253
33
+ "unpackedSize": 43905
37
34
  },
38
35
  "directories": {},
39
36
  "maintainers": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.8",
3
+ "version": "1.0.11",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",