@types/bull
Advanced tools
Comparing version 3.5.4 to 3.5.5
@@ -370,2 +370,7 @@ // Type definitions for bull 3.5 | ||
/** | ||
* The name of the queue | ||
*/ | ||
name: string; | ||
/** | ||
* Returns a promise that resolves when Redis is connected and the queue is ready to accept jobs. | ||
@@ -372,0 +377,0 @@ * This replaces the `ready` event emitted on Queue in previous verisons. |
{ | ||
"name": "@types/bull", | ||
"version": "3.5.4", | ||
"version": "3.5.5", | ||
"description": "TypeScript definitions for bull", | ||
@@ -83,4 +83,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "8d2fc8f10a274675929abd94a873f7b865442097ee027ab5c98ba8d5128d2eb5", | ||
"typesPublisherContentHash": "7dd485c39d522d1a14f25c09d351392bb202db774f348b4604e9a8d1e823494f", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 22 Jan 2019 17:18:42 GMT | ||
* Last updated: Tue, 22 Jan 2019 22:01:43 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
30061
609