create-pubinfo 2.0.13 → 2.0.15

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 { a as validateInput, n as readPackageJSON, r as run, t as bootstrop } from "./helper-BAgtniMW.js";
2
+ import { a as validateInput, n as readPackageJSON, r as run, t as bootstrop } from "./helper-DqTpncdb.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
  var package_default = {
148
148
  name: "create-pubinfo",
149
149
  type: "module",
150
- version: "2.0.13",
150
+ version: "2.0.15",
151
151
  description: "初始化项目框架",
152
152
  author: "Werheng <werheng.zhang@gmail.com>",
153
153
  license: "MIT",
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import { i as interaction, n as readPackageJSON, o as generate, r as run, s as copyTemplate } from "./helper-BAgtniMW.js";
1
+ import { i as interaction, n as readPackageJSON, o as generate, r as run, s as copyTemplate } from "./helper-DqTpncdb.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.13",
4
+ "version": "2.0.15",
5
5
  "description": "初始化项目框架",
6
6
  "author": "Werheng <werheng.zhang@gmail.com>",
7
7
  "license": "MIT",