@cloudflare/realtimekit 1.1.5 → 1.1.6-staging.1

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.
@@ -5336,6 +5336,7 @@ interface ProducerState {
5336
5336
  producingTransportId: string;
5337
5337
  producingPeerId: string;
5338
5338
  mimeType?: string;
5339
+ consumer?: Partial<Consumer>;
5339
5340
  }
5340
5341
  interface Participant {
5341
5342
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit",
3
- "version": "1.1.5",
3
+ "version": "1.1.6-staging.1",
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": {