@types/bull
Advanced tools
Comparing version 3.15.3 to 3.15.4
@@ -422,3 +422,3 @@ // Type definitions for bull 3.15 | ||
* When a number, it specifies the amount of jobs to keep. | ||
* Default behavior is to keep the job in the failed set. | ||
* Default behavior is to keep the job in the completed set. | ||
*/ | ||
@@ -430,3 +430,3 @@ removeOnComplete?: boolean | number | undefined; | ||
* When a number, it specifies the amount of jobs to keep. | ||
* Default behavior is to keep the job in the completed set. | ||
* Default behavior is to keep the job in the failed set. | ||
*/ | ||
@@ -433,0 +433,0 @@ removeOnFail?: boolean | number | undefined; |
{ | ||
"name": "@types/bull", | ||
"version": "3.15.3", | ||
"version": "3.15.4", | ||
"description": "TypeScript definitions for bull", | ||
@@ -115,4 +115,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bull", | ||
}, | ||
"typesPublisherContentHash": "c5eed97383782271c0f86bea2d73f30dd58457abb4d0ef4cfa2d10ae9daa773e", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "ee907cb2a4ffee038eb6aa2e70ae302543f1e6b1e5958afce641a02efa4ab1bc", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 28 Jul 2021 00:01:20 GMT | ||
* Last updated: Mon, 23 Aug 2021 20:18:22 GMT | ||
* Dependencies: [@types/ioredis](https://npmjs.com/package/@types/ioredis) | ||
@@ -14,0 +14,0 @@ * Global values: none |