release v1.0.14

This commit is contained in:
jinhui.li
2025-07-04 13:35:29 +08:00
parent 9b5fa3c7e1
commit c5ddf2ddae
3 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@musistudio/claude-code-router",
"version": "1.0.13",
"version": "1.0.14",
"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.2",
"@musistudio/llms": "^1.0.3",
"dotenv": "^16.4.7",
"tiktoken": "^1.0.21",
"uuid": "^11.1.0"