@yzj01/llm-router 1.0.1 → 1.0.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.
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +3 -4
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/{proxy-Co87mKak.d.ts → proxy-CpR5cxND.d.ts} +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
|
@@ -197,7 +197,7 @@ declare function hashRequestContent(content: string, toolNames?: string[]): stri
|
|
|
197
197
|
*/
|
|
198
198
|
declare function deriveSessionId(headers: Record<string, string | string[] | undefined>, messages: unknown[]): string | undefined;
|
|
199
199
|
|
|
200
|
-
declare const VERSION = "1.0.
|
|
200
|
+
declare const VERSION = "1.0.2";
|
|
201
201
|
/**
|
|
202
202
|
* `startProxy()` 实际运行时使用的完整限制集合。
|
|
203
203
|
*
|
package/openclaw.plugin.json
CHANGED