@types/bull
Advanced tools
Comparing version 3.5.2 to 3.5.3
@@ -39,2 +39,4 @@ // Type definitions for bull 3.5 | ||
duration: number; | ||
/** When jobs get rate limited, they stay in the waiting queue and are not moved to the delayed queue */ | ||
bounceBack?: boolean; | ||
} | ||
@@ -41,0 +43,0 @@ |
{ | ||
"name": "@types/bull", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "TypeScript definitions for bull", | ||
@@ -83,4 +83,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "90a81cd951fedebd5dc9d81e3ef065ab3aa623645eaf3c0c0fca9b94964bdcfa", | ||
"typesPublisherContentHash": "3d29cc8c7c01f9964a614b1c5f05acaf1eabbc75e6ade9f09c731e7dc5e1bc3b", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 17 Jan 2019 19:48:17 GMT | ||
* Last updated: Sat, 19 Jan 2019 01:10:40 GMT | ||
* Dependencies: @types/ioredis | ||
@@ -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
29886
601