@wmfs/supercopy
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -0,1 +1,10 @@ | ||
# [1.7.0](https://github.com/wmfs/supercopy/compare/v1.6.0...v1.7.0) (2018-10-03) | ||
### 🛠 Builds | ||
* **deps:** update pg requirement from 7.4.3 to 7.5.0 ([ecf9400](https://github.com/wmfs/supercopy/commit/ecf9400)) | ||
* **deps-dev:** update chai requirement from 4.1.2 to 4.2.0 ([659302d](https://github.com/wmfs/supercopy/commit/659302d)) | ||
* **deps-dev:** update semantic-release requirement ([3f4c3e1](https://github.com/wmfs/supercopy/commit/3f4c3e1)) | ||
# [1.6.0](https://github.com/wmfs/supercopy/compare/v1.5.0...v1.6.0) (2018-09-12) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@wmfs/supercopy", | ||
"version": "1.6.0", | ||
"version": "1.7.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.0.1", | ||
"pg": "7.4.3", | ||
"pg": "7.5.0", | ||
"pg-copy-streams": "1.2.0", | ||
@@ -37,3 +37,3 @@ "rimraf": "2.6.2", | ||
"devDependencies": { | ||
"chai": "4.1.2", | ||
"chai": "4.2.0", | ||
"codecov": "3.1.0", | ||
@@ -44,3 +44,3 @@ "conventional-changelog-metahub": "2.0.2", | ||
"nyc": "13.0.1", | ||
"semantic-release": "15.9.15", | ||
"semantic-release": "15.9.16", | ||
"standard": "12.0.1", | ||
@@ -47,0 +47,0 @@ "@semantic-release/changelog": "3.0.0", |
46134