@thisisagile/easy-express
Advanced tools
Comparing version 17.6.4 to 17.6.5
{ | ||
"name": "@thisisagile/easy-express", | ||
"version": "17.6.4", | ||
"version": "17.6.5", | ||
"description": "Straightforward library for building domain-driven microservice architectures", | ||
@@ -37,3 +37,3 @@ "author": "Sander Hoogendoorn", | ||
"devDependencies": { | ||
"@thisisagile/easy-test": "17.6.4", | ||
"@thisisagile/easy-test": "17.6.5", | ||
"@types/cls-hooked": "^4.3.8", | ||
@@ -45,7 +45,7 @@ "@types/form-urlencoded": "^4.4.0", | ||
"@types/uuid": "^9.0.8", | ||
"@types/validator": "^13.11.10" | ||
"@types/validator": "^13.12.2" | ||
}, | ||
"dependencies": { | ||
"@thisisagile/easy": "^17.6.4", | ||
"@thisisagile/easy-service": "^17.6.4", | ||
"@thisisagile/easy": "^17.6.5", | ||
"@thisisagile/easy-service": "^17.6.5", | ||
"@types/express": "^4.17.21", | ||
@@ -52,0 +52,0 @@ "cls-hooked": "^4.2.2", |
96191