node-pg-migrate
Advanced tools
Comparing version 3.18.0 to 3.18.1
# Change Log | ||
## [3.18.1](2019-03-13) | ||
### Fixed | ||
- Do not use alias function name [#414](https://github.com/salsita/node-pg-migrate/pull/414) | ||
## [3.18.0](2019-03-07) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "node-pg-migrate", | ||
"version": "3.18.0", | ||
"version": "3.18.1", | ||
"description": "Postgresql database migration management tool for node.js", | ||
@@ -62,3 +62,3 @@ "author": "Theo Ephraim", | ||
"dotenv": "6.2.0", | ||
"eslint": "5.15.0", | ||
"eslint": "5.15.1", | ||
"eslint-config-airbnb-base": "13.1.0", | ||
@@ -72,6 +72,6 @@ "eslint-config-prettier": "4.1.0", | ||
"mocha": "6.0.2", | ||
"pg": "7.8.1", | ||
"pg": "7.8.2", | ||
"prettier": "1.16.4", | ||
"proxyquire": "2.1.0", | ||
"sinon": "7.2.6", | ||
"sinon": "7.2.7", | ||
"sinon-chai": "3.3.0" | ||
@@ -78,0 +78,0 @@ }, |
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
276247
74
4801