@types/umzug
Advanced tools
Comparing version 1.8.31 to 1.8.32
@@ -5,7 +5,4 @@ // Type definitions for Umzug v1.8.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
// TypeScript Version: 2.3 | ||
/// <reference types="bluebird" /> | ||
/// <reference types="sequelize" /> | ||
import Sequelize = require("sequelize"); | ||
@@ -12,0 +9,0 @@ |
{ | ||
"name": "@types/umzug", | ||
"version": "1.8.31", | ||
"version": "1.8.32", | ||
"description": "TypeScript definitions for Umzug", | ||
@@ -19,8 +19,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/sequelize": "*", | ||
"@types/bluebird": "*" | ||
"@types/sequelize": "*" | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "112d1414ca7a27154d6db864fece354c7418b9e57aa57fbbaff3ae79b3157723", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "b7a627ed7a803caf07dfecfa44d823214bb0989b8e319d7f197c06a11808d1fc", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,7 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/umzug | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/umzug | ||
Additional Details | ||
* Last updated: Wed, 22 Mar 2017 20:51:31 GMT | ||
* Dependencies: sequelize, bluebird | ||
* Last updated: Fri, 23 Jun 2017 17:39:13 GMT | ||
* Dependencies: sequelize | ||
* 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
7186
1
4
147
- Removed@types/bluebird@*