@cloudflare/realtimekit 1.1.4 → 1.1.5-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.
@@ -5821,6 +5821,8 @@ type RTKType = {
5821
5821
  declare global {
5822
5822
  interface Navigator {
5823
5823
  RNLocalMediaHandlerImpl?: any;
5824
+ RNAudioSampleHandlerImpl?: any;
5825
+ RNBackgroundTimerImpl?: any;
5824
5826
  isReactNative?: boolean;
5825
5827
  }
5826
5828
  interface Window {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit",
3
- "version": "1.1.4",
3
+ "version": "1.1.5-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": {