@hysc/meeting 4.0.29 → 4.0.31

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.
@@ -189,8 +189,8 @@ export default class BMStreamModelVM {
189
189
  /**
190
190
  * 排序变化之后的处理逻辑
191
191
  */
192
- updateUserSort: import("lodash-es").DebouncedFunc<() => void>;
193
- updateModelSort: import("lodash-es").DebouncedFunc<() => void>;
192
+ updateUserSort: any;
193
+ updateModelSort: any;
194
194
  handleNoContainer: (info: NoPlayerContainer) => void;
195
195
  /**
196
196
  * 创建canvas,目的是为了捕获空track流,给brtc使用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hysc/meeting",
3
- "version": "4.0.29",
3
+ "version": "4.0.31",
4
4
  "description": "boom meeting",
5
5
  "main": "umd/index.js",
6
6
  "module": "esm/index.js",
@@ -14,7 +14,7 @@
14
14
  "author": "yangliye",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@hysc/core": "4.0.29",
17
+ "@hysc/core": "4.0.31",
18
18
  "lodash-es": "^4.17.21",
19
19
  "mitt": "^3.0.0",
20
20
  "@hysc/p-queue": "6.3.0",
@@ -23,7 +23,7 @@
23
23
  "@hysc/utils": "1.2.3"
24
24
  },
25
25
  "peerDependencies": {
26
- "@hysc/core": "4.0.29"
26
+ "@hysc/core": "4.0.31"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash-es": "^4.17.6"