create-pubinfo 2.0.0-beta.32 → 2.0.0-beta.33

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 +1 -1
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ import { rimrafSync } from "rimraf";
19
19
  //#region package.json
20
20
  var name = "create-pubinfo";
21
21
  var type = "module";
22
- var version = "2.0.0-beta.32";
22
+ var version = "2.0.0-beta.33";
23
23
  var description = "初始化项目框架";
24
24
  var author = "Werheng <werheng.zhang@gmail.com>";
25
25
  var license = "MIT";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-pubinfo",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.32",
4
+ "version": "2.0.0-beta.33",
5
5
  "description": "初始化项目框架",
6
6
  "author": "Werheng <werheng.zhang@gmail.com>",
7
7
  "license": "MIT",