@types/async-retry
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -13,3 +13,3 @@ // Type definitions for async-retry 1.4 | ||
fn: AsyncRetry.RetryFunction<A>, | ||
opts: AsyncRetry.Options | ||
opts?: AsyncRetry.Options | ||
): Promise<A>; | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "@types/async-retry", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "TypeScript definitions for async-retry", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "ff5dc461aee5026c01b1d5f2463ffda4aa4a62a8de030b4654a08495ebbf6b87", | ||
"typesPublisherContentHash": "d7e5bc61488deb831a5d9fbc2949d483aaa84c8e0aeffaff70aa21799dabeffd", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 04 Apr 2019 18:13:35 GMT | ||
* Last updated: Mon, 15 Apr 2019 21:06:44 GMT | ||
* Dependencies: @types/retry | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3614