Comparing version 1.4.4 to 1.5.0
declare interface AsyncRetryable { | ||
executeForPromise<T>(fn: (any) => Promise<T>): Promise<T> | ||
executeForPromise<T>(fn: () => Promise<T>): Promise<T> | ||
executeForNode(fn: (err?: object, data?: any) => any, cb?: (err?: object, data?: any) => any): void | ||
@@ -4,0 +4,0 @@ } |
{ | ||
"name": "polly-js", | ||
"version": "1.4.4", | ||
"version": "1.5.0", | ||
"description": "Transient exception handling", | ||
@@ -5,0 +5,0 @@ "main": "src/polly.js", |
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
249620