@wmfs/supercopy
Advanced tools
Comparing version 1.27.0 to 1.28.0
@@ -0,1 +1,9 @@ | ||
# [1.28.0](https://github.com/wmfs/supercopy/compare/v1.27.0...v1.28.0) (2020-01-29) | ||
### 🛠 Builds | ||
* **deps:** Bump pg from 7.17.1 to 7.18.0 ([939cc67](https://github.com/wmfs/supercopy/commit/939cc67d75ae7f2730d156c43816b47752d86e12)) | ||
* **deps-dev:** Bump cz-conventional-changelog from 3.0.2 to 3.1.0 ([fe91623](https://github.com/wmfs/supercopy/commit/fe9162364a5a37b0a1ddd90e8eef97abf712d1e8)) | ||
# [1.27.0](https://github.com/wmfs/supercopy/compare/v1.26.0...v1.27.0) (2020-01-28) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@wmfs/supercopy", | ||
"version": "1.27.0", | ||
"version": "1.28.0", | ||
"description": "Takes a specifically-named directory structure of CSV files and conjures bulk insert, update and delete statements and applies them to a PostgreSQL database.", | ||
@@ -30,3 +30,3 @@ "author": "West Midlands Fire Service", | ||
"debug": "4.1.1", | ||
"pg": "7.17.1", | ||
"pg": "7.18.0", | ||
"pg-copy-streams": "2.2.2", | ||
@@ -40,3 +40,3 @@ "rimraf": "3.0.1", | ||
"conventional-changelog-metahub": "4.0.0", | ||
"cz-conventional-changelog": "3.0.2", | ||
"cz-conventional-changelog": "3.1.0", | ||
"mocha": "7.0.1", | ||
@@ -43,0 +43,0 @@ "nyc": "15.0.0", |
52491