yank-note-registry 1.0.13 → 1.0.14

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,8 +1,8 @@
1
1
  {
2
2
  "official": [
3
- { "id": "yank-note-extension-git-push", "version": "1.0.3" }
3
+ { "id": "yank-note-extension-git-push", "version": "1.1.0" },
4
+ { "id": "yank-note-extension-sublime-merge", "version": "1.0.0" }
4
5
  ],
5
6
  "registry": [
6
- { "id": "yank-note-extension-example", "version": "0.0.9" }
7
7
  ]
8
8
  }
package/index.json CHANGED
@@ -1,15 +1,14 @@
1
1
  [
2
2
  {
3
3
  "name": "yank-note-extension-git-push",
4
- "version": "1.0.3",
4
+ "version": "1.1.0",
5
5
  "displayName": "Git Push",
6
6
  "displayName_ZH-CN": "Git 推送",
7
7
  "description": "Run Git commit and push to remote repository. Note: This plugin is not available for Mac App Store downloaded Yank Note.",
8
8
  "description_ZH-CN": "运行 Git 提交并推送到远程仓库。注意:此插件不适用于 Mac App Store 中下载的 Yank Note。",
9
9
  "keywords": [],
10
10
  "author": {
11
- "name": "purocean",
12
- "email": "purocean@gmail.com"
11
+ "name": "purocean"
13
12
  },
14
13
  "license": "AGPL-3.0",
15
14
  "homepage": "https://github.com/purocean/yank-note-extension/tree/main/packages/git-push",
@@ -18,19 +17,20 @@
18
17
  "url": "git+https://github.com/purocean/yank-note-extension.git"
19
18
  },
20
19
  "main": "./dist/index.js",
21
- "icon": "https://unpkg.com/yank-note-extension-git-push@1.0.3/./icon.png",
20
+ "icon": "https://unpkg.com/yank-note-extension-git-push@1.1.0/./icon.png",
22
21
  "engines": {
22
+ "node": ">=14.6.0",
23
23
  "yank-note": "^3.29.0"
24
24
  },
25
25
  "bugs": {
26
26
  "url": "https://github.com/purocean/yank-note-extension/issues"
27
27
  },
28
28
  "dist": {
29
- "integrity": "sha512-R7crivqVRCzSt2dzWuu/PYXK/3HJmBGW9cNy0MCzduik5WhepXOAIuUTxMvi+iY0ZMuYXWg4J3PPtmfY8CYjkg==",
30
- "shasum": "12e74014bb2dbe1aaeb85df65a04ae9bcb98d547",
31
- "tarball": "https://registry.npmjs.org/yank-note-extension-git-push/-/yank-note-extension-git-push-1.0.3.tgz",
29
+ "integrity": "sha512-HbH24kY/zLNj08npWJQ7QK1iSSCDusW44t8iC7QdOa63jj7LUmfJr+VDy9Bx6MXhcny81Fi5DTIBHrbT6hGLog==",
30
+ "shasum": "09df7ab426a74486d1f78f41e1a6fdbc25427b2d",
31
+ "tarball": "https://registry.npmjs.org/yank-note-extension-git-push/-/yank-note-extension-git-push-1.1.0.tgz",
32
32
  "fileCount": 5,
33
- "unpackedSize": 39701
33
+ "unpackedSize": 39709
34
34
  },
35
35
  "directories": {},
36
36
  "maintainers": [
@@ -42,49 +42,30 @@
42
42
  "origin": "official"
43
43
  },
44
44
  {
45
- "name": "yank-note-extension-example",
46
- "version": "0.0.9",
47
- "displayName": "Example Extension",
48
- "description": "HelloWorld example extension",
49
- "displayName_ZH-CN": "示例扩展",
50
- "description_ZH-CN": "HelloWorld 示例扩展",
51
- "repository": {
52
- "type": "git",
53
- "url": "git+ssh://git@github.com/purocean/yank-note-extension-example.git"
54
- },
45
+ "name": "yank-note-extension-sublime-merge",
46
+ "version": "1.0.0",
47
+ "displayName": "Sublime Merge",
48
+ "description": "Sublime Merge integration for Yank Note",
49
+ "displayName_ZH-CN": "Sublime Merge",
50
+ "description_ZH-CN": "Sublime Merge 和 Yank Note 的集成",
55
51
  "author": {
56
- "name": "purocean",
57
- "email": "purocean@gmail.com"
52
+ "name": "Yank Note"
58
53
  },
59
54
  "license": "MIT",
60
55
  "keywords": [],
61
- "homepage": "https://github.com/purocean/yank-note-extension-example",
56
+ "homepage": "https://github.com/purocean/yn",
62
57
  "main": "./dist/index.js",
63
- "style": "./dist/style.css",
64
- "icon": "https://unpkg.com/yank-note-extension-example@0.0.9/./icon.png",
58
+ "icon": "https://unpkg.com/yank-note-extension-sublime-merge@1.0.0/./icon.png",
65
59
  "engines": {
66
60
  "node": ">=14.6.0",
67
61
  "yank-note": "^3.29.0"
68
62
  },
69
- "themes": [
70
- {
71
- "name": "Red",
72
- "css": "./themes/demo1.css"
73
- },
74
- {
75
- "name": "Green",
76
- "css": "./themes/demo2.css"
77
- }
78
- ],
79
- "bugs": {
80
- "url": "https://github.com/purocean/yank-note-extension-example/issues"
81
- },
82
63
  "dist": {
83
- "integrity": "sha512-z/7HQL5vjwGHA1xVocncac5QqQxPWlz5Si4OpOnCiiTG5Nzi+DXYUz5twbTrUx35APCIj2B1+0nt4TCLyVeWfg==",
84
- "shasum": "3a1f1c65c10adb009a1e09cd66988e75bcc93960",
85
- "tarball": "https://registry.npmjs.org/yank-note-extension-example/-/yank-note-extension-example-0.0.9.tgz",
86
- "fileCount": 9,
87
- "unpackedSize": 23777
64
+ "integrity": "sha512-DNqomq7l3c6HJZoUkU74/fY/oKM8g7FmWLMJiBTaTYMPCsWdpugO469Fclm35ab7R3dXHEsbIihMNIiKuBD/Gw==",
65
+ "shasum": "4cc1eee5c16c79c0aa1ac217da3413378d6a20b3",
66
+ "tarball": "https://registry.npmjs.org/yank-note-extension-sublime-merge/-/yank-note-extension-sublime-merge-1.0.0.tgz",
67
+ "fileCount": 5,
68
+ "unpackedSize": 25537
88
69
  },
89
70
  "directories": {},
90
71
  "maintainers": [
@@ -93,6 +74,6 @@
93
74
  "email": "purocean@outlook.com"
94
75
  }
95
76
  ],
96
- "origin": "registry"
77
+ "origin": "official"
97
78
  }
98
79
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",