release v1.0.48

This commit is contained in:
musistudio
2025-09-09 21:47:59 +08:00
parent fe06b57032
commit 7964fff175
9 changed files with 160 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@musistudio/claude-code-router",
"version": "1.0.47",
"version": "1.0.48",
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
"bin": {
"ccr": "./dist/cli.js"
@@ -22,6 +22,7 @@
"@fastify/static": "^8.2.0",
"@musistudio/llms": "^1.0.32",
"dotenv": "^16.4.7",
"find-process": "^2.0.0",
"json5": "^2.2.3",
"openurl": "^1.1.1",
"rotating-file-stream": "^3.2.7",