@types/bull
Advanced tools
Comparing version 1.0.31 to 2.1.0
@@ -1,4 +0,4 @@ | ||
// Type definitions for bull 1.0.0 | ||
// Type definitions for bull 2.1.2 | ||
// Project: https://github.com/OptimalBits/bull | ||
// Definitions by: Bruno Grieder <https://github.com/bgrieder> | ||
// Definitions by: Bruno Grieder <https://github.com/bgrieder>, Cameron Crothers <https://github.com/JProgrammer> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -50,2 +50,9 @@ | ||
retry(): Promise<void>; | ||
/** | ||
* Returns a promise the resolves when the job has been finished. | ||
* TODO: Add a watchdog to check if the job has finished periodically. | ||
* since pubsub does not give any guarantees. | ||
*/ | ||
finished(): Promise<void>; | ||
} | ||
@@ -52,0 +59,0 @@ |
{ | ||
"name": "@types/bull", | ||
"version": "1.0.31", | ||
"description": "TypeScript definitions for bull 1.0.0", | ||
"version": "2.1.0", | ||
"description": "TypeScript definitions for bull", | ||
"license": "MIT", | ||
"author": "Bruno Grieder <https://github.com/bgrieder>", | ||
"contributors": [ | ||
{ | ||
"name": "Bruno Grieder", | ||
"url": "https://github.com/bgrieder" | ||
}, | ||
{ | ||
"name": "Cameron Crothers", | ||
"url": "https://github.com/JProgrammer" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,4 +26,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "3dd8dce05786e97193460ca1e726b3f179c10d1cf232cce6b8a1028b31393364" | ||
"typesPublisherContentHash": "6ea441cd50ca0bfeaebe6de344114e65034dd05ba4ca0b09c1c7a4669905640f", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for bull 1.0.0 (https://github.com/OptimalBits/bull). | ||
This package contains type definitions for bull (https://github.com/OptimalBits/bull). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/bull | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/bull | ||
Additional Details | ||
* Last updated: Wed, 26 Oct 2016 19:23:25 GMT | ||
* File structure: ModuleAugmentation | ||
* Library Dependencies: redis | ||
* Module Dependencies: redis | ||
* Last updated: Thu, 09 Mar 2017 00:19:49 GMT | ||
* Dependencies: redis | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Bruno Grieder <https://github.com/bgrieder>. | ||
These definitions were written by Bruno Grieder <https://github.com/bgrieder>, Cameron Crothers <https://github.com/JProgrammer>. |
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
13436
3
257
17