panrouter 5.3.1 → 5.3.2

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/cli.mjs +2 -1
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -5,7 +5,8 @@ import { start as startPool, stopWorker } from "./pool-worker.mjs";
5
5
  import http from "node:http";
6
6
  import fs from "node:fs";
7
7
  import path from "node:path";
8
- import { fileURLToPath, createRequire } from "node:url";
8
+ import { fileURLToPath } from "node:url";
9
+ import { createRequire } from "node:module";
9
10
 
10
11
  const __dirname = path.dirname(fileURLToPath(import.meta.url));
11
12
  const require = createRequire(import.meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "panrouter",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "让 Claude Code 免费使用 DeepSeek 等模型,无需 API Key",
5
5
  "type": "module",
6
6
  "bin": {