@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
|
@@ -2861,7 +2861,8 @@ declare class Plugin extends CustomEventEmitter<PluginEvents$1> {
|
|
|
2861
2861
|
enabledBy: string;
|
|
2862
2862
|
get component(): unknown;
|
|
2863
2863
|
get telemetry(): Telemetry;
|
|
2864
|
-
|
|
2864
|
+
set activePluginsStore(store: Store);
|
|
2865
|
+
constructor(context: Context<ContextState>, config: ClientPluginConfig, activePluginsStore: Store | undefined, self: Self);
|
|
2865
2866
|
activateForSelf(): void;
|
|
2866
2867
|
deactivateForSelf(): void;
|
|
2867
2868
|
activate(): Promise<void>;
|
|
@@ -3066,6 +3067,7 @@ declare const ERROR_CODES: {
|
|
|
3066
3067
|
'0601': string;
|
|
3067
3068
|
'0602': string;
|
|
3068
3069
|
'0603': string;
|
|
3070
|
+
'0604': string;
|
|
3069
3071
|
'0700': string;
|
|
3070
3072
|
'0705': string;
|
|
3071
3073
|
'0800': string;
|