@done-coding/cli-cc-switch 0.1.2-alpha.0 → 0.2.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 CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import { a } from "./main-Dr3XnUSc.js";
2
+ import { a } from "./main-BC_Ug-V2.js";
3
3
  a();
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { D as e, P as E, b as i, c as n, f as r, h as l, i as o, m as c, p as d, s as m } from "./main-Dr3XnUSc.js";
2
+ import { D as e, P as E, b as i, c as n, f as r, h as l, i as o, m as c, p as d, s as m } from "./main-BC_Ug-V2.js";
3
3
  export {
4
4
  e as DEEPSEEK_TEMPLATE,
5
5
  E as PROFILE_PATH,
@@ -459,7 +459,7 @@ const Le = (e) => new Promise((r, t) => {
459
459
  const e = process.stdin;
460
460
  M && typeof e.setRawMode == "function" && (e.setRawMode(!1), M = !1), e.removeAllListeners("data"), e.removeAllListeners("keypress"), e.removeAllListeners("readable"), e.pause();
461
461
  }, Z = {
462
- version: "0.1.2-alpha.0",
462
+ version: "0.2.0",
463
463
  cliConfig: {
464
464
  moduleName: "cc-switch"
465
465
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@done-coding/cli-cc-switch",
3
- "version": "0.1.2-alpha.0",
3
+ "version": "0.2.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": "129e2bcd8f03d20598c932af49e8d41d9ccc534c"
61
+ "gitHead": "f56359da7c5f246511bedf8f814369c702f5456c"
62
62
  }