From 8dc0651c123079ed0666b2c9759b5d42d3fdc564 Mon Sep 17 00:00:00 2001 From: musistudio Date: Tue, 2 Dec 2025 21:54:32 +0800 Subject: [PATCH] release 1.0.72 --- package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 7e43471..f5b028a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@musistudio/claude-code-router", - "version": "1.0.71", + "version": "1.0.72", "description": "Use Claude Code without an Anthropics account and route it to another LLM provider", "bin": { "ccr": "dist/cli.js" @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "@fastify/static": "^8.2.0", - "@musistudio/llms": "^1.0.45", + "@musistudio/llms": "^1.0.46", "@inquirer/prompts": "^5.0.0", "dotenv": "^16.4.7", "find-process": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07c80e1..c9abedf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^5.0.0 version: 5.5.0 '@musistudio/llms': - specifier: ^1.0.45 - version: 1.0.45(ws@8.18.3) + specifier: ^1.0.46 + version: 1.0.46(ws@8.18.3) dotenv: specifier: ^16.4.7 version: 16.6.1 @@ -341,8 +341,8 @@ packages: resolution: {integrity: sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==} engines: {node: '>=8'} - '@musistudio/llms@1.0.45': - resolution: {integrity: sha512-yHoG5JDszGpzRwbjLYEY8uR5VVzoHD+vOUtoOZHDlowGTU5OPcKtLlHK3IZygE9b51qhpQHixz2xBCwHYcByzA==} + '@musistudio/llms@1.0.46': + resolution: {integrity: sha512-IpI5SWcz3sxKdq6BOK+ZVWGa/r9UR6pLJW+xjQMj3ZKsb4kdBOzBjRnULVvvIy7EUWnyOP13g5LufRx5sp6JdQ==} '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -1368,7 +1368,7 @@ snapshots: '@lukeed/ms@2.0.2': {} - '@musistudio/llms@1.0.45(ws@8.18.3)': + '@musistudio/llms@1.0.46(ws@8.18.3)': dependencies: '@anthropic-ai/sdk': 0.54.0 '@fastify/cors': 11.1.0