create-pubinfo-pr 0.203.4 → 0.203.5
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/helper.mjs +1 -1
- package/package.json +2 -2
package/dist/helper.mjs
CHANGED
|
@@ -196,7 +196,7 @@ async function run(version) {
|
|
|
196
196
|
var package_default = {
|
|
197
197
|
name: "create-pubinfo-pr",
|
|
198
198
|
type: "module",
|
|
199
|
-
version: "2.1.
|
|
199
|
+
version: "2.1.11",
|
|
200
200
|
description: "初始化项目框架",
|
|
201
201
|
author: "Werheng <werheng.zhang@gmail.com>",
|
|
202
202
|
license: "MIT",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-pubinfo-pr",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.203.
|
|
4
|
+
"version": "0.203.5",
|
|
5
5
|
"description": "初始化项目框架",
|
|
6
6
|
"author": "Werheng <werheng.zhang@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@inquirer/prompts": "^8.2.0",
|
|
30
|
-
"@pubinfo-pr/shared": "0.203.
|
|
30
|
+
"@pubinfo-pr/shared": "0.203.5",
|
|
31
31
|
"ansi-colors": "^4.1.3",
|
|
32
32
|
"cfonts": "^3.3.1",
|
|
33
33
|
"commander": "^14.0.3",
|