@naylence/agent-sdk 0.3.16 → 0.3.17

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.
@@ -5,12 +5,12 @@
5
5
  })(this, (function (exports, runtime, factory, core, node) { 'use strict';
6
6
 
7
7
  // This file is auto-generated during build - do not edit manually
8
- // Generated from package.json version: 0.3.16
8
+ // Generated from package.json version: 0.3.17
9
9
  /**
10
10
  * The package version, injected at build time.
11
11
  * @internal
12
12
  */
13
- const VERSION = '0.3.16';
13
+ const VERSION = '0.3.17';
14
14
 
15
15
  /**
16
16
  * AUTO-GENERATED FILE. DO NOT EDIT DIRECTLY.
@@ -7710,17 +7710,17 @@
7710
7710
  listeners: [
7711
7711
  {
7712
7712
  type: 'HttpListener',
7713
- port: SENTINEL_PORT,
7713
+ port: factory.Expressions.env('FAME_LISTENER_HTTP_PORT', factory.Expressions.env('FAME_LISTENER_PORT', SENTINEL_PORT)),
7714
7714
  enabled: '${env:FAME_LISTENER_HTTP_ENABLED:true}',
7715
7715
  },
7716
7716
  {
7717
7717
  type: 'WebSocketListener',
7718
- port: SENTINEL_PORT,
7718
+ port: factory.Expressions.env('FAME_LISTENER_WEBSOCKET_PORT', factory.Expressions.env('FAME_LISTENER_PORT', SENTINEL_PORT)),
7719
7719
  enabled: '${env:FAME_LISTENER_WEBSOCKET_ENABLED:true}',
7720
7720
  },
7721
7721
  {
7722
7722
  type: 'AgentHttpGatewayListener',
7723
- port: SENTINEL_PORT,
7723
+ port: factory.Expressions.env('FAME_LISTENER_AGENT_HTTP_GATEWAY_PORT', factory.Expressions.env('FAME_LISTENER_PORT', SENTINEL_PORT)),
7724
7724
  enabled: '${env:FAME_LISTENER_AGENT_HTTP_GATEWAY_ENABLED:false}',
7725
7725
  },
7726
7726
  ],