xiaozhi-client 2.3.0-beta.1 → 2.3.0-beta.2

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
  {
2
2
  "name": "xiaozhi-client",
3
- "version": "2.3.0-beta.1",
3
+ "version": "2.3.0-beta.2",
4
4
  "description": "小智 AI 客户端 命令行工具",
5
5
  "repository": {
6
6
  "type": "git",
@@ -175,9 +175,10 @@
175
175
  },
176
176
  "lint-staged": {
177
177
  "*.{ts,tsx,json}": [
178
- "biome check --write --no-errors-on-unmatched"
178
+ "biome check --write --no-errors-on-unmatched",
179
+ "./scripts/typecheck-staged.sh"
179
180
  ],
180
- "*.{md,mdx}": [
181
+ "*.{md,mdx,sh}": [
181
182
  "cspell --no-must-find-files --no-progress"
182
183
  ]
183
184
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaozhi-client",
3
- "version": "2.3.0-beta.1",
3
+ "version": "2.3.0-beta.2",
4
4
  "description": "小智 AI 客户端 命令行工具",
5
5
  "repository": {
6
6
  "type": "git",
@@ -58,13 +58,13 @@
58
58
  "univoice": "^0.10.0",
59
59
  "ws": "^8.14.2",
60
60
  "zod": "^4.3.6",
61
- "@xiaozhi-client/endpoint": "2.3.0-beta.1",
62
- "@xiaozhi-client/esp32": "1.0.0",
63
- "@xiaozhi-client/config": "2.3.0-beta.1",
64
- "@xiaozhi-client/asr": "2.3.0-beta.1",
65
- "@xiaozhi-client/mcp-core": "2.3.0-beta.1",
66
- "@xiaozhi-client/shared-types": "2.3.0-beta.1",
67
- "@xiaozhi-client/version": "2.3.0-beta.1"
61
+ "@xiaozhi-client/endpoint": "2.3.0-beta.2",
62
+ "@xiaozhi-client/asr": "2.3.0-beta.2",
63
+ "@xiaozhi-client/config": "2.3.0-beta.2",
64
+ "@xiaozhi-client/mcp-core": "2.3.0-beta.2",
65
+ "@xiaozhi-client/esp32": "2.3.0-beta.2",
66
+ "@xiaozhi-client/version": "2.3.0-beta.2",
67
+ "@xiaozhi-client/shared-types": "2.3.0-beta.2"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@biomejs/biome": "1.9.4",
@@ -98,9 +98,10 @@
98
98
  },
99
99
  "lint-staged": {
100
100
  "*.{ts,tsx,json}": [
101
- "biome check --write --no-errors-on-unmatched"
101
+ "biome check --write --no-errors-on-unmatched",
102
+ "./scripts/typecheck-staged.sh"
102
103
  ],
103
- "*.{md,mdx}": [
104
+ "*.{md,mdx,sh}": [
104
105
  "cspell --no-must-find-files --no-progress"
105
106
  ]
106
107
  },