@cloudflare/realtimekit 1.1.6 → 1.1.7-staging.2

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.
@@ -5824,6 +5824,7 @@ declare global {
5824
5824
  RNLocalMediaHandlerImpl?: any;
5825
5825
  RNAudioSampleHandlerImpl?: any;
5826
5826
  RNBackgroundTimerImpl?: any;
5827
+ RNDeviceInfoImpl?: any;
5827
5828
  isReactNative?: boolean;
5828
5829
  }
5829
5830
  interface Window {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit",
3
- "version": "1.1.6",
3
+ "version": "1.1.7-staging.2",
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",
@@ -63,8 +63,7 @@
63
63
  "worker-timers": "7.0.60"
64
64
  },
65
65
  "publishConfig": {
66
- "access": "public",
67
- "tag": "latest"
66
+ "tag": "staging"
68
67
  },
69
68
  "devDependencies": {},
70
69
  "scripts": {