@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.
package/dist/index.d.ts CHANGED
@@ -4662,11 +4662,11 @@ declare class RTKFeatures {
4662
4662
  }
4663
4663
 
4664
4664
  declare class RTKInternals {
4665
- logger: typeof RTKLogger$1;
4665
+ logger: RTKLogger$1;
4666
4666
  features: RTKFeatures;
4667
4667
  browserSpecs: BrowserCapabilities;
4668
4668
  callStats: InhouseCallStats;
4669
- constructor(logger: typeof RTKLogger$1, features: RTKFeatures, callStats: any);
4669
+ constructor(logger: RTKLogger$1, features: RTKFeatures, callStats: InhouseCallStats);
4670
4670
  static init(context: Context<RTKContextState>): RTKInternals;
4671
4671
  }
4672
4672