ah-sequelize-plugin
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -66,3 +66,3 @@ "use strict"; | ||
migrations: { | ||
glob: `${dir}/*.{js,ts}`, | ||
glob: ["*.{js,ts}", { cwd: dir, ignore: "**/*.d.ts" }], | ||
resolve: ({ path: filePath, context }) => { | ||
@@ -69,0 +69,0 @@ const migration = require(filePath).default |
@@ -6,3 +6,3 @@ { | ||
"description": "Use Sequelize in ActionHero", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"homepage": "http://actionherojs.com", | ||
@@ -55,2 +55,3 @@ "repository": { | ||
"dev": "ts-node-dev --transpile-only src/server.ts", | ||
"start": "node dist/server.js", | ||
"test": "jest", | ||
@@ -57,0 +58,0 @@ "pretest": "npm run lint && npm run build", |
@@ -1,2 +0,2 @@ | ||
import { Umzug, SequelizeStorage, MigrationParams } from "umzug"; | ||
import { Umzug, SequelizeStorage } from "umzug"; | ||
import { Sequelize } from "sequelize-typescript"; | ||
@@ -83,3 +83,3 @@ import * as path from "path"; | ||
migrations: { | ||
glob: `${dir}/*.{js,ts}`, | ||
glob: ["*.{js,ts}", { cwd: dir, ignore: "**/*.d.ts" }], | ||
resolve: ({ path: filePath, context }) => { | ||
@@ -86,0 +86,0 @@ const migration = require(filePath).default |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
124607
0