@ynhcj/xiaoyi-channel 0.0.24-next → 0.0.25-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.
@@ -25,7 +25,7 @@ export declare const MIN_TEXT_LENGTH = 0;
25
25
  export declare const MAX_TEXT_LENGTH = 4096;
26
26
  export declare const MAX_TOTAL_LENGTH = 40960;
27
27
  export declare const regex: RegExp;
28
- export declare const DEFAULT_HTTP_PORT = 80;
28
+ export declare const DEFAULT_HTTP_PORT = 443;
29
29
  export declare const HTTP_STATUS_BAD_REQUEST = 400;
30
30
  export declare const ENV_FILE_PATH = "/home/sandbox/.openclaw/.xiaoyienv";
31
31
  export declare const API_URL_SUFFIX = "/celia-claw/v1/rest-api/skill/execute";
@@ -3,7 +3,7 @@ export const MIN_TEXT_LENGTH = 0;
3
3
  export const MAX_TEXT_LENGTH = 4096;
4
4
  export const MAX_TOTAL_LENGTH = 40960;
5
5
  export const regex = /[^\u4e00-\u9fa5a-zA-Z0-9\s\.,!?;:,。!?;:""\'\'()()\[\]【】]/;
6
- export const DEFAULT_HTTP_PORT = 80;
6
+ export const DEFAULT_HTTP_PORT = 443;
7
7
  export const HTTP_STATUS_BAD_REQUEST = 400;
8
8
  export const ENV_FILE_PATH = "/home/sandbox/.openclaw/.xiaoyienv";
9
9
  export const API_URL_SUFFIX = "/celia-claw/v1/rest-api/skill/execute";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.24-next",
3
+ "version": "0.0.25-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",