@done-coding/cli-cc-switch 0.1.0 → 0.1.1-alpha.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-mc9It-bY.js";
2
+ import { a } from "./main-BTimD3qo.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-mc9It-bY.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-BTimD3qo.js";
3
3
  export {
4
4
  e as DEEPSEEK_TEMPLATE,
5
5
  E as PROFILE_PATH,
@@ -218,7 +218,7 @@ const re = (e) => new Promise((t, r) => {
218
218
  const e = process.stdin;
219
219
  A && typeof e.setRawMode == "function" && (e.setRawMode(!1), A = !1), e.removeAllListeners("data"), e.removeAllListeners("keypress"), e.removeAllListeners("readable"), e.pause();
220
220
  }, M = {
221
- version: "0.1.0",
221
+ version: "0.1.1-alpha.0",
222
222
  cliConfig: {
223
223
  moduleName: "cc-switch"
224
224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@done-coding/cli-cc-switch",
3
- "version": "0.1.0",
3
+ "version": "0.1.1-alpha.0",
4
4
  "description": "claude-code路由",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -42,7 +42,7 @@
42
42
  "license": "MIT",
43
43
  "sideEffects": false,
44
44
  "devDependencies": {
45
- "@done-coding/cli-inject": "0.6.5",
45
+ "@done-coding/cli-inject": "0.6.6-alpha.0",
46
46
  "@types/node": "^18.0.0",
47
47
  "@types/yargs": "^17.0.28",
48
48
  "@vitest/coverage-v8": "^1.6.1",
@@ -53,10 +53,10 @@
53
53
  "vitest": "^1.6.1"
54
54
  },
55
55
  "dependencies": {
56
- "@done-coding/cli-utils": "0.12.0"
56
+ "@done-coding/cli-utils": "0.12.1-alpha.0"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=18.0.0"
60
60
  },
61
- "gitHead": "aa725e7a378198c8f0e961dee601054db4b5e996"
61
+ "gitHead": "0697380615d359a28634ad2e54a916008cc85a27"
62
62
  }