panrouter 6.3.3 → 6.3.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/pool-worker.mjs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "panrouter",
3
- "version": "6.3.3",
3
+ "version": "6.3.4",
4
4
  "description": "让 Claude Code 免费使用 DeepSeek 等模型,无需 API Key",
5
5
  "type": "module",
6
6
  "bin": {
package/pool-worker.mjs CHANGED
@@ -434,7 +434,7 @@ function _ensureServer() {
434
434
  function trySpawn9router() {
435
435
  try {
436
436
  const r = spawn("npx", ["--yes", "9router"], {
437
- detached: true, stdio: "ignore",
437
+ detached: true, stdio: "ignore", shell: true,
438
438
  });
439
439
  r.unref();
440
440
  } catch (e) {