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 +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
20178
|
+
port: 371,
|
|
20179
20179
|
version: '1',
|
|
20180
20180
|
});
|
|
20181
20181
|
consulClient = new Consul({
|