@wmfs/relationize
Advanced tools
Comparing version 1.23.0 to 1.24.0
@@ -0,1 +1,17 @@ | ||
# [1.24.0](https://github.com/wmfs/relationize/compare/v1.23.0...v1.24.0) (2020-08-17) | ||
### 🛠 Builds | ||
* **deps:** bump lodash from 4.17.19 to 4.17.20 ([d866829](https://github.com/wmfs/relationize/commit/d86682928223934039d1e95f6f25f65509ac11dd)) | ||
* **deps-dev:** bump codecov from 3.7.0 to 3.7.1 ([409f350](https://github.com/wmfs/relationize/commit/409f350e5a33d5efbed192cf46b0ccb0bdf5d9f6)) | ||
* **deps-dev:** bump codecov from 3.7.1 to 3.7.2 ([a1d08a6](https://github.com/wmfs/relationize/commit/a1d08a656bdf9dc2d39f0e561b870f48fd4592c0)) | ||
* **deps-dev:** bump mocha from 8.0.1 to 8.1.0 ([d734842](https://github.com/wmfs/relationize/commit/d734842dc3afe6dfc98d6ff2266249a9a66ad1eb)) | ||
* **deps-dev:** bump mocha from 8.1.0 to 8.1.1 ([d074d38](https://github.com/wmfs/relationize/commit/d074d387f51215d91377f769bf74d1ec4cce99c8)) | ||
### ⚙️ Continuous Integrations | ||
* **circle:** separate lint job [ch1009] ([e30b9ff](https://github.com/wmfs/relationize/commit/e30b9ff91b5deefabb025264c53b0916050b2b4a)) | ||
# [1.23.0](https://github.com/wmfs/relationize/compare/v1.22.0...v1.23.0) (2020-07-13) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "@wmfs/relationize", | ||
"version": "1.23.0", | ||
"version": "1.24.0", | ||
"description": "Takes a set of JSON Schema definitions and returns a relational database structure capable of storing compliant data.", | ||
@@ -27,3 +27,3 @@ "author": "West Midlands Fire Service", | ||
"jsonfile": "6.0.1", | ||
"lodash": "4.17.19", | ||
"lodash": "4.17.20", | ||
"precision": "1.0.1" | ||
@@ -34,6 +34,6 @@ }, | ||
"chai-subset": "1.6.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,3 +47,3 @@ "semantic-release": "17.1.1", | ||
"lint": "standard", | ||
"test": "nyc mocha && standard", | ||
"test": "nyc mocha", | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
@@ -50,0 +50,0 @@ "semantic-release": "semantic-release" |
Sorry, the diff of this file is not supported yet
59892
+ Addedlodash@4.17.20(transitive)
- Removedlodash@4.17.19(transitive)
Updatedlodash@4.17.20