@musistudio/claude-code-router 1.0.5 → 1.0.6

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.md CHANGED
@@ -26,7 +26,7 @@ ccr code
26
26
  ```
27
27
 
28
28
  4. Configure routing[optional]
29
- Set up your `~/claude-code-router/config.json` file like this:
29
+ Set up your `~/.claude-code-router/config.json` file like this:
30
30
  ```json
31
31
  {
32
32
  "OPENAI_API_KEY": "sk-xxx",
Binary file
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@musistudio/claude-code-router",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
5
5
  "bin": {
6
6
  "ccr": "./dist/cli.js"
7
7
  },
8
8
  "scripts": {
9
- "build": "esbuild src/cli.ts --bundle --platform=node --outfile=dist/cli.js",
10
- "buildserver": "esbuild src/index.ts --bundle --platform=node --outfile=dist/index.js"
9
+ "build": "esbuild src/cli.ts --bundle --platform=node --outfile=dist/cli.js && cp node_modules/tiktoken/tiktoken_bg.wasm dist/tiktoken_bg.wasm"
11
10
  },
12
11
  "keywords": [
13
12
  "claude",