@ynhcj/xiaoyi-channel 0.0.95-next → 0.0.96-next

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.
@@ -1,7 +1,6 @@
1
1
  // WebSocket client cache management
2
2
  // Follows feishu/client.ts pattern for caching client instances
3
3
  import { XYWebSocketManager } from "./websocket.js";
4
- import { setXYRuntime } from "./runtime.js";
5
4
  // Runtime reference for logging
6
5
  let runtime;
7
6
  /**
@@ -9,7 +8,6 @@ let runtime;
9
8
  */
10
9
  export function setClientRuntime(rt) {
11
10
  runtime = rt;
12
- setXYRuntime(rt);
13
11
  }
14
12
  /**
15
13
  * Global cache for WebSocket managers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.95-next",
3
+ "version": "0.0.96-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",