@types/bull
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -19,8 +19,6 @@ // Type definitions for bull 3.3 | ||
declare const Bull: { | ||
// tslint:disable:unified-signatures | ||
(queueName: string, opts?: Bull.QueueOptions): Bull.Queue; | ||
(queueName: string, url?: string): Bull.Queue; | ||
(queueName: string, url?: string): Bull.Queue; // tslint:disable-line unified-signatures | ||
new (queueName: string, opts?: Bull.QueueOptions): Bull.Queue; | ||
new (queueName: string, url?: string): Bull.Queue; | ||
// tslint:enable:unified-signatures | ||
new (queueName: string, url?: string): Bull.Queue; // tslint:disable-line unified-signatures | ||
}; | ||
@@ -524,4 +522,2 @@ | ||
// tslint:disable:unified-signatures | ||
/** | ||
@@ -571,3 +567,3 @@ * Listens to queue events | ||
*/ | ||
on(event: 'resumed', callback: EventCallback): this; | ||
on(event: 'resumed', callback: EventCallback): this; // tslint:disable-line unified-signatures | ||
@@ -581,4 +577,2 @@ /** | ||
on(event: 'cleaned', callback: CleanedEventCallback): this; | ||
// tslint:enable:unified-signatures | ||
} | ||
@@ -585,0 +579,0 @@ |
{ | ||
"name": "@types/bull", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "TypeScript definitions for bull", | ||
@@ -38,4 +38,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "5419b44cabb4ff6be8443a9e386512cc5183e0e4d567555449e5efb27b369162", | ||
"typesPublisherContentHash": "8742da4ed7da8d8408971c8f870f6dab59120c23d2c46beeb39407439d65a055", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 14 Nov 2017 17:43:01 GMT | ||
* Last updated: Thu, 14 Dec 2017 21:33:44 GMT | ||
* Dependencies: ioredis, bluebird | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
23216
504