@wmfs/pg-telepods
Advanced tools
Comparing version 1.75.0 to 1.76.0
@@ -0,1 +1,18 @@ | ||
# [1.76.0](https://github.com/wmfs/pg-telepods/compare/v1.75.0...v1.76.0) (2020-08-17) | ||
### 🛠 Builds | ||
* **deps:** Bump lodash from 4.17.19 to 4.17.20 ([14b4047](https://github.com/wmfs/pg-telepods/commit/14b40472d3ff83a3eed9baa906d29f7c1c36f330)) | ||
* **deps-dev:** Bump [@wmfs](https://github.com/wmfs)/hl-pg-client from 1.21.0 to 1.22.0 ([59561f9](https://github.com/wmfs/pg-telepods/commit/59561f963eb8b917004bf558786422b447877eec)) | ||
* **deps-dev:** Bump codecov from 3.7.0 to 3.7.1 ([b54f9e6](https://github.com/wmfs/pg-telepods/commit/b54f9e6fcf4f590dd13583a6392ee373baa57aaa)) | ||
* **deps-dev:** Bump codecov from 3.7.1 to 3.7.2 ([dbf8256](https://github.com/wmfs/pg-telepods/commit/dbf8256eb1516d0616c21a1255df40a508099a70)) | ||
* **deps-dev:** Bump mocha from 8.0.1 to 8.1.0 ([dbe25f6](https://github.com/wmfs/pg-telepods/commit/dbe25f69e6781685d3e78d4aa0627f5200106ba1)) | ||
* **deps-dev:** Bump mocha from 8.1.0 to 8.1.1 ([d6d4012](https://github.com/wmfs/pg-telepods/commit/d6d401287d2fa155b525a6f4f92fc3f569b62df9)) | ||
### ⚙️ Continuous Integrations | ||
* **circle:** separate lint job [ch1009] ([d08b810](https://github.com/wmfs/pg-telepods/commit/d08b81038bc7ffe3880ab3111e84a3e5d5c75a5f)) | ||
# [1.75.0](https://github.com/wmfs/pg-telepods/compare/v1.74.0...v1.75.0) (2020-07-15) | ||
@@ -2,0 +19,0 @@ |
{ | ||
"name": "@wmfs/pg-telepods", | ||
"version": "1.75.0", | ||
"version": "1.76.0", | ||
"description": "Takes the contents of one PostgreSQL table, applies a transformation function to each row and ensures a target table is kept in sync", | ||
@@ -27,3 +27,3 @@ "author": "West Midlands Fire Service", | ||
"debug": "4.1.1", | ||
"lodash": "4.17.19", | ||
"lodash": "4.17.20", | ||
"make-dir": "3.1.0", | ||
@@ -37,6 +37,6 @@ "pg": "8.3.0", | ||
"chai": "4.2.0", | ||
"codecov": "3.7.0", | ||
"codecov": "3.7.2", | ||
"conventional-changelog-metahub": "4.0.1", | ||
"cz-conventional-changelog": "3.2.0", | ||
"mocha": "8.0.1", | ||
"mocha": "8.1.1", | ||
"nyc": "15.1.0", | ||
@@ -47,7 +47,7 @@ "semantic-release": "17.1.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@wmfs/hl-pg-client": "1.21.0" | ||
"@wmfs/hl-pg-client": "1.22.0" | ||
}, | ||
"scripts": { | ||
"lint": "standard", | ||
"test": "nyc mocha && standard", | ||
"test": "nyc mocha", | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
@@ -54,0 +54,0 @@ "semantic-release": "semantic-release" |
Sorry, the diff of this file is not supported yet
69011
+ Addedlodash@4.17.20(transitive)
- Removedlodash@4.17.19(transitive)
Updatedlodash@4.17.20