create-pubinfo 2.2.3 → 2.2.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.
Files changed (2) hide show
  1. package/dist/helper.mjs +1 -1
  2. package/package.json +2 -2
package/dist/helper.mjs CHANGED
@@ -189,7 +189,7 @@ async function run(version) {
189
189
  var package_default = {
190
190
  name: "create-pubinfo",
191
191
  type: "module",
192
- version: "2.2.3",
192
+ version: "2.2.5",
193
193
  description: "初始化项目框架",
194
194
  author: "Werheng <werheng.zhang@gmail.com>",
195
195
  license: "MIT",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-pubinfo",
3
3
  "type": "module",
4
- "version": "2.2.3",
4
+ "version": "2.2.5",
5
5
  "description": "初始化项目框架",
6
6
  "author": "Werheng <werheng.zhang@gmail.com>",
7
7
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "ora": "^9.3.0",
39
39
  "rimraf": "^6.1.2",
40
40
  "semver": "^7.7.4",
41
- "@pubinfo/shared": "2.2.3"
41
+ "@pubinfo/shared": "2.2.5"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^25.2.2"