create-pubinfo 2.0.8-beta.1 → 2.0.8-beta.2

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/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { bootstrop, readPackageJSON, run, validateInput } from "./helper-BVVodFkK.js";
2
+ import { bootstrop, readPackageJSON, run, validateInput } from "./helper-DoU17iuH.js";
3
3
  import { checkbox, confirm, input, select } from "@inquirer/prompts";
4
4
  import { Command } from "commander";
5
5
  import consola from "consola";
@@ -147,7 +147,7 @@ async function run(version$1) {
147
147
  //#region package.json
148
148
  var name = "create-pubinfo";
149
149
  var type = "module";
150
- var version = "2.0.8-beta.1";
150
+ var version = "2.0.8-beta.2";
151
151
  var description = "初始化项目框架";
152
152
  var author = "Werheng <werheng.zhang@gmail.com>";
153
153
  var license = "MIT";
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import { copyTemplate, generate, interaction, readPackageJSON, run } from "./helper-BVVodFkK.js";
1
+ import { copyTemplate, generate, interaction, readPackageJSON, run } from "./helper-DoU17iuH.js";
2
2
 
3
3
  export { copyTemplate, generate, interaction, readPackageJSON, run };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-pubinfo",
3
3
  "type": "module",
4
- "version": "2.0.8-beta.1",
4
+ "version": "2.0.8-beta.2",
5
5
  "description": "初始化项目框架",
6
6
  "author": "Werheng <werheng.zhang@gmail.com>",
7
7
  "license": "MIT",