@rongcloud/engine 4.6.0-beem.7 → 4.6.0-beem.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/dist/index.d.ts +3 -7
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* RCEngine - v4.6.0-beem.
|
|
3
|
-
* CommitId -
|
|
4
|
-
*
|
|
2
|
+
* RCEngine - v4.6.0-beem.8
|
|
3
|
+
* CommitId - 915afd3701d3755bfda48aac9c68e83a66d8d7e3
|
|
4
|
+
* Sat May 28 2022 13:41:36 GMT+0800 (China Standard Time)
|
|
5
5
|
* ©2020 RongCloud, Inc. All rights reserved.
|
|
6
6
|
*/
|
|
7
7
|
/**
|
|
@@ -4734,10 +4734,6 @@ declare abstract class AEngine implements IEngine {
|
|
|
4734
4734
|
readonly runtime: IRuntime;
|
|
4735
4735
|
protected readonly _watcher: IEngineWatcher;
|
|
4736
4736
|
protected readonly _options: IAPIContextOption;
|
|
4737
|
-
/**
|
|
4738
|
-
* 当前用户 Id
|
|
4739
|
-
*/
|
|
4740
|
-
currentUserId: string;
|
|
4741
4737
|
/**
|
|
4742
4738
|
* 连接时间
|
|
4743
4739
|
*/
|