create-pubinfo 2.1.2 → 2.1.3-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 { a as validateInput, n as readPackageJSON, r as run, t as bootstrop } from "./helper-
|
|
2
|
+
import { a as validateInput, n as readPackageJSON, r as run, t as bootstrop } from "./helper-DqRlR095.js";
|
|
3
3
|
import { checkbox, confirm, input, select } from "@inquirer/prompts";
|
|
4
4
|
import { logger } from "@pubinfo/shared";
|
|
5
5
|
import { Command } from "commander";
|
|
@@ -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.1.2",
|
|
150
|
+
version: "2.1.3-beta.2",
|
|
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-
|
|
1
|
+
import { i as interaction, n as readPackageJSON, o as generate, r as run, s as copyTemplate } from "./helper-DqRlR095.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.1.2",
|
|
4
|
+
"version": "2.1.3-beta.2",
|
|
5
5
|
"description": "初始化项目框架",
|
|
6
6
|
"author": "Werheng <werheng.zhang@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"ora": "^8.2.0",
|
|
38
38
|
"rimraf": "^6.0.1",
|
|
39
39
|
"semver": "^7.7.2",
|
|
40
|
-
"@pubinfo/shared": "2.1.2"
|
|
40
|
+
"@pubinfo/shared": "2.1.3-beta.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^24.0.10"
|