@hysc/meeting 4.0.8 → 4.0.10

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": "@hysc/meeting",
3
- "version": "4.0.8",
3
+ "version": "4.0.10",
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.8",
17
+ "@hysc/core": "4.0.10",
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.8"
26
+ "@hysc/core": "4.0.10"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash-es": "^4.17.6"
@@ -281,6 +281,7 @@ export declare enum BCEvent {
281
281
  * ```
282
282
  */
283
283
  STREAM_UPDATED = "stream-updated",
284
+ BLOUD_STREAM_UPDATED = "bloud-stream-update",
284
285
  /**
285
286
  * 本地流推流成功事件,调用 publish() 成功后会触发该事件
286
287
  * ```javascript