gaoding-cli 1.0.0-alpha.11 → 1.0.0-alpha.12

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## 安装
6
6
 
7
- 需要 Node.js 24 或更高版本。使用 npm 或 pnpm 全局安装:
7
+ 需要 Node.js 20 或更高版本。使用 npm 或 pnpm 全局安装:
8
8
 
9
9
  ```bash
10
10
  npm install --global --allow-scripts=gaoding-cli gaoding-cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaoding-cli",
3
- "version": "1.0.0-alpha.11",
3
+ "version": "1.0.0-alpha.12",
4
4
  "description": "Gaoding command-line interface for agents and people.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "tag": "alpha"
11
11
  },
12
12
  "engines": {
13
- "node": ">=24"
13
+ "node": ">=20.0.0"
14
14
  },
15
15
  "bin": {
16
16
  "gd-cli": "dist/bin/gd-cli.js"
@@ -26,7 +26,7 @@
26
26
  "ajv": "8.20.0",
27
27
  "ajv-formats": "3.0.1",
28
28
  "ali-oss": "6.23.0",
29
- "commander": "15.0.0",
29
+ "commander": "14.0.3",
30
30
  "open": "11.0.0",
31
31
  "qrcode": "1.5.4",
32
32
  "semver": "7.8.5",