@wmfs/relationize
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@wmfs/relationize", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Takes a set of JSON Schema definitions and returns a relational database structure capable of storing compliant data.", | ||
@@ -25,3 +25,3 @@ "author": "West Midlands Fire Service", | ||
"dependencies": { | ||
"async": "2.6.0", | ||
"async": "2.6.1", | ||
"boom": "7.2.0", | ||
@@ -37,3 +37,3 @@ "debug": "3.1.0", | ||
"chai-subset": "1.6.0", | ||
"codecov": "3.0.2", | ||
"codecov": "3.0.3", | ||
"cz-conventional-changelog": "2.1.0", | ||
@@ -53,3 +53,3 @@ "mocha": "5.2.0", | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
"path": "cz-conventional-changelog" | ||
} | ||
@@ -59,3 +59,20 @@ }, | ||
"access": "public" | ||
}, | ||
"release": { | ||
"analyzeCommits": { | ||
"preset": "angular", | ||
"releaseRules": [ | ||
{ | ||
"type": "build", | ||
"scope": "deps", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "build", | ||
"scope": "deps-dev", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
43966
+ Addedasync@2.6.1(transitive)
- Removedasync@2.6.0(transitive)
Updatedasync@2.6.1