@unitsvc/cc-helper 1.5.6 → 1.5.8

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/README-zh.md CHANGED
@@ -18,7 +18,7 @@
18
18
  | Claude Code | v2.1.71+ |
19
19
 
20
20
  ```bash
21
- npm install -g @anthropic-ai/claude-code@v2.1.123
21
+ npm install -g @anthropic-ai/claude-code@v2.1.126
22
22
  ```
23
23
 
24
24
  ## 安装
package/README.md CHANGED
@@ -18,7 +18,7 @@
18
18
  | Claude Code | v2.1.71+ |
19
19
 
20
20
  ```bash
21
- npm install -g @anthropic-ai/claude-code@v2.1.123
21
+ npm install -g @anthropic-ai/claude-code@v2.1.126
22
22
  ```
23
23
 
24
24
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitsvc/cc-helper",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
4
4
  "description": "Claude Code multi-provider & channels toolkit (by next-bin)",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -40,9 +40,9 @@
40
40
  "LICENSE"
41
41
  ],
42
42
  "devDependencies": {
43
- "@types/node": "^20.11.0",
44
- "esbuild": "^0.27.3",
45
- "typescript": "^5.3.3",
46
- "vitest": "^4.0.18"
43
+ "@types/node": "^20.19.39",
44
+ "esbuild": "^0.27.7",
45
+ "typescript": "^5.9.3",
46
+ "vitest": "^4.1.5"
47
47
  }
48
48
  }