@yzj01/llm-router 1.0.1 → 1.0.3

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.
@@ -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.1";
200
+ declare const VERSION = "1.0.3";
201
201
  /**
202
202
  * `startProxy()` 实际运行时使用的完整限制集合。
203
203
  *
@@ -2,7 +2,7 @@
2
2
  "id": "llm-router",
3
3
  "name": "LLM Router",
4
4
  "description": "LLM Router local routing proxy for OpenClaw",
5
- "version": "1.0.1",
5
+ "version": "1.0.3",
6
6
  "main": "./dist/index.js",
7
7
  "activation": {
8
8
  "onStartup": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yzj01/llm-router",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "LLM Router local routing proxy for OpenAI-compatible Chat Completions APIs.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",