@logzio-node-toolbox/consul
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -184,3 +184,3 @@ import retry from 'async-retry'; | ||
const retryOptions = { ...this.registerRetryOptions, | ||
...retryOptions | ||
...options | ||
}; | ||
@@ -192,3 +192,3 @@ | ||
data, | ||
options | ||
options: retryOptions | ||
}); | ||
@@ -446,3 +446,3 @@ } catch (err) { | ||
version: '3.8.3', | ||
mode: 'global', | ||
mode: 'global', | ||
copyright: '© 2021 Denis Pushkarev (zloirock.ru)' | ||
@@ -449,0 +449,0 @@ }); |
{ | ||
"name": "@logzio-node-toolbox/consul", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Consul easy use for json configs and service discovery", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72580