@cloudflare/realtimekit 2.0.1-staging.1 → 2.0.1-staging.2
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/EncryptionManager.cjs.js +1 -1
- package/dist/EncryptionManager.d.ts +3 -1
- package/dist/EncryptionManager.es.js +1 -1
- package/dist/browser.js +11 -11
- package/dist/dependencies.txt +1 -1
- package/dist/index.cjs.js +8 -8
- package/dist/index.d.ts +3 -1
- package/dist/index.es.js +4026 -3979
- package/dist/index.es5.js +3744 -3633
- package/dist/index.rn.js +8 -8
- package/dist/ts3.4/dist/EncryptionManager.d.ts +3 -1
- package/dist/ts3.4/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3414,7 +3414,8 @@ declare class Plugin extends CustomEventEmitter<PluginEvents$1> {
|
|
|
3414
3414
|
enabledBy: string;
|
|
3415
3415
|
get component(): unknown;
|
|
3416
3416
|
get telemetry(): Telemetry;
|
|
3417
|
-
|
|
3417
|
+
set activePluginsStore(store: Store);
|
|
3418
|
+
constructor(context: Context<ContextState>, config: ClientPluginConfig, activePluginsStore: Store | undefined, self: Self);
|
|
3418
3419
|
activateForSelf(): void;
|
|
3419
3420
|
deactivateForSelf(): void;
|
|
3420
3421
|
activate(): Promise<void>;
|
|
@@ -3917,6 +3918,7 @@ declare const ERROR_CODES: {
|
|
|
3917
3918
|
'0601': string;
|
|
3918
3919
|
'0602': string;
|
|
3919
3920
|
'0603': string;
|
|
3921
|
+
'0604': string;
|
|
3920
3922
|
'0700': string;
|
|
3921
3923
|
'0705': string;
|
|
3922
3924
|
'0800': string;
|