ah-sequelize-plugin
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -47,3 +47,2 @@ "use strict"; | ||
migrationLogLevel: "info", | ||
// you can also pass "dialectOptions", for example if you need `{ssl: true}` for Postgres | ||
}; | ||
@@ -50,0 +49,0 @@ }, |
@@ -52,12 +52,2 @@ "use strict"; | ||
}, | ||
// logging: function () { | ||
// if (arguments[0].match(/\.d\.ts does not match pattern/)) return; | ||
// log.apply( | ||
// null, | ||
// [].concat( | ||
// arguments[0], | ||
// config.sequelize.migrationLogLevel || "info" | ||
// ) | ||
// ); | ||
// }, | ||
}); | ||
@@ -64,0 +54,0 @@ function logUmzugEvent(eventName) { |
@@ -1,2 +0,2 @@ | ||
export function up(migration: any, DataTypes: any): Promise<void>; | ||
export function down(migration: any): Promise<void>; | ||
export declare function up(migration: any, DataTypes: any): Promise<void>; | ||
export declare function down(migration: any): Promise<void>; |
@@ -1,2 +0,2 @@ | ||
export function up(migration: any, DataTypes: any): Promise<void>; | ||
export function down(migration: any): Promise<void>; | ||
export declare function up(migration: any, DataTypes: any): Promise<void>; | ||
export declare function down(migration: any): Promise<void>; |
@@ -6,3 +6,3 @@ { | ||
"description": "Use Sequelize in ActionHero", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"homepage": "http://actionherojs.com", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.21", | ||
"@types/node": "^15.0.1", | ||
"@types/validator": "^13.1.3", | ||
@@ -34,0 +34,0 @@ "actionhero": "^25.0.1", |
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
45284
947