@rongcloud/engine 5.46.0-enterprise-alpha.2 → 5.46.1

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/index.d.ts CHANGED
@@ -69,6 +69,8 @@ declare const Log: {
69
69
  readonly L_INSTALL_PLUGIN_R: "L-INSTALL_PLUGIN-R";
70
70
  /** navi 配置错误 */
71
71
  readonly L_NAVI_CONF_E: "L-NAVI_CONF_ERROR-E";
72
+ /** CMP 地址 */
73
+ readonly L_NAVI_CMP_R: "L-NAVI_CPM-R";
72
74
  readonly A_SEND_MSG_T: "A-send_msg-T";
73
75
  readonly A_SEND_MSG_R: "A-send_msg-R";
74
76
  readonly L_SEND_MSG_T: "L-send_msg-T";
@@ -8156,10 +8158,6 @@ declare const promiseWithResolvers: <T = void>() => {
8156
8158
 
8157
8159
  interface IServerAddressData {
8158
8160
  addr: string;
8159
- /**
8160
- * Electron 平台用户自定义 dns 解析结果,用于向协议栈传递;结果为空时不赋值,保持 undefined
8161
- */
8162
- ipList?: string[];
8163
8161
  protocol: EConnectProtocol;
8164
8162
  weight: number;
8165
8163
  /** 是否进行 tls 和 quic 竞速 */