@wengine-ai/llms 2.0.91 → 2.0.93

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/index.d.ts CHANGED
@@ -146,3 +146,7 @@ export declare function startActiveProbe(
146
146
 
147
147
  export declare function stopActiveProbe(): void;
148
148
  export declare function resetActiveProbeService(): void;
149
+
150
+ // Runtime debug log toggle
151
+ export declare function setRuntimeDebugLog(enabled: boolean): void;
152
+ export declare function getRuntimeDebugLog(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wengine-ai/llms",
3
- "version": "2.0.91",
3
+ "version": "2.0.93",
4
4
  "description": "A universal LLM API transformation server",
5
5
  "main": "dist/cjs/server.cjs",
6
6
  "module": "dist/esm/server.mjs",