@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
|
@@ -4626,11 +4626,11 @@ declare class RTKFeatures {
|
|
|
4626
4626
|
};
|
|
4627
4627
|
}
|
|
4628
4628
|
declare class RTKInternals {
|
|
4629
|
-
logger:
|
|
4629
|
+
logger: RTKLogger$1;
|
|
4630
4630
|
features: RTKFeatures;
|
|
4631
4631
|
browserSpecs: BrowserCapabilities;
|
|
4632
4632
|
callStats: InhouseCallStats;
|
|
4633
|
-
constructor(logger:
|
|
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.
|
|
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",
|