@types/bull
Advanced tools
Comparing version 3.3.18 to 3.3.19
@@ -91,3 +91,3 @@ // Type definitions for bull 3.3 | ||
*/ | ||
backoffStrategies: { | ||
backoffStrategies?: { | ||
[key: string]: (attemptsMade: number, err: typeof Error) => number; | ||
@@ -94,0 +94,0 @@ }; |
{ | ||
"name": "@types/bull", | ||
"version": "3.3.18", | ||
"version": "3.3.19", | ||
"description": "TypeScript definitions for bull", | ||
@@ -63,4 +63,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "03b76089d35aa2577beed190c885fda1862bceaef71a7d13023e4a0b5576109a", | ||
"typesPublisherContentHash": "b900896ace464837dfa3c1fa3b26aa5e0bfe8e95c88d62e7781d48274e54dd38", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 28 Jul 2018 00:44:17 GMT | ||
* Last updated: Mon, 30 Jul 2018 23:12:12 GMT | ||
* Dependencies: ioredis, bluebird | ||
@@ -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
28388