@done-coding/cli-publish 0.3.4 → 0.3.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.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  const n = {
3
- version: "0.3.4",
3
+ version: "0.3.5",
4
4
  name: "@done-coding/cli-publish",
5
5
  description: "项目发布命令行工具",
6
6
  cliConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@done-coding/cli-publish",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "项目发布命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -41,8 +41,8 @@
41
41
  "license": "MIT",
42
42
  "sideEffects": false,
43
43
  "devDependencies": {
44
- "@done-coding/cli-inject": "^0.3.1",
45
- "@types/node": "^20.0.0",
44
+ "@done-coding/cli-inject": "^0.4.0",
45
+ "@types/node": "^18.0.0",
46
46
  "@types/pinyin": "^2.10.0",
47
47
  "@types/prompts": "^2.4.6",
48
48
  "@types/semver": "^7.5.3",
@@ -53,7 +53,7 @@
53
53
  "vite-plugin-dts": "^3.6.0"
54
54
  },
55
55
  "engines": {
56
- "node": ">=16.0.0"
56
+ "node": ">=18.0.0"
57
57
  },
58
58
  "dependencies": {
59
59
  "chalk": "^5.3.0",
@@ -62,5 +62,5 @@
62
62
  "semver": "^7.5.4",
63
63
  "yargs": "^17.7.2"
64
64
  },
65
- "gitHead": "d1dabd6e46a5e38793bba477449dd62aa4d9c4c1"
65
+ "gitHead": "b3311b79a55322e4689718d59c072388e2866e17"
66
66
  }
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "version": "0.3.4",
2
+ "version": "0.3.5",
3
3
  "name": "@done-coding/cli-publish",
4
4
  "description": "项目发布命令行工具",
5
5
  "cliConfig": {