@washanhanzi/claude-code-router 1.1.0 → 1.1.1

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/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -77970,7 +77970,6 @@ var require_package3 = __commonJS({
77970
77970
  license: "MIT",
77971
77971
  dependencies: {
77972
77972
  "@fastify/static": "^8.2.0",
77973
- "@musistudio/llms": "file:./packages/llms",
77974
77973
  "@inquirer/prompts": "^5.0.0",
77975
77974
  dotenv: "^16.4.7",
77976
77975
  "find-process": "^2.0.0",
@@ -77984,6 +77983,7 @@ var require_package3 = __commonJS({
77984
77983
  uuid: "^11.1.0"
77985
77984
  },
77986
77985
  devDependencies: {
77986
+ "@musistudio/llms": "file:./packages/llms",
77987
77987
  "@types/node": "^24.0.15",
77988
77988
  esbuild: "^0.25.1",
77989
77989
  fastify: "^5.4.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@washanhanzi/claude-code-router",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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"
@@ -20,7 +20,6 @@
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
22
  "@fastify/static": "^8.2.0",
23
- "@musistudio/llms": "file:./packages/llms",
24
23
  "@inquirer/prompts": "^5.0.0",
25
24
  "dotenv": "^16.4.7",
26
25
  "find-process": "^2.0.0",
@@ -34,6 +33,7 @@
34
33
  "uuid": "^11.1.0"
35
34
  },
36
35
  "devDependencies": {
36
+ "@musistudio/llms": "file:./packages/llms",
37
37
  "@types/node": "^24.0.15",
38
38
  "esbuild": "^0.25.1",
39
39
  "fastify": "^5.4.0",