@logzio-node-toolbox/consul
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -186,3 +186,6 @@ import retry from 'async-retry'; | ||
try { | ||
await this.register(data, options); | ||
await this.register({ | ||
data, | ||
retryOptions: options | ||
}); | ||
} catch (err) { | ||
@@ -189,0 +192,0 @@ onError(err); |
{ | ||
"name": "@logzio-node-toolbox/consul", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"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
72498
1995