release v1.0.68

This commit is contained in:
musistudio
2025-11-17 21:40:13 +08:00
parent a54e810716
commit 54454dd805
4 changed files with 16 additions and 8 deletions

View File

@@ -652,5 +652,10 @@ A huge thank you to all our sponsors for their generous support!
- @\*呢 - @\*呢
- @\d*u - @\d*u
- @crizcraig - @crizcraig
- s\*s
- \*火
- \*勤
- \*\*锟
(If your name is masked, please contact me via my homepage email to update it with your GitHub username.) (If your name is masked, please contact me via my homepage email to update it with your GitHub username.)

View File

@@ -596,7 +596,10 @@ jobs:
- @\*呢 - @\*呢
- @\d*u - @\d*u
- @crizcraig - @crizcraig
- s\*s
- \*火
- \*勤
- \*\*锟
(如果您的名字被屏蔽,请通过我的主页电子邮件与我联系,以便使用您的 GitHub 用户名进行更新。) (如果您的名字被屏蔽,请通过我的主页电子邮件与我联系,以便使用您的 GitHub 用户名进行更新。)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@musistudio/claude-code-router", "name": "@musistudio/claude-code-router",
"version": "1.0.67", "version": "1.0.68",
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider", "description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
"bin": { "bin": {
"ccr": "dist/cli.js" "ccr": "dist/cli.js"
@@ -20,7 +20,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fastify/static": "^8.2.0", "@fastify/static": "^8.2.0",
"@musistudio/llms": "^1.0.41", "@musistudio/llms": "^1.0.42",
"@inquirer/prompts": "^5.0.0", "@inquirer/prompts": "^5.0.0",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"find-process": "^2.0.0", "find-process": "^2.0.0",

10
pnpm-lock.yaml generated
View File

@@ -15,8 +15,8 @@ importers:
specifier: ^5.0.0 specifier: ^5.0.0
version: 5.5.0 version: 5.5.0
'@musistudio/llms': '@musistudio/llms':
specifier: ^1.0.41 specifier: ^1.0.42
version: 1.0.41(ws@8.18.3) version: 1.0.42(ws@8.18.3)
dotenv: dotenv:
specifier: ^16.4.7 specifier: ^16.4.7
version: 16.6.1 version: 16.6.1
@@ -341,8 +341,8 @@ packages:
resolution: {integrity: sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==} resolution: {integrity: sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==}
engines: {node: '>=8'} engines: {node: '>=8'}
'@musistudio/llms@1.0.41': '@musistudio/llms@1.0.42':
resolution: {integrity: sha512-e4d3rrSVG+OBd0eU11GfBUph376eOm44eBCDD/fuCUbpMT+YCaIDYFG7knnMkTAthqlRe3H6Bun1cGJUf8xhSw==} resolution: {integrity: sha512-VqZ3SPGoUkkIycYWZrE/m5/aM0KCGmJeNfWvr0BksFk/D5TulMEQTYiH9WjrJCfoli+DT34klRoBegl+JklD1g==}
'@nodelib/fs.scandir@2.1.5': '@nodelib/fs.scandir@2.1.5':
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
@@ -1368,7 +1368,7 @@ snapshots:
'@lukeed/ms@2.0.2': {} '@lukeed/ms@2.0.2': {}
'@musistudio/llms@1.0.41(ws@8.18.3)': '@musistudio/llms@1.0.42(ws@8.18.3)':
dependencies: dependencies:
'@anthropic-ai/sdk': 0.54.0 '@anthropic-ai/sdk': 0.54.0
'@fastify/cors': 11.1.0 '@fastify/cors': 11.1.0