@types/bull
Advanced tools
Comparing version 3.4.3 to 3.5.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for bull 3.4 | ||
// Type definitions for bull 3.5 | ||
// Project: https://github.com/OptimalBits/bull | ||
@@ -20,3 +20,2 @@ // Definitions by: Bruno Grieder <https://github.com/bgrieder> | ||
import * as Redis from "ioredis"; | ||
import * as Promise from "bluebird"; | ||
@@ -23,0 +22,0 @@ /** |
{ | ||
"name": "@types/bull", | ||
"version": "3.4.3", | ||
"version": "3.5.0", | ||
"description": "TypeScript definitions for bull", | ||
@@ -81,7 +81,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/ioredis": "*", | ||
"@types/bluebird": "*" | ||
"@types/ioredis": "*" | ||
}, | ||
"typesPublisherContentHash": "b664ad87b1ae79b105e8f14b4eca8511ea19efa4edd4b466dcb6dd9f3a5e832b", | ||
"typesPublisherContentHash": "e432b0f1594bbab7e5d0c034a3543d11807349eea62cbc5dad5e9810256ca8fb", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 29 Nov 2018 17:56:22 GMT | ||
* Dependencies: ioredis, bluebird | ||
* Last updated: Mon, 03 Dec 2018 19:33:40 GMT | ||
* Dependencies: @types/ioredis | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
1
29286
577
- Removed@types/bluebird@*
- Removed@types/bluebird@3.5.42(transitive)