create-pubinfo 2.0.8 → 2.0.9
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-
|
|
2
|
+
import { bootstrop, readPackageJSON, run, validateInput } from "./helper-DPnbNPWg.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.
|
|
150
|
+
var version = "2.0.9";
|
|
151
151
|
var description = "初始化项目框架";
|
|
152
152
|
var author = "Werheng <werheng.zhang@gmail.com>";
|
|
153
153
|
var license = "MIT";
|
package/dist/index.js
CHANGED