@cloudflare/realtimekit-react 0.5.0-staging.121 → 0.5.0-staging.122

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.es.js CHANGED
@@ -21920,6 +21920,8 @@ const jc = (im = class {
21920
21920
  }
21921
21921
  const c = n.shift();
21922
21922
  e[c] = o;
21923
+ }), n.forEach((o) => {
21924
+ e.splice(o, 1);
21923
21925
  }), Array.from(s.keys()).forEach((o) => {
21924
21926
  s.delete(o, !i.has(o));
21925
21927
  }), e.forEach((o) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit-react",
3
- "version": "0.5.0-staging.121",
3
+ "version": "0.5.0-staging.122",
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.121"
20
+ "@cloudflare/realtimekit": "0.5.0-staging.122"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": ">=16.8.6"