api-switch-cc 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.js +1 -1
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -66,7 +66,7 @@ function install() {
|
|
|
66
66
|
const url = `${BASE}/${archive}`;
|
|
67
67
|
const tmp = join(__dirname, `_${archive}`);
|
|
68
68
|
|
|
69
|
-
console.log(`Downloading
|
|
69
|
+
console.log(`Downloading ${DOWNLOAD_VERSION} for ${plat} ...`);
|
|
70
70
|
|
|
71
71
|
try {
|
|
72
72
|
// Download
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "api-switch-cc",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Claude Code 多模型代理 — 一键切换 DeepSeek、Qwen、GLM、Moonshot 等国产大模型,协议自动转换,零配置即用。LLM API proxy for Claude Code with DeepSeek, Qwen, Anthropic, OpenAI support.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"api-switch": "bin/api-switch"
|