@types/umzug
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -177,3 +177,3 @@ // Type definitions for Umzug v2.2.0 | ||
*/ | ||
migrations?: MigrationOptions; | ||
migrations?: MigrationOptions | Migration[]; | ||
@@ -215,4 +215,8 @@ } | ||
interface Migration { | ||
path: string; | ||
file: string; | ||
migration(): Promise<any>; | ||
up(): Promise<any>; | ||
down(): Promise<any>; | ||
testFileName(needle:string): boolean; | ||
} | ||
@@ -219,0 +223,0 @@ |
{ | ||
"name": "@types/umzug", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "TypeScript definitions for Umzug", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -41,4 +41,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "6591efe0d6c57981979894de322a9fe174e2c5973d7185551db240e2ea450ec0", | ||
"typesPublisherContentHash": "28e74320be210bbef6e61ad17f369de387701e564ea75b869b2617a771d43fde", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Umzug ( https://github.com/sequelize/umzug ). | ||
This package contains type definitions for Umzug (https://github.com/sequelize/umzug). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/umzug | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/umzug. | ||
Additional Details | ||
* Last updated: Fri, 24 May 2019 21:01:01 GMT | ||
* Dependencies: @types/sequelize, @types/mongodb | ||
### Additional Details | ||
* Last updated: Tue, 04 Feb 2020 16:39:20 GMT | ||
* Dependencies: [@types/sequelize](https://npmjs.com/package/@types/sequelize), [@types/mongodb](https://npmjs.com/package/@types/mongodb) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Ivan Drinchev <https://github.com/drinchev>, Margus Lamp <https://github.com/mlamp>, Troy McKinnon <https://github.com/trodi>, Emmanuel Gautier <https://github.com/emmanuelgautier>. | ||
These definitions were written by Ivan Drinchev (https://github.com/drinchev), Margus Lamp (https://github.com/mlamp), Troy McKinnon (https://github.com/trodi), and Emmanuel Gautier (https://github.com/emmanuelgautier). |
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
11010
211