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