@men-mvc/foundation
Advanced tools
Comparing version 0.85.0 to 0.86.0
@@ -19,3 +19,3 @@ "use strict"; | ||
valError.details.map((error) => { | ||
errors[error.context?.key] = error.message; | ||
errors[error.path.join('.')] = error.message; | ||
}); | ||
@@ -22,0 +22,0 @@ return new types_1.ValidationError(errors); |
{ | ||
"name": "@men-mvc/foundation", | ||
"version": "0.85.0", | ||
"version": "0.86.0", | ||
"description": "Package that includes shared variables, types and utility functions for MEN MVC framework.", | ||
@@ -30,3 +30,3 @@ "private": false, | ||
"dependencies": { | ||
"@men-mvc/config": "^0.85.0", | ||
"@men-mvc/config": "^0.86.0", | ||
"express": "^4.18.2", | ||
@@ -53,3 +53,3 @@ "joi": "^17.9.1", | ||
"license": "MIT", | ||
"gitHead": "d6c6964bfccc5a5165fb4e766b98d3955709a5e8" | ||
"gitHead": "dfc17217fde81bdb0210f5cf3ef166790dde42ea" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72602
+ Added@men-mvc/config@0.86.0(transitive)
- Removed@men-mvc/config@0.85.0(transitive)
Updated@men-mvc/config@^0.86.0