create-pubinfo 2.0.5 → 2.0.6

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-B7ui7Am2.js";
2
+ import { bootstrop, readPackageJSON, run, validateInput } from "./helper-Bgx0ZMrU.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.5";
150
+ var version = "2.0.6";
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-B7ui7Am2.js";
1
+ import { copyTemplate, generate, interaction, readPackageJSON, run } from "./helper-Bgx0ZMrU.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.5",
4
+ "version": "2.0.6",
5
5
  "description": "初始化项目框架",
6
6
  "author": "Werheng <werheng.zhang@gmail.com>",
7
7
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  # 接口请求地址,会设置到 axios 的 baseURL 参数上
2
2
  VITE_APP_API_BASEURL = http://localhost:9099/pubinfo-sys
3
3
  # 是否开启代理
4
- VITE_OPEN_PROXY = true
4
+ VITE_OPEN_PROXY = false
5
5
  # 是否启动 vite app inspector
6
6
  VITE_APP_INSPECTOR = false