@naylence/runtime 0.3.6-test.104 → 0.3.6-test.108

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.
@@ -9,6 +9,7 @@ export interface BroadcastChannelConnectorFactoryConfig extends ConnectorConfig,
9
9
  inboxCapacity?: number;
10
10
  localNodeId?: string;
11
11
  initialTargetNodeId?: string | '*';
12
+ passive?: boolean;
12
13
  }
13
14
  export interface CreateBroadcastChannelConnectorOptions {
14
15
  authorization?: AuthorizationContext;
@@ -38,9 +38,6 @@ export declare class DefaultDeliveryTracker extends TaskSpawner implements NodeE
38
38
  private readonly ackDoneSince;
39
39
  private readonly replyDoneSince;
40
40
  private readonly pendingAckDispatches;
41
- private readonly recentlyHandled;
42
- private readonly recentlyHandledOrder;
43
- private readonly recentlyHandledTtlMs;
44
41
  private isPreparingToStop;
45
42
  private shutdownRequestedAtMs;
46
43
  private readonly shutdownRetryGraceMs;
@@ -102,9 +99,6 @@ export declare class DefaultDeliveryTracker extends TaskSpawner implements NodeE
102
99
  private sweepFuturesLoop;
103
100
  private statusIsTerminal;
104
101
  private sendAck;
105
- private markRecentlyHandled;
106
- private wasRecentlyHandled;
107
- private trimRecentlyHandled;
108
102
  private getShutdownRetryDeferDelay;
109
103
  }
110
104
  export {};
@@ -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.6-test.104";
5
+ export declare const VERSION = "0.3.6-test.108";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naylence/runtime",
3
- "version": "0.3.6-test.104",
3
+ "version": "0.3.6-test.108",
4
4
  "type": "module",
5
5
  "description": "Naylence Runtime - Complete TypeScript runtime",
6
6
  "author": "Naylence Dev <naylencedev@gmail.com>",