@types/bull
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -107,2 +107,7 @@ // Type definitions for bull 3.0 | ||
finished(): Promise<void>; | ||
/** | ||
* Promotes a job that is currently "delayed" to the "waiting" state and executed as soon as possible. | ||
*/ | ||
promote(): Promise<void>; | ||
} | ||
@@ -109,0 +114,0 @@ |
{ | ||
"name": "@types/bull", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for bull", | ||
@@ -9,11 +9,14 @@ "license": "MIT", | ||
"name": "Bruno Grieder", | ||
"url": "https://github.com/bgrieder" | ||
"url": "https://github.com/bgrieder", | ||
"githubUsername": "bgrieder" | ||
}, | ||
{ | ||
"name": "Cameron Crothers", | ||
"url": "https://github.com/JProgrammer" | ||
"url": "https://github.com/JProgrammer", | ||
"githubUsername": "JProgrammer" | ||
}, | ||
{ | ||
"name": "Marshall Cottrell", | ||
"url": "https://github.com/marshall007" | ||
"url": "https://github.com/marshall007", | ||
"githubUsername": "marshall007" | ||
} | ||
@@ -30,5 +33,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "66c8d843e057f2d151411626e4b75b6eb16f0ad5c17553758aea30481bdd9376", | ||
"typesPublisherContentHash": "066e4dc05d801b813657b0b94bb6a312f387552e303793333bbc491541948930", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Jun 2017 20:12:14 GMT | ||
* Last updated: Tue, 19 Sep 2017 20:10:18 GMT | ||
* Dependencies: ioredis | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17060
346
0