@types/bluebird
Advanced tools
Comparing version 3.5.3 to 3.5.4
@@ -231,4 +231,4 @@ // Type definitions for bluebird 3.5.0 | ||
*/ | ||
return(): Bluebird<any>; | ||
thenReturn(): Bluebird<any>; | ||
return(): Bluebird<void>; | ||
thenReturn(): Bluebird<void>; | ||
return<U>(value: U): Bluebird<U>; | ||
@@ -235,0 +235,0 @@ thenReturn<U>(value: U): Bluebird<U>; |
{ | ||
"name": "@types/bluebird", | ||
"version": "3.5.3", | ||
"version": "3.5.4", | ||
"description": "TypeScript definitions for bluebird", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "e4fb7372d2658d9fee81473613b56acfebb1043d5f0ef91ccbc1332bfce55724", | ||
"typesPublisherContentHash": "3a93e6997e1215b993c20d7d7aca051091c8cd2a8810c1ca1a89b1243728d145", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 26 Apr 2017 21:39:19 GMT | ||
* Last updated: Tue, 16 May 2017 20:31:08 GMT | ||
* Dependencies: none | ||
@@ -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
48814