zen-gitsync 2.8.5 → 2.8.7
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/package.json +4 -2
- package/src/ui/public/assets/index-CZZhOUFZ.js +79 -0
- package/src/ui/public/assets/{index-CFnuGkZZ.css → index-HL17iyrm.css} +1 -1
- package/src/ui/public/assets/{vendor-CysQL2Yr.js → vendor-CpxFE0uY.js} +19 -19
- package/src/ui/public/index.html +3 -3
- package/src/ui/public/assets/index-Bwje85Kx.js +0 -78
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zen-gitsync",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.7",
|
|
4
4
|
"description": "一个 git 提交的工具",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -34,7 +34,9 @@
|
|
|
34
34
|
"change:nrm:npm": "nrm use npm",
|
|
35
35
|
"change:nrm:lenovo-nexus": "nrm use lenovo-nexus",
|
|
36
36
|
"update:g": "npm install -g zen-gitsync --registry https://registry.npmjs.org/",
|
|
37
|
-
"npm:ls:g": "npm ls -g"
|
|
37
|
+
"npm:ls:g": "npm ls -g",
|
|
38
|
+
"npm:2fa:get": "npm profile get",
|
|
39
|
+
"npm:2fa:disable": "npm profile disable-2fa"
|
|
38
40
|
},
|
|
39
41
|
"files": [
|
|
40
42
|
"src/ui/public/**",
|