@go-hare/claude-code 2.6.21 → 2.6.23

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/bin/claude.exe +0 -0
  2. package/package.json +10 -10
package/bin/claude.exe CHANGED
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@go-hare/claude-code",
3
- "version": "2.6.21",
4
- "description": "Reverse-engineered Anthropic Claude Code CLI interactive AI coding assistant in the terminal",
3
+ "version": "2.6.23",
4
+ "description": "Reverse-engineered Anthropic Claude Code CLI \u2014 interactive AI coding assistant in the terminal",
5
5
  "type": "module",
6
6
  "author": "DeQiang",
7
7
  "repository": {
@@ -39,14 +39,14 @@
39
39
  "cli-wrapper.cjs"
40
40
  ],
41
41
  "optionalDependencies": {
42
- "@go-hare/claude-code-darwin-arm64": ">=2.6.19",
43
- "@go-hare/claude-code-darwin-x64": ">=2.6.19",
44
- "@go-hare/claude-code-linux-x64": ">=2.6.19",
45
- "@go-hare/claude-code-linux-arm64": ">=2.6.19",
46
- "@go-hare/claude-code-linux-x64-musl": ">=2.6.19",
47
- "@go-hare/claude-code-linux-arm64-musl": ">=2.6.19",
48
- "@go-hare/claude-code-win32-x64": ">=2.6.19",
49
- "@go-hare/claude-code-win32-arm64": ">=2.6.19",
42
+ "@go-hare/claude-code-darwin-arm64": ">=2.6.23",
43
+ "@go-hare/claude-code-darwin-x64": ">=2.6.23",
44
+ "@go-hare/claude-code-linux-x64": ">=2.6.23",
45
+ "@go-hare/claude-code-linux-arm64": ">=2.6.23",
46
+ "@go-hare/claude-code-linux-x64-musl": ">=2.6.23",
47
+ "@go-hare/claude-code-linux-arm64-musl": ">=2.6.23",
48
+ "@go-hare/claude-code-win32-x64": ">=2.6.23",
49
+ "@go-hare/claude-code-win32-arm64": ">=2.6.23",
50
50
  "doubaoime-asr": "^0.1.0"
51
51
  },
52
52
  "scripts": {