@wzyjs/cli 0.3.36 → 0.3.38

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/dist/index.js CHANGED
@@ -1940,7 +1940,7 @@ var scrap_default = (cli) => {
1940
1940
  // package.json
1941
1941
  var package_default = {
1942
1942
  name: "@wzyjs/cli",
1943
- version: "0.3.32",
1943
+ version: "0.3.36",
1944
1944
  description: "description",
1945
1945
  author: "wzy",
1946
1946
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wzyjs/cli",
3
- "version": "0.3.36",
3
+ "version": "0.3.38",
4
4
  "description": "description",
5
5
  "author": "wzy",
6
6
  "main": "dist/index.js",
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "7db0faf741993d729a9e1c0742f480f364816222"
31
+ "gitHead": "e88061e1c33e2905e50909fab454baf1e86d0d6d"
32
32
  }