From 37ae7a99d8a1e964c2ab58327af50f95dd846db6 Mon Sep 17 00:00:00 2001 From: musi Date: Mon, 14 Jul 2025 11:54:22 +0800 Subject: [PATCH] release v1.0.16 --- README.md | 6 +++++- package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ca5a78d..5809726 100644 --- a/README.md +++ b/README.md @@ -244,4 +244,8 @@ Thanks to the following sponsors for supporting the continued development of thi @\*划 (可通过主页邮箱联系我修改 github 用户名) [@Clarence-pan](https://github.com/Clarence-pan) [@carter003](https://github.com/carter003) -@S\*r (可通过主页邮箱联系我修改 github 用户名) \ No newline at end of file +@S\*r (可通过主页邮箱联系我修改 github 用户名) +@\*晖 (可通过主页邮箱联系我修改 github 用户名) +@\*敏 (可通过主页邮箱联系我修改 github 用户名) +@Z\*z (可通过主页邮箱联系我修改 github 用户名) +@\*然 (可通过主页邮箱联系我修改 github 用户名) \ No newline at end of file diff --git a/package.json b/package.json index 0151387..a3f4edd 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 017eb80..754697e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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