release v1.0.24 to support custom router

This commit is contained in:
musi
2025-07-21 15:13:58 +08:00
parent 7165953b50
commit 5e14b9b0e1
5 changed files with 136 additions and 64 deletions

34
package-lock.json generated
View File

@@ -1,15 +1,15 @@
{
"name": "@musistudio/claude-code-router",
"version": "1.0.15",
"version": "1.0.23",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@musistudio/claude-code-router",
"version": "1.0.15",
"version": "1.0.23",
"license": "MIT",
"dependencies": {
"@musistudio/llms": "^1.0.4",
"@musistudio/llms": "^1.0.10",
"dotenv": "^16.4.7",
"tiktoken": "^1.0.21",
"uuid": "^11.1.0"
@@ -18,7 +18,9 @@
"ccr": "dist/cli.js"
},
"devDependencies": {
"@types/node": "^24.0.15",
"esbuild": "^0.25.1",
"fastify": "^5.4.0",
"shx": "^0.4.0",
"typescript": "^5.8.2"
}
@@ -182,9 +184,9 @@
}
},
"node_modules/@musistudio/llms": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@musistudio/llms/-/llms-1.0.4.tgz",
"integrity": "sha512-z+Ge5NOaafIvgnGiZqySSz8b2sYIvRQRCVZHZH/IjotS2uQWXespcdIUu0h72toTRkLu7hVIxLuY5Poh+6PeTQ==",
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/@musistudio/llms/-/llms-1.0.10.tgz",
"integrity": "sha512-s3FUykkR/IykIHb5a/5GXfwB3MSf3DjGbJlmK9injoKhSVhA9SgbP8nG2cj3AlC1Ve5bFyLS5OR4R7wxWB4oqQ==",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.54.0",
@@ -193,7 +195,8 @@
"dotenv": "^16.5.0",
"fastify": "^5.4.0",
"openai": "^5.6.0",
"undici": "^7.10.0"
"undici": "^7.10.0",
"uuid": "^11.1.0"
}
},
"node_modules/@nodelib/fs.scandir": {
@@ -234,6 +237,16 @@
"node": ">= 8"
}
},
"node_modules/@types/node": {
"version": "24.0.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.15.tgz",
"integrity": "sha512-oaeTSbCef7U/z7rDeJA138xpG3NuKc64/rZ2qmUFkFJmnMsAPaluIifqyWd8hSSMxyP9oie3dLAqYPblag9KgA==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.8.0"
}
},
"node_modules/abstract-logging": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.1.tgz",
@@ -1609,6 +1622,13 @@
"node": ">=20.18.1"
}
},
"node_modules/undici-types": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
"dev": true,
"license": "MIT"
},
"node_modules/uuid": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",