db-migrator
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -113,7 +113,7 @@ 'use strict' | ||
static getNewestVersion (fileList) { | ||
getNewestVersion (fileList) { | ||
return _.maxBy(fileList, item => item.version).version | ||
} | ||
static versionExists (fileList, version) { | ||
versionExists (fileList, version) { | ||
return _.findIndex(fileList, 'version', parseInt(version)) > -1 | ||
@@ -120,0 +120,0 @@ } |
{ | ||
"name": "db-migrator", | ||
"description": "The complete and easy to use database migration tool", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "db-migrate": "bin/db-migrate", |
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
174059