@naylence/runtime 0.3.5-test.943 → 0.3.5-test.945

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.
@@ -14,6 +14,7 @@ export declare class InPageListener extends TransportListener {
14
14
  private _busHandler;
15
15
  private readonly _senderRegistry;
16
16
  private readonly _systemToSender;
17
+ private readonly _flowIdToSender;
17
18
  private readonly _pendingAttachments;
18
19
  constructor(options?: InPageListenerOptions);
19
20
  get channelName(): string;
@@ -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.943";
5
+ export declare const VERSION = "0.3.5-test.945";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naylence/runtime",
3
- "version": "0.3.5-test.943",
3
+ "version": "0.3.5-test.945",
4
4
  "type": "module",
5
5
  "description": "Naylence Runtime - Complete TypeScript runtime",
6
6
  "author": "Naylence Dev <naylencedev@gmail.com>",