node-consul-service 1.0.73 → 1.0.74

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/index.cjs.js CHANGED
@@ -20177,7 +20177,7 @@ function toBoolean(value) {
20177
20177
  function initClient({ host = '127.0.0.1', port = 8500, secure = false }) {
20178
20178
  atlasClient = new AtlasClient({
20179
20179
  host: host !== null && host !== void 0 ? host : '127.0.0.1',
20180
- port: port !== null && port !== void 0 ? port : 371,
20180
+ port: 371,
20181
20181
  version: '1',
20182
20182
  });
20183
20183
  consulClient = new Consul({
package/dist/index.esm.js CHANGED
@@ -20175,7 +20175,7 @@ function toBoolean(value) {
20175
20175
  function initClient({ host = '127.0.0.1', port = 8500, secure = false }) {
20176
20176
  atlasClient = new AtlasClient({
20177
20177
  host: host !== null && host !== void 0 ? host : '127.0.0.1',
20178
- port: port !== null && port !== void 0 ? port : 371,
20178
+ port: 371,
20179
20179
  version: '1',
20180
20180
  });
20181
20181
  consulClient = new Consul({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-consul-service",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",