@cloudflare/realtimekit 1.2.1-staging.8 → 1.2.2-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.
@@ -5669,6 +5669,7 @@ type LogData$2 = {
5669
5669
  pip?: {
5670
5670
  id: string;
5671
5671
  handRaised?: boolean;
5672
+ reaction?: string;
5672
5673
  source?: any;
5673
5674
  };
5674
5675
  memoize?: {
@@ -5608,6 +5608,7 @@ type LogData$2 = {
5608
5608
  pip?: {
5609
5609
  id: string;
5610
5610
  handRaised?: boolean;
5611
+ reaction?: string;
5611
5612
  source?: any;
5612
5613
  };
5613
5614
  memoize?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit",
3
- "version": "1.2.1-staging.8",
3
+ "version": "1.2.2-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",