@trtc/calls-uikit-react 4.2.0 → 4.2.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trtc/calls-uikit-react",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"main": "./tuicall-uikit-react.umd.js",
|
|
5
5
|
"module": "./tuicall-uikit-react.es.js",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@tencentcloud/tui-core-lite": "1.0.0",
|
|
17
|
-
"@trtc/call-engine-lite-js": "
|
|
17
|
+
"@trtc/call-engine-lite-js": "~3.4.0",
|
|
18
18
|
"@tencentcloud/lite-chat": "^1.5.0"
|
|
19
19
|
},
|
|
20
20
|
"bugs": {
|
|
@@ -26,7 +26,7 @@ const TUIGlobal: ITUIGlobal = TuiGlobal.getInstance();
|
|
|
26
26
|
const TUIStore: ITUIStore = TuiStore.getInstance();
|
|
27
27
|
const uiDesign = UIDesign.getInstance();
|
|
28
28
|
uiDesign.setTUIStore(TUIStore);
|
|
29
|
-
const version = '4.2.
|
|
29
|
+
const version = '4.2.1';
|
|
30
30
|
const frameWork = 'react';
|
|
31
31
|
export { TUIGlobal, TUIStore, uiDesign };
|
|
32
32
|
|
package/src/index.ts
CHANGED
|
@@ -1863,7 +1863,7 @@ var Qs = Object.defineProperty, Bs = Object.getOwnPropertyDescriptor, ge = (t, e
|
|
|
1863
1863
|
};
|
|
1864
1864
|
const z = Lr.getInstance(), j = ua.getInstance(), mt = oa.getInstance();
|
|
1865
1865
|
mt.setTUIStore(j);
|
|
1866
|
-
const zi = "4.2.
|
|
1866
|
+
const zi = "4.2.1", xi = "react";
|
|
1867
1867
|
var gt;
|
|
1868
1868
|
const Ae = (gt = class {
|
|
1869
1869
|
constructor() {
|
|
@@ -8154,7 +8154,7 @@ ga.install = qd;
|
|
|
8154
8154
|
const sN = {
|
|
8155
8155
|
AUDIO_CALL: 1,
|
|
8156
8156
|
VIDEO_CALL: 2
|
|
8157
|
-
}, lN = "4.2.
|
|
8157
|
+
}, lN = "4.2.1";
|
|
8158
8158
|
export {
|
|
8159
8159
|
$ as CallMediaType,
|
|
8160
8160
|
oN as CallMessage,
|