create-pubinfo 2.1.6 → 2.1.7

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.js +1 -1
  2. package/package.json +2 -2
package/dist/helper.js CHANGED
@@ -196,7 +196,7 @@ async function run(version$1) {
196
196
  var package_default = {
197
197
  name: "create-pubinfo",
198
198
  type: "module",
199
- version: "2.1.6",
199
+ version: "2.1.7",
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",
3
3
  "type": "module",
4
- "version": "2.1.6",
4
+ "version": "2.1.7",
5
5
  "description": "初始化项目框架",
6
6
  "author": "Werheng <werheng.zhang@gmail.com>",
7
7
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "ora": "^8.2.0",
39
39
  "rimraf": "^6.0.1",
40
40
  "semver": "^7.7.2",
41
- "@pubinfo/shared": "2.1.6"
41
+ "@pubinfo/shared": "2.1.7"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^24.0.10"