@rongcloud/engine 5.7.0-beem.10 → 5.7.0-beem.12

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
@@ -7375,7 +7375,7 @@ declare const DB_LOG_MAX_SIZE = 100000;
7375
7375
  declare const DB_LOG_FLUSH_FREQUENCY = 3000;
7376
7376
  declare const ONE_LOG_SIZE_MAX = 1000;
7377
7377
  /** 日志上报域名 */
7378
- declare const LOG_REPORT_URI = "logcollection.ronghub.com";
7378
+ declare const LOG_REPORT_URI = "logcollection-sccc.beemhub.com";
7379
7379
  /** SDK 版本号 */
7380
7380
  declare const VERSION: string;
7381
7381
  /**