@naylence/runtime 0.3.5-test.931 → 0.3.5-test.934

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.
@@ -20,6 +20,8 @@ export declare class BroadcastChannelConnector extends BaseAsyncConnector {
20
20
  private readonly ackDedupTtlMs;
21
21
  private readonly ackDedupMaxEntries;
22
22
  private readonly textDecoder;
23
+ private visibilityChangeListenerRegistered;
24
+ private visibilityChangeHandler?;
23
25
  private static generateConnectorId;
24
26
  private static coercePayload;
25
27
  constructor(config: BroadcastChannelConnectorConfig, baseConfig?: BaseAsyncConnectorConfig);
@@ -2,4 +2,4 @@
2
2
  * The package version, injected at build time.
3
3
  * @internal
4
4
  */
5
- export declare const VERSION = "0.3.5-test.931";
5
+ export declare const VERSION = "0.3.5-test.934";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naylence/runtime",
3
- "version": "0.3.5-test.931",
3
+ "version": "0.3.5-test.934",
4
4
  "type": "module",
5
5
  "description": "Naylence Runtime - Complete TypeScript runtime",
6
6
  "author": "Naylence Dev <naylencedev@gmail.com>",