@types/bull
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -133,2 +133,21 @@ // Type definitions for bull 3.5 | ||
/** | ||
* Which queue this job was part of | ||
*/ | ||
queue: Queue<T>; | ||
timestamp: number; | ||
/** | ||
* The named processor name | ||
*/ | ||
name: string; | ||
/** | ||
* The stacktrace for any errors | ||
*/ | ||
stacktrace: string[]; | ||
returnvalue: any; | ||
/** | ||
* Report progress on a job | ||
@@ -135,0 +154,0 @@ */ |
{ | ||
"name": "@types/bull", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "TypeScript definitions for bull", | ||
@@ -83,4 +83,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "0f0ca9ff9dabe3eebebcd077d6ad2c89eb98a4474aa36a64777414376d8f8e71", | ||
"typesPublisherContentHash": "90a81cd951fedebd5dc9d81e3ef065ab3aa623645eaf3c0c0fca9b94964bdcfa", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 20 Dec 2018 18:50:37 GMT | ||
* Last updated: Thu, 17 Jan 2019 19:48:17 GMT | ||
* Dependencies: @types/ioredis | ||
@@ -14,0 +14,0 @@ * Global values: none |
29751
599