@hysc/meeting 5.0.108 → 5.0.109
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.
|
@@ -42,8 +42,7 @@ export interface BloudUnPubEvent {
|
|
|
42
42
|
streamId: string;
|
|
43
43
|
isScreen: boolean;
|
|
44
44
|
}
|
|
45
|
-
declare type Observes = {
|
|
45
|
+
export declare type Observes = {
|
|
46
46
|
[K in BCEvent]: BehaviorSubject<any>;
|
|
47
47
|
};
|
|
48
48
|
export declare function attachEvents(boomCore: BoomCore, userVM: BMUserVM, bmStreamVm: BMStreamModelVM, chatVM: BMChatVM, bmRoom: BMRoom): Observes;
|
|
49
|
-
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hysc/meeting",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.109",
|
|
4
4
|
"description": "boom meeting",
|
|
5
5
|
"main": "umd/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"@hysc/p-queue": "6.3.0",
|
|
20
20
|
"rxjs": "^7.5.5",
|
|
21
21
|
"typescript": "^4.6.3",
|
|
22
|
-
"@hysc/bloud": "1.0.
|
|
23
|
-
"@hysc/core": "5.0.
|
|
22
|
+
"@hysc/bloud": "1.0.107",
|
|
23
|
+
"@hysc/core": "5.0.107",
|
|
24
24
|
"@hysc/logger": "1.0.0",
|
|
25
25
|
"@hysc/utils": "1.2.4"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@hysc/core": "5.0.
|
|
28
|
+
"@hysc/core": "5.0.107"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/lodash-es": "^4.17.6"
|
|
@@ -42,8 +42,7 @@ export interface BloudUnPubEvent {
|
|
|
42
42
|
streamId: string;
|
|
43
43
|
isScreen: boolean;
|
|
44
44
|
}
|
|
45
|
-
declare type Observes = {
|
|
45
|
+
export declare type Observes = {
|
|
46
46
|
[K in BCEvent]: BehaviorSubject<any>;
|
|
47
47
|
};
|
|
48
48
|
export declare function attachEvents(boomCore: BoomCore, userVM: BMUserVM, bmStreamVm: BMStreamModelVM, chatVM: BMChatVM, bmRoom: BMRoom): Observes;
|
|
49
|
-
export {};
|