@cloudflare/realtimekit-react 0.5.0-staging.119 → 0.5.0-staging.121
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/dist/index.cjs.js +1 -1
- package/dist/index.es.js +6 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -21847,7 +21847,12 @@ const jc = (im = class {
|
|
|
21847
21847
|
...this.mapPeerIdsToProducers(t, ["video"]),
|
|
21848
21848
|
...this.mapPeerIdsToProducers(r, ["audio"])
|
|
21849
21849
|
];
|
|
21850
|
-
|
|
21850
|
+
try {
|
|
21851
|
+
(i.length > 0 || n.length > 0) && (yield this.updateConsumers(i, n));
|
|
21852
|
+
} finally {
|
|
21853
|
+
v(this, _i, false);
|
|
21854
|
+
}
|
|
21855
|
+
a(this, jn) && this.syncConsumers();
|
|
21851
21856
|
});
|
|
21852
21857
|
}
|
|
21853
21858
|
static mapDiff(s, t) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit-react",
|
|
3
|
-
"version": "0.5.0-staging.
|
|
3
|
+
"version": "0.5.0-staging.121",
|
|
4
4
|
"description": "A real-time video and audio SDK for building custom, collaborative communication experiences.",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"private": false,
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@cloudflare/realtimekit": "0.5.0-staging.
|
|
20
|
+
"@cloudflare/realtimekit": "0.5.0-staging.121"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": ">=16.8.6"
|