@logzio-node-toolbox/consul
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -74,3 +74,3 @@ /* eslint-disable no-unused-vars */ | ||
public get(key?: string): AnyObject; | ||
public set(options: KeyValueOptions): ConsulInstance.Kv; | ||
public set(options: KeyValueOptions): void; | ||
public setString(options: KeyValueOptions): void; | ||
@@ -77,0 +77,0 @@ public keys(key?: string): AnyObject; |
@@ -132,3 +132,3 @@ import retry from 'async-retry'; | ||
return this.consulInstance.kv.set({ | ||
ket: this.buildKey(key), | ||
key: this.buildKey(key), | ||
value, | ||
@@ -135,0 +135,0 @@ ...options |
{ | ||
"name": "@logzio-node-toolbox/consul", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"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
80260