@trtc/calls-uikit-react 4.4.4 → 4.4.5

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.4",
3
+ "version": "4.4.5",
4
4
  "main": "./tuicall-uikit-react.umd.js",
5
5
  "module": "./tuicall-uikit-react.es.js",
6
6
  "types": "./types/index.d.ts",
@@ -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.4';
30
+ const version = '4.4.5';
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.4'; // basic-demo 原来上报使用
38
+ const Version = '4.4.5'; // basic-demo 原来上报使用
39
39
 
40
40
  // 输出产物
41
41
  export {
@@ -2286,7 +2286,7 @@ var gs = Object.defineProperty, Ns = Object.getOwnPropertyDescriptor, ie = (t, e
2286
2286
  };
2287
2287
  const U = nr.getInstance(), E = Ft.getInstance(), at = Yn.getInstance();
2288
2288
  at.setTUIStore(E);
2289
- const Mi = "4.4.4", ui = "react";
2289
+ const Mi = "4.4.5", ui = "react";
2290
2290
  var Je;
2291
2291
  const ne = (Je = class {
2292
2292
  constructor() {
@@ -8522,7 +8522,7 @@ Kn.install = UN;
8522
8522
  const BN = {
8523
8523
  AUDIO_CALL: 1,
8524
8524
  VIDEO_CALL: 2
8525
- }, YN = "4.4.4";
8525
+ }, YN = "4.4.5";
8526
8526
  export {
8527
8527
  F as CallMediaType,
8528
8528
  QN as CallMessage,