Comparing version 3.0.1 to 3.0.2
@@ -23,2 +23,2 @@ /// <reference types="node" /> | ||
export declare function wrapPromise<A, T extends PromiseBuilder<A>>(params: Options.Parameters, call: T): (...args: any[]) => Promise<{} | A>; | ||
export { DisyuntorError }; | ||
export { DisyuntorError, Options }; |
{ | ||
"name": "disyuntor", | ||
"description": "A circuit-breaker implementation with exponential backoff.", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
74620