zen-gitsync 2.9.5 → 2.9.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 CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "zen-gitsync",
3
- "version": "2.9.5",
3
+ "version": "2.9.7",
4
4
  "description": "一个 git 提交的工具",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "update:g": "npm install -g zen-gitsync --registry https://registry.npmjs.org/",
9
9
  "npm:login": "npm login --registry https://registry.npmjs.org/",
10
+ "npm:whoami": "npm whoami --registry https://registry.npmjs.org/",
10
11
  "pull": "git pull",
11
12
  "start:server:no-open": "node server.js --no-open",
12
13
  "start:vue": "cd ./src/ui/client && npm run dev",