@types/bull
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -91,3 +91,3 @@ // Type definitions for bull 3.0 | ||
* Removes a job from the queue and from any lists it may be included in. | ||
* @returns {Promise} A promise that resolves when the job is removed. | ||
* @returns A promise that resolves when the job is removed. | ||
*/ | ||
@@ -98,3 +98,3 @@ remove(): Promise<void>; | ||
* Re-run a job that has failed. | ||
* @returns {Promise} A promise that resolves when the job is scheduled for retry. | ||
* @returns A promise that resolves when the job is scheduled for retry. | ||
*/ | ||
@@ -101,0 +101,0 @@ retry(): Promise<void>; |
{ | ||
"name": "@types/bull", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for bull", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "066e4dc05d801b813657b0b94bb6a312f387552e303793333bbc491541948930", | ||
"typesPublisherContentHash": "22c300cd9af23da94280da72758f4fc67f519a5a7b1911fb8493a5d2265effea", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 19 Sep 2017 20:10:18 GMT | ||
* Last updated: Wed, 25 Oct 2017 00:19:45 GMT | ||
* Dependencies: 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
17040