@trtc/calls-uikit-react 4.1.0 → 4.2.0

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.1.0",
3
+ "version": "4.2.0",
4
4
  "main": "./tuicall-uikit-react.umd.js",
5
5
  "module": "./tuicall-uikit-react.es.js",
6
6
  "types": "./types/index.d.ts",
@@ -13,10 +13,9 @@
13
13
  "directory": "Web"
14
14
  },
15
15
  "dependencies": {
16
- "@tencentcloud/chat": "^3.5.2",
17
- "@tencentcloud/tui-core": "latest",
18
- "@trtc/call-engine-lite-js": "~3.4.0",
19
- "@tencentcloud/lite-chat": "^1.4.1"
16
+ "@tencentcloud/tui-core-lite": "1.0.0",
17
+ "@trtc/call-engine-lite-js": "workspace:~",
18
+ "@tencentcloud/lite-chat": "^1.5.0"
20
19
  },
21
20
  "bugs": {
22
21
  "url": "https://github.com/tencentyun/TUICallKit/issues"
@@ -1,4 +1,4 @@
1
- import { TUICore, TUILogin, TUIConstants, ExtensionInfo } from '@tencentcloud/tui-core';
1
+ import { TUICore, TUILogin, TUIConstants, ExtensionInfo } from '@tencentcloud/tui-core-lite';
2
2
  import { CallMediaType, AudioCallIcon, VideoCallIcon, LOG_LEVEL, COMPONENT, StoreName, NAME, CallStatus, CallType, ACTION_TYPE } from '../const/index';
3
3
  import { isUndefined, formatTime, JSONToObject } from '../utils/common-utils';
4
4
  import { getRemoteUserProfile } from './utils';
@@ -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.1.0';
29
+ const version = '4.2.0';
30
30
  const frameWork = 'react';
31
31
  export { TUIGlobal, TUIStore, uiDesign };
32
32
 
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.1.0'; // basic-demo 原来上报使用
38
+ const Version = '4.2.0'; // basic-demo 原来上报使用
39
39
 
40
40
  // 输出产物
41
41
  export {