From d528a8df4c61037f6d5564a14fe8832092402aac Mon Sep 17 00:00:00 2001 From: "jinhui.li" Date: Sun, 20 Jul 2025 01:26:52 +0800 Subject: [PATCH] release v1.0.22 to support image --- README.md | 3 +++ README_zh.md | 3 +++ package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b4b24f6..cda524a 100644 --- a/README.md +++ b/README.md @@ -308,5 +308,8 @@ A huge thank you to all our sponsors for their generous support! - [@yusnake](https://github.com/yusnake) - @*飞 - @董* +- @*琢 +- @*成 +- @**磊 (If your name is masked, please contact me via my homepage email to update it with your GitHub username.) diff --git a/README_zh.md b/README_zh.md index ee05f3b..859255b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -305,6 +305,9 @@ jobs: - [@yusnake](https://github.com/yusnake) - @*飞 - @董* +- @*琢 +- @*成 +- @**磊 (如果您的名字被屏蔽,请通过我的主页电子邮件与我联系,以便使用您的 GitHub 用户名进行更新。) diff --git a/package.json b/package.json index e6cea7b..e9a7d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@musistudio/claude-code-router", - "version": "1.0.20", + "version": "1.0.22", "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.7", + "@musistudio/llms": "^1.0.9", "dotenv": "^16.4.7", "tiktoken": "^1.0.21", "uuid": "^11.1.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2a716f9..8147e76 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@musistudio/llms': - specifier: ^1.0.7 - version: 1.0.7(ws@8.18.3)(zod@3.25.67) + specifier: ^1.0.9 + version: 1.0.9(ws@8.18.3)(zod@3.25.67) dotenv: specifier: ^16.4.7 version: 16.6.1 @@ -220,8 +220,8 @@ packages: '@modelcontextprotocol/sdk': optional: true - '@musistudio/llms@1.0.7': - resolution: {integrity: sha512-2hvn3yG3oVwCOMiSpeBnFeQd4x0XiItahILPaK0cszyU5gJmbgDP6JhJ0t3zKRoThQyaqwfUumR0SqUlx6XxBA==} + '@musistudio/llms@1.0.9': + resolution: {integrity: sha512-Z4H2yMcp3riDMQKAHTxqknanXgVSah/5HwDT5YtmsXaoznQpdzXLHlF4LBMMKNF6amq0R+MPfaPsjK8Lyddmxg==} '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -815,7 +815,7 @@ snapshots: - supports-color - utf-8-validate - '@musistudio/llms@1.0.7(ws@8.18.3)(zod@3.25.67)': + '@musistudio/llms@1.0.9(ws@8.18.3)(zod@3.25.67)': dependencies: '@anthropic-ai/sdk': 0.54.0 '@fastify/cors': 11.0.1