node-pg-migrate
Advanced tools
Comparing version 5.1.0 to 5.1.1
# Change Log | ||
## [5.1.1](2020-06-08) | ||
### Fixed | ||
- Fix creating migration [#646](https://github.com/salsita/node-pg-migrate/pull/646) | ||
## [5.1.0](2020-06-05) | ||
@@ -4,0 +10,0 @@ |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
{ | ||
"name": "node-pg-migrate", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Postgresql database migration management tool for node.js", | ||
@@ -54,4 +54,4 @@ "author": "Theo Ephraim", | ||
"@types/chai-as-promised": "7.1.2", | ||
"@types/lodash": "4.14.154", | ||
"@types/mkdirp": "1.0.0", | ||
"@types/lodash": "4.14.155", | ||
"@types/mkdirp": "1.0.1", | ||
"@types/mocha": "7.0.2", | ||
@@ -61,4 +61,4 @@ "@types/proxyquire": "1.3.28", | ||
"@types/sinon-chai": "3.2.4", | ||
"@typescript-eslint/eslint-plugin": "3.0.2", | ||
"@typescript-eslint/parser": "3.0.2", | ||
"@typescript-eslint/eslint-plugin": "3.1.0", | ||
"@typescript-eslint/parser": "3.1.0", | ||
"chai": "4.2.0", | ||
@@ -68,3 +68,3 @@ "chai-as-promised": "7.1.1", | ||
"cross-env": "7.0.2", | ||
"docsify-cli": "4.4.0", | ||
"docsify-cli": "4.4.1", | ||
"dotenv": "8.2.0", | ||
@@ -75,3 +75,3 @@ "eslint": "6.8.0", | ||
"eslint-import-resolver-typescript": "2.0.0", | ||
"eslint-plugin-import": "2.20.2", | ||
"eslint-plugin-import": "2.21.0", | ||
"eslint-plugin-prettier": "3.1.3", | ||
@@ -81,3 +81,3 @@ "eslint-plugin-security": "1.4.0", | ||
"json5": "2.1.3", | ||
"lint-staged": "10.2.7", | ||
"lint-staged": "10.2.9", | ||
"mocha": "7.2.0", | ||
@@ -91,3 +91,3 @@ "pg": "8.2.1", | ||
"ts-node": "8.10.2", | ||
"typescript": "3.9.3" | ||
"typescript": "3.9.5" | ||
}, | ||
@@ -94,0 +94,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
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
281657