@xiaozhi-client/cli 2.1.0 → 2.3.0-beta.1

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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -74,12 +74,14 @@ import { WebServer } from "@/WebServer";
74
74
 
75
75
  ## 开发命令
76
76
 
77
+ > 以下命令需在仓库根目录执行,而非 `packages/cli/` 目录。
78
+
77
79
  ```bash
78
80
  # 构建
79
81
  pnpm build
80
82
 
81
83
  # 类型检查
82
- pnpm check:type
84
+ pnpm typecheck
83
85
 
84
86
  # 运行测试
85
87
  pnpm test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaozhi-client/cli",
3
- "version": "2.1.0",
3
+ "version": "2.3.0-beta.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "commander": "^14.0.0",
23
23
  "consola": "^3.4.2",
24
24
  "ora": "^8.2.0",
25
- "@xiaozhi-client/config": "2.1.0"
25
+ "@xiaozhi-client/config": "2.3.0-beta.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^24.3.0",