@wmfs/statebox
Advanced tools
Comparing version 1.0.6 to 1.1.0
{ | ||
"name": "@wmfs/statebox", | ||
"version": "1.0.6", | ||
"version": "1.1.0", | ||
"description": "Orchestrate Node functions using Amazon States Language", | ||
@@ -31,3 +31,3 @@ "author": "West Midlands Fire Service", | ||
"lodash": "4.17.10", | ||
"uuid": "3.2.1", | ||
"uuid": "3.3.0", | ||
"@wmfs/asl-choice-processor": "1.1.0" | ||
@@ -58,3 +58,20 @@ }, | ||
"access": "public" | ||
}, | ||
"release": { | ||
"analyzeCommits": { | ||
"preset": "angular", | ||
"releaseRules": [ | ||
{ | ||
"type": "build", | ||
"scope": "deps", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "build", | ||
"scope": "devDeps", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
} | ||
} |
100665
+ Addeduuid@3.3.0(transitive)
- Removeduuid@3.2.1(transitive)
Updateduuid@3.3.0