@logzio-node-toolbox/consul
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -1,2 +0,3 @@ | ||
import ConsulInstance, { SetOptions } from 'consul'; | ||
/* eslint-disable no-unused-vars */ | ||
import * as ConsulInstance from 'consul'; | ||
@@ -69,3 +70,3 @@ interface AnyObject { | ||
public get(key?: string): AnyObject; | ||
public set(options: SetOptions): void; | ||
public set(options: ConsulInstance.Kv.SetOptions): void; | ||
public setString(options: KeyValueOptions): void; | ||
@@ -78,3 +79,3 @@ public keys(key?: string): AnyObject; | ||
public close(): void; | ||
public consulInstance: ConsulInstance; | ||
public consulInstance: ConsulInstance.Consul; | ||
} | ||
@@ -81,0 +82,0 @@ interface MultiConsulOptions extends ConsulOptions { |
{ | ||
"name": "@logzio-node-toolbox/consul", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Consul easy use for json configs and service discovery", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
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
79862
2168