xiaozhi-client 1.6.9 → 1.6.10

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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaozhi-client",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
4
4
  "description": "小智 AI 客户端 命令行工具",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",
@@ -21,9 +21,9 @@
21
21
  "xiaozhi-client": "dist/cli.js"
22
22
  },
23
23
  "scripts": {
24
- "build": "pnpm run build:web && tsup",
24
+ "build": "pnpm run build:web && cross-env NODE_ENV=production tsup",
25
25
  "build:web": "cd web && pnpm install && pnpm run build",
26
- "dev": "tsup --watch",
26
+ "dev": "cross-env NODE_ENV=development tsup --watch",
27
27
  "test": "vitest run",
28
28
  "test:watch": "vitest",
29
29
  "test:coverage": "vitest run --coverage",
@@ -49,15 +49,15 @@
49
49
  "license": "MIT",
50
50
  "dependencies": {
51
51
  "@hono/node-server": "^1.17.1",
52
- "@modelcontextprotocol/sdk": "^1.12.1",
52
+ "@modelcontextprotocol/sdk": "^1.17.4",
53
53
  "@types/express": "^5.0.3",
54
- "chalk": "^5.4.1",
54
+ "chalk": "^5.6.0",
55
55
  "chokidar": "^4.0.3",
56
56
  "cli-table3": "^0.6.5",
57
57
  "commander": "^14.0.0",
58
58
  "comment-json": "^4.2.5",
59
59
  "dayjs": "^1.11.13",
60
- "dotenv": "^16.3.1",
60
+ "dotenv": "^17.2.1",
61
61
  "eventsource": "^4.0.0",
62
62
  "express": "^5.1.0",
63
63
  "hono": "^4.8.10",
@@ -67,7 +67,7 @@
67
67
  "node-fetch": "2",
68
68
  "ora": "^8.2.0",
69
69
  "pino": "^8.0.0",
70
- "pino-pretty": "^10.0.0",
70
+ "pino-pretty": "^13.1.1",
71
71
  "ws": "^8.14.2",
72
72
  "zod": "^3.25.62"
73
73
  },
@@ -75,15 +75,16 @@
75
75
  "@biomejs/biome": "1.9.4",
76
76
  "@codecov/vite-plugin": "^1.9.1",
77
77
  "@release-it/conventional-changelog": "^10.0.1",
78
- "@types/node": "^24.0.1",
78
+ "@types/node": "^24.3.0",
79
79
  "@types/node-fetch": "^2.6.12",
80
80
  "@types/supertest": "^6.0.3",
81
81
  "@types/ws": "^8.18.1",
82
- "@vitest/coverage-v8": "^3.2.3",
82
+ "@vitest/coverage-v8": "^3.2.4",
83
83
  "conventional-changelog-cli": "^5.0.0",
84
- "conventional-changelog-conventionalcommits": "^9.0.0",
85
- "cspell": "^9.1.1",
86
- "esbuild": "^0.25.5",
84
+ "conventional-changelog-conventionalcommits": "^9.1.0",
85
+ "cross-env": "^10.0.0",
86
+ "cspell": "^9.2.1",
87
+ "esbuild": "^0.25.9",
87
88
  "execa": "^9.6.0",
88
89
  "glob": "^11.0.3",
89
90
  "happy-dom": "^18.0.1",
@@ -94,8 +95,8 @@
94
95
  "ts-node": "^10.9.2",
95
96
  "tsup": "^8.5.0",
96
97
  "tsx": "^4.20.5",
97
- "typescript": "^5.8.3",
98
- "vitest": "^3.2.3"
98
+ "typescript": "^5.9.2",
99
+ "vitest": "^3.2.4"
99
100
  },
100
101
  "pnpm": {
101
102
  "overrides": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaozhi-client",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
4
4
  "description": "小智 AI 客户端 命令行工具",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",
@@ -21,9 +21,9 @@
21
21
  "xiaozhi-client": "dist/cli.js"
22
22
  },
23
23
  "scripts": {
24
- "build": "pnpm run build:web && tsup",
24
+ "build": "pnpm run build:web && cross-env NODE_ENV=production tsup",
25
25
  "build:web": "cd web && pnpm install && pnpm run build",
26
- "dev": "tsup --watch",
26
+ "dev": "cross-env NODE_ENV=development tsup --watch",
27
27
  "test": "vitest run",
28
28
  "test:watch": "vitest",
29
29
  "test:coverage": "vitest run --coverage",
@@ -49,15 +49,15 @@
49
49
  "license": "MIT",
50
50
  "dependencies": {
51
51
  "@hono/node-server": "^1.17.1",
52
- "@modelcontextprotocol/sdk": "^1.12.1",
52
+ "@modelcontextprotocol/sdk": "^1.17.4",
53
53
  "@types/express": "^5.0.3",
54
- "chalk": "^5.4.1",
54
+ "chalk": "^5.6.0",
55
55
  "chokidar": "^4.0.3",
56
56
  "cli-table3": "^0.6.5",
57
57
  "commander": "^14.0.0",
58
58
  "comment-json": "^4.2.5",
59
59
  "dayjs": "^1.11.13",
60
- "dotenv": "^16.3.1",
60
+ "dotenv": "^17.2.1",
61
61
  "eventsource": "^4.0.0",
62
62
  "express": "^5.1.0",
63
63
  "hono": "^4.8.10",
@@ -67,7 +67,7 @@
67
67
  "node-fetch": "2",
68
68
  "ora": "^8.2.0",
69
69
  "pino": "^8.0.0",
70
- "pino-pretty": "^10.0.0",
70
+ "pino-pretty": "^13.1.1",
71
71
  "ws": "^8.14.2",
72
72
  "zod": "^3.25.62"
73
73
  },
@@ -75,15 +75,16 @@
75
75
  "@biomejs/biome": "1.9.4",
76
76
  "@codecov/vite-plugin": "^1.9.1",
77
77
  "@release-it/conventional-changelog": "^10.0.1",
78
- "@types/node": "^24.0.1",
78
+ "@types/node": "^24.3.0",
79
79
  "@types/node-fetch": "^2.6.12",
80
80
  "@types/supertest": "^6.0.3",
81
81
  "@types/ws": "^8.18.1",
82
- "@vitest/coverage-v8": "^3.2.3",
82
+ "@vitest/coverage-v8": "^3.2.4",
83
83
  "conventional-changelog-cli": "^5.0.0",
84
- "conventional-changelog-conventionalcommits": "^9.0.0",
85
- "cspell": "^9.1.1",
86
- "esbuild": "^0.25.5",
84
+ "conventional-changelog-conventionalcommits": "^9.1.0",
85
+ "cross-env": "^10.0.0",
86
+ "cspell": "^9.2.1",
87
+ "esbuild": "^0.25.9",
87
88
  "execa": "^9.6.0",
88
89
  "glob": "^11.0.3",
89
90
  "happy-dom": "^18.0.1",
@@ -94,8 +95,8 @@
94
95
  "ts-node": "^10.9.2",
95
96
  "tsup": "^8.5.0",
96
97
  "tsx": "^4.20.5",
97
- "typescript": "^5.8.3",
98
- "vitest": "^3.2.3"
98
+ "typescript": "^5.9.2",
99
+ "vitest": "^3.2.4"
99
100
  },
100
101
  "pnpm": {
101
102
  "overrides": {