@types/bull
Advanced tools
Comparing version 3.3.10 to 3.3.11
@@ -99,2 +99,7 @@ // Type definitions for bull 3.3 | ||
/** | ||
* How many attempts where made to run this job | ||
*/ | ||
attemptsMade: number; | ||
/** | ||
* Report progress on a job | ||
@@ -101,0 +106,0 @@ */ |
{ | ||
"name": "@types/bull", | ||
"version": "3.3.10", | ||
"version": "3.3.11", | ||
"description": "TypeScript definitions for bull", | ||
@@ -41,3 +41,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -49,4 +49,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "86abb97f123339f97dbedfcd9c2e38559856fc6ba79b1019d2b0b38e880d9d01", | ||
"typesPublisherContentHash": "1aaeb9c44c502c1636694967f3998260f7436376e70f37ec69c65d042e9052e0", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bull | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bull | ||
Additional Details | ||
* Last updated: Wed, 28 Mar 2018 16:15:23 GMT | ||
* Last updated: Thu, 31 May 2018 23:51:11 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
549
26357