@cloudflare/realtimekit 1.1.0-staging.17 → 1.1.0-staging.19

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.
@@ -4626,11 +4626,11 @@ declare class RTKFeatures {
4626
4626
  };
4627
4627
  }
4628
4628
  declare class RTKInternals {
4629
- logger: typeof RTKLogger$1;
4629
+ logger: RTKLogger$1;
4630
4630
  features: RTKFeatures;
4631
4631
  browserSpecs: BrowserCapabilities;
4632
4632
  callStats: InhouseCallStats;
4633
- constructor(logger: typeof RTKLogger$1, features: RTKFeatures, callStats: any);
4633
+ constructor(logger: RTKLogger$1, features: RTKFeatures, callStats: InhouseCallStats);
4634
4634
  static init(context: Context<RTKContextState>): RTKInternals;
4635
4635
  }
4636
4636
  type StoreData = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit",
3
- "version": "1.1.0-staging.17",
3
+ "version": "1.1.0-staging.19",
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",