@trtc/calls-uikit-react 4.4.8 → 4.4.9

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.4.8",
3
+ "version": "4.4.9",
4
4
  "main": "./tuicall-uikit-react.umd.js",
5
5
  "module": "./tuicall-uikit-react.es.js",
6
6
  "types": "./types/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "directory": "Web"
14
14
  },
15
15
  "dependencies": {
16
- "@tencentcloud/tui-core-lite": "1.0.0",
16
+ "@tencentcloud/tui-core-lite": "~1.0.0",
17
17
  "@trtc/call-engine-lite-js": "~3.5.8",
18
18
  "@tencentcloud/lite-chat": "^1.6.3",
19
19
  "@trtc/call-engine-lite-wx": "~3.4.8"
@@ -27,7 +27,7 @@ const TUIGlobal: ITUIGlobal = TuiGlobal.getInstance();
27
27
  const TUIStore: ITUIStore = TuiStore.getInstance();
28
28
  const uiDesign = UIDesign.getInstance();
29
29
  uiDesign.setTUIStore(TUIStore);
30
- const version = '4.4.8';
30
+ const version = '4.4.9';
31
31
  import AIAssistant from './AIAssistant'; // 仅 web 支持 AI 实时字幕
32
32
  const frameWork = 'react';
33
33
  export { TUIGlobal, TUIStore, uiDesign };
package/src/index.ts CHANGED
@@ -35,7 +35,7 @@ const TUICallType = {
35
35
  AUDIO_CALL: 1,
36
36
  VIDEO_CALL: 2,
37
37
  };
38
- const Version = '4.4.8'; // basic-demo 原来上报使用
38
+ const Version = '4.4.9'; // basic-demo 原来上报使用
39
39
 
40
40
  // 输出产物
41
41
  export {
@@ -2329,7 +2329,7 @@ var Ts = Object.defineProperty, Es = Object.getOwnPropertyDescriptor, ae = (t, e
2329
2329
  };
2330
2330
  const U = rr.getInstance(), E = Ft.getInstance(), it = Yn.getInstance();
2331
2331
  it.setTUIStore(E);
2332
- const ua = "4.4.8", Ia = "react";
2332
+ const ua = "4.4.9", Ia = "react";
2333
2333
  var Je;
2334
2334
  const ne = (Je = class {
2335
2335
  constructor() {
@@ -8570,7 +8570,7 @@ Kn.install = _N;
8570
8570
  const PN = {
8571
8571
  AUDIO_CALL: 1,
8572
8572
  VIDEO_CALL: 2
8573
- }, WN = "4.4.8";
8573
+ }, WN = "4.4.9";
8574
8574
  export {
8575
8575
  F as CallMediaType,
8576
8576
  FN as CallMessage,