@rongcloud/engine 5.7.6 → 5.7.8
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 +1 -1
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4692,7 +4692,7 @@ declare class IndexDBReporter extends BasicReporter {
|
|
|
4692
4692
|
* @param logger
|
|
4693
4693
|
* @param expireTime 日志有效期,单位 `h`,默认为 `168h`
|
|
4694
4694
|
*/
|
|
4695
|
-
declare const initLogDB: (appkey: string, logger: ILogger, expireTime?: number) => void;
|
|
4695
|
+
declare const initLogDB: (appkey: string, logger: ILogger, runtime: IRuntime, expireTime?: number) => void;
|
|
4696
4696
|
/**
|
|
4697
4697
|
* IndexDB 日志数据库反初始化,在切换 APPKEY 时调用
|
|
4698
4698
|
* @returns
|