yank-note-registry 1.0.6 → 1.0.9
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 +2 -2
- package/index.json +20 -26
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"official": [
|
|
3
|
-
{ "id": "yank-note-extension-git-push", "version": "1.0.0-alpha.
|
|
3
|
+
{ "id": "yank-note-extension-git-push", "version": "1.0.0-alpha.3" }
|
|
4
4
|
],
|
|
5
5
|
"registry": [
|
|
6
|
-
{ "id": "yank-note-extension-example", "version": "0.0.
|
|
6
|
+
{ "id": "yank-note-extension-example", "version": "0.0.6" }
|
|
7
7
|
]
|
|
8
8
|
}
|
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.
|
|
4
|
+
"version": "1.0.0-alpha.3",
|
|
5
5
|
"displayName": "Git Push",
|
|
6
6
|
"displayName_ZH-CN": "Git 推送",
|
|
7
7
|
"description": "Run Git commit and push to remote repository",
|
|
@@ -12,28 +12,25 @@
|
|
|
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.
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"engine": ">=3.29.0"
|
|
26
|
-
}
|
|
27
|
-
],
|
|
21
|
+
"icon": "https://unpkg.com/yank-note-extension-git-push@1.0.0-alpha.3/./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-
|
|
33
|
-
"shasum": "
|
|
34
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-git-push/-/yank-note-extension-git-push-1.0.0-alpha.
|
|
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",
|
|
35
32
|
"fileCount": 6,
|
|
36
|
-
"unpackedSize":
|
|
33
|
+
"unpackedSize": 41213
|
|
37
34
|
},
|
|
38
35
|
"directories": {},
|
|
39
36
|
"maintainers": [
|
|
@@ -46,7 +43,7 @@
|
|
|
46
43
|
},
|
|
47
44
|
{
|
|
48
45
|
"name": "yank-note-extension-example",
|
|
49
|
-
"version": "0.0.
|
|
46
|
+
"version": "0.0.6",
|
|
50
47
|
"displayName": "Example Extension",
|
|
51
48
|
"description": "HelloWorld example extension",
|
|
52
49
|
"displayName_ZH-CN": "示例扩展",
|
|
@@ -63,13 +60,10 @@
|
|
|
63
60
|
"keywords": [],
|
|
64
61
|
"homepage": "https://github.com/purocean/yank-note-extension-example",
|
|
65
62
|
"main": "./lib/index.js",
|
|
66
|
-
"icon": "https://unpkg.com/yank-note-extension-example@0.0.
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"engine": ">=3.29.0"
|
|
71
|
-
}
|
|
72
|
-
],
|
|
63
|
+
"icon": "https://unpkg.com/yank-note-extension-example@0.0.6/./icon.png",
|
|
64
|
+
"engines": {
|
|
65
|
+
"yank-note": "^3.29.0"
|
|
66
|
+
},
|
|
73
67
|
"themes": [
|
|
74
68
|
{
|
|
75
69
|
"name": "Red",
|
|
@@ -80,16 +74,16 @@
|
|
|
80
74
|
"css": "./themes/demo2.css"
|
|
81
75
|
}
|
|
82
76
|
],
|
|
83
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "a948066ae42da1f8543ae35b8a17bf8ba0f20497",
|
|
84
78
|
"bugs": {
|
|
85
79
|
"url": "https://github.com/purocean/yank-note-extension-example/issues"
|
|
86
80
|
},
|
|
87
81
|
"dist": {
|
|
88
|
-
"integrity": "sha512-
|
|
89
|
-
"shasum": "
|
|
90
|
-
"tarball": "https://registry.npmjs.org/yank-note-extension-example/-/yank-note-extension-example-0.0.
|
|
82
|
+
"integrity": "sha512-E+rYJ87kUw7pXAaN5CAVuXFIbHGJOjEzvCjwjdt5AJw4b+fIug+paeilto0NQe3T8WO36AHPgstC9qwlCL7d5w==",
|
|
83
|
+
"shasum": "9b7abd22ed127edcf970322a8548c1f9722a50c9",
|
|
84
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-example/-/yank-note-extension-example-0.0.6.tgz",
|
|
91
85
|
"fileCount": 10,
|
|
92
|
-
"unpackedSize":
|
|
86
|
+
"unpackedSize": 27026
|
|
93
87
|
},
|
|
94
88
|
"directories": {},
|
|
95
89
|
"maintainers": [
|