@done-coding/cli-cc-switch 0.2.1-alpha.0 → 0.3.0
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/es/cli.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/{main-BA58lhLn.js → main-BX3bMW_O.js} +1 -1
- package/package.json +2 -2
package/es/cli.mjs
CHANGED
package/es/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { D as e, P as E, S as i, b as n, c as r, f as S, h as T, i as l, m as o, p as P, s as c } from "./main-
|
|
2
|
+
import { D as e, P as E, S as i, b as n, c as r, f as S, h as T, i as l, m as o, p as P, s as c } from "./main-BX3bMW_O.js";
|
|
3
3
|
export {
|
|
4
4
|
e as DEEPSEEK_SETTINGS_TEMPLATE,
|
|
5
5
|
E as PROFILE_PATH,
|
|
@@ -488,7 +488,7 @@ const Le = (e) => new Promise((r, t) => {
|
|
|
488
488
|
const e = process.stdin;
|
|
489
489
|
R && typeof e.setRawMode == "function" && (e.setRawMode(!1), R = !1), e.removeAllListeners("data"), e.removeAllListeners("keypress"), e.removeAllListeners("readable"), e.pause();
|
|
490
490
|
}, se = {
|
|
491
|
-
version: "0.
|
|
491
|
+
version: "0.3.0",
|
|
492
492
|
cliConfig: {
|
|
493
493
|
moduleName: "cc-switch"
|
|
494
494
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@done-coding/cli-cc-switch",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "claude-code路由",
|
|
5
5
|
"private": false,
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=18.0.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "f0189a3f80367fcd5cbe408bb696dc190e960b10"
|
|
62
62
|
}
|