release v1.0.16
This commit is contained in:
@@ -245,3 +245,7 @@ Thanks to the following sponsors for supporting the continued development of thi
|
||||
[@Clarence-pan](https://github.com/Clarence-pan)
|
||||
[@carter003](https://github.com/carter003)
|
||||
@S\*r (可通过主页邮箱联系我修改 github 用户名)
|
||||
@\*晖 (可通过主页邮箱联系我修改 github 用户名)
|
||||
@\*敏 (可通过主页邮箱联系我修改 github 用户名)
|
||||
@Z\*z (可通过主页邮箱联系我修改 github 用户名)
|
||||
@\*然 (可通过主页邮箱联系我修改 github 用户名)
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@musistudio/claude-code-router",
|
||||
"version": "1.0.15",
|
||||
"version": "1.0.16",
|
||||
"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.4",
|
||||
"@musistudio/llms": "^1.0.5",
|
||||
"dotenv": "^16.4.7",
|
||||
"tiktoken": "^1.0.21",
|
||||
"uuid": "^11.1.0"
|
||||
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@musistudio/llms':
|
||||
specifier: ^1.0.4
|
||||
version: 1.0.4(ws@8.18.3)(zod@3.25.67)
|
||||
specifier: ^1.0.5
|
||||
version: 1.0.5(ws@8.18.3)(zod@3.25.67)
|
||||
dotenv:
|
||||
specifier: ^16.4.7
|
||||
version: 16.6.1
|
||||
@@ -214,8 +214,8 @@ packages:
|
||||
'@modelcontextprotocol/sdk':
|
||||
optional: true
|
||||
|
||||
'@musistudio/llms@1.0.4':
|
||||
resolution: {integrity: sha512-z+Ge5NOaafIvgnGiZqySSz8b2sYIvRQRCVZHZH/IjotS2uQWXespcdIUu0h72toTRkLu7hVIxLuY5Poh+6PeTQ==}
|
||||
'@musistudio/llms@1.0.5':
|
||||
resolution: {integrity: sha512-aa+qSQkr9GMfOZJihTZqPWfCR5ydBN7+yo+32LybgbBI0yhDXWanCpID8vkTBRAs6hpYtqkmSAV0C+RAhXOlFg==}
|
||||
|
||||
abstract-logging@2.0.1:
|
||||
resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==}
|
||||
@@ -634,7 +634,7 @@ snapshots:
|
||||
- supports-color
|
||||
- utf-8-validate
|
||||
|
||||
'@musistudio/llms@1.0.4(ws@8.18.3)(zod@3.25.67)':
|
||||
'@musistudio/llms@1.0.5(ws@8.18.3)(zod@3.25.67)':
|
||||
dependencies:
|
||||
'@anthropic-ai/sdk': 0.54.0
|
||||
'@fastify/cors': 11.0.1
|
||||
|
||||
Reference in New Issue
Block a user