@types/bull
Advanced tools
Comparing version 3.3.8 to 3.3.9
@@ -170,2 +170,7 @@ // Type definitions for bull 3.3 | ||
endDate?: Date | string | number; | ||
/** | ||
* Number of times the job should repeat at max. | ||
*/ | ||
limit?: number; | ||
} | ||
@@ -172,0 +177,0 @@ |
{ | ||
"name": "@types/bull", | ||
"version": "3.3.8", | ||
"version": "3.3.9", | ||
"description": "TypeScript definitions for bull", | ||
@@ -48,4 +48,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "af9900c4db2f87892fc24558a802a877ee0a79a256001d390c88cf401563f07f", | ||
"typesPublisherContentHash": "7ddf679b9e6eded65d5f078461ffd168babe757646639b27acb276407bce98b5", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Mar 2018 23:17:55 GMT | ||
* Last updated: Mon, 19 Mar 2018 02:04:36 GMT | ||
* Dependencies: ioredis, bluebird | ||
@@ -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
26257
545