relese v1.0.34 to optimize the log

This commit is contained in:
musistudio
2025-08-10 21:37:48 +08:00
parent 6510d3aac9
commit b856e1e11b
7 changed files with 106 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@musistudio/claude-code-router",
"version": "1.0.33",
"version": "1.0.34",
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
"bin": {
"ccr": "./dist/cli.js"
@@ -20,10 +20,11 @@
"license": "MIT",
"dependencies": {
"@fastify/static": "^8.2.0",
"@musistudio/llms": "v1.0.19",
"@musistudio/llms": "^1.0.21",
"dotenv": "^16.4.7",
"json5": "^2.2.3",
"openurl": "^1.1.1",
"pino-rotating-file-stream": "^0.0.2",
"tiktoken": "^1.0.21",
"uuid": "^11.1.0"
},