@wzyjs/cli 0.3.31 → 0.3.32

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1638,7 +1638,7 @@ var scrap_default = (cli) => {
1638
1638
  // package.json
1639
1639
  var package_default = {
1640
1640
  name: "@wzyjs/cli",
1641
- version: "0.3.29",
1641
+ version: "0.3.31",
1642
1642
  description: "description",
1643
1643
  author: "wzy",
1644
1644
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wzyjs/cli",
3
- "version": "0.3.31",
3
+ "version": "0.3.32",
4
4
  "description": "description",
5
5
  "author": "wzy",
6
6
  "main": "dist/index.js",
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "896e51ffcc433e65605c351be0595918bc32573e"
29
+ "gitHead": "260d8290106ef447ec42375d4656af2e89675b15"
30
30
  }