yank-note-registry 1.0.9 → 1.0.12
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 +2 -1
- package/extensions.json +2 -2
- package/index.json +19 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Yank Note Registry
|
|
2
|
+
|
package/extensions.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"official": [
|
|
3
|
-
{ "id": "yank-note-extension-git-push", "version": "1.0.
|
|
3
|
+
{ "id": "yank-note-extension-git-push", "version": "1.0.3" }
|
|
4
4
|
],
|
|
5
5
|
"registry": [
|
|
6
|
-
{ "id": "yank-note-extension-example", "version": "0.0.
|
|
6
|
+
{ "id": "yank-note-extension-example", "version": "0.0.8" }
|
|
7
7
|
]
|
|
8
8
|
}
|
package/index.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "yank-note-extension-git-push",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
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",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"type": "git",
|
|
18
18
|
"url": "git+https://github.com/purocean/yank-note-extension.git"
|
|
19
19
|
},
|
|
20
|
-
"main": "./
|
|
21
|
-
"icon": "https://unpkg.com/yank-note-extension-git-push@1.0.
|
|
20
|
+
"main": "./dist/index.js",
|
|
21
|
+
"icon": "https://unpkg.com/yank-note-extension-git-push@1.0.3/./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-
|
|
30
|
-
"shasum": "
|
|
31
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-git-push/-/yank-note-extension-git-push-1.0.
|
|
32
|
-
"fileCount":
|
|
33
|
-
"unpackedSize":
|
|
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",
|
|
32
|
+
"fileCount": 5,
|
|
33
|
+
"unpackedSize": 39701
|
|
34
34
|
},
|
|
35
35
|
"directories": {},
|
|
36
36
|
"maintainers": [
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"name": "yank-note-extension-example",
|
|
46
|
-
"version": "0.0.
|
|
46
|
+
"version": "0.0.8",
|
|
47
47
|
"displayName": "Example Extension",
|
|
48
48
|
"description": "HelloWorld example extension",
|
|
49
49
|
"displayName_ZH-CN": "示例扩展",
|
|
@@ -59,8 +59,9 @@
|
|
|
59
59
|
"license": "MIT",
|
|
60
60
|
"keywords": [],
|
|
61
61
|
"homepage": "https://github.com/purocean/yank-note-extension-example",
|
|
62
|
-
"main": "./
|
|
63
|
-
"
|
|
62
|
+
"main": "./dist/index.js",
|
|
63
|
+
"style": "./dist/style.css",
|
|
64
|
+
"icon": "https://unpkg.com/yank-note-extension-example@0.0.8/./icon.png",
|
|
64
65
|
"engines": {
|
|
65
66
|
"yank-note": "^3.29.0"
|
|
66
67
|
},
|
|
@@ -74,16 +75,16 @@
|
|
|
74
75
|
"css": "./themes/demo2.css"
|
|
75
76
|
}
|
|
76
77
|
],
|
|
77
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "46eb9fb2ee597c79561c3f88f8834991396416e2",
|
|
78
79
|
"bugs": {
|
|
79
80
|
"url": "https://github.com/purocean/yank-note-extension-example/issues"
|
|
80
81
|
},
|
|
81
82
|
"dist": {
|
|
82
|
-
"integrity": "sha512-
|
|
83
|
-
"shasum": "
|
|
84
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-example/-/yank-note-extension-example-0.0.
|
|
83
|
+
"integrity": "sha512-TFYK1Cv7mywyJY35hmzJwBE7SJDU9QTpsI79qeELF5AoZhUDhGQMXPQ2MlC91PYP6DIjgXTd6nUMnu1Qpyjp3A==",
|
|
84
|
+
"shasum": "ffee85119223db3c8f4be5c87e1392638f0bcb80",
|
|
85
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-example/-/yank-note-extension-example-0.0.8.tgz",
|
|
85
86
|
"fileCount": 10,
|
|
86
|
-
"unpackedSize":
|
|
87
|
+
"unpackedSize": 23777
|
|
87
88
|
},
|
|
88
89
|
"directories": {},
|
|
89
90
|
"maintainers": [
|