@ynhcj/xiaoyi 2.4.1 → 2.4.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/types.d.ts CHANGED
@@ -168,7 +168,7 @@ export interface WebSocketConnectionState {
168
168
  maxReconnectAttempts: number;
169
169
  }
170
170
  export declare const DEFAULT_WS_URL_1 = "wss://hag.cloud.huawei.com/openclaw/v1/ws/link";
171
- export declare const DEFAULT_WS_URL_2 = "wss://116.63.174.231";
171
+ export declare const DEFAULT_WS_URL_2 = "wss://116.63.174.231/openclaw/v1/ws/link";
172
172
  export interface InternalWebSocketConfig {
173
173
  wsUrl1: string;
174
174
  wsUrl2: string;
package/dist/types.js CHANGED
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.DEFAULT_WS_URL_2 = exports.DEFAULT_WS_URL_1 = void 0;
6
6
  // Dual server configuration
7
7
  exports.DEFAULT_WS_URL_1 = "wss://hag.cloud.huawei.com/openclaw/v1/ws/link";
8
- exports.DEFAULT_WS_URL_2 = "wss://116.63.174.231";
8
+ exports.DEFAULT_WS_URL_2 = "wss://116.63.174.231/openclaw/v1/ws/link";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "XiaoYi channel plugin for OpenClaw",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",