release v1.0.20 to support groq and fix messges transform bug

This commit is contained in:
musi
2025-07-17 23:10:10 +08:00
parent 18803469de
commit 445908f8ae
2 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@musistudio/claude-code-router",
"version": "1.0.19",
"version": "1.0.20",
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
"bin": {
"ccr": "./dist/cli.js"
@@ -18,7 +18,7 @@
"author": "musistudio",
"license": "MIT",
"dependencies": {
"@musistudio/llms": "^1.0.6",
"@musistudio/llms": "^1.0.7",
"dotenv": "^16.4.7",
"tiktoken": "^1.0.21",
"uuid": "^11.1.0"