@springworks/input-validator
Advanced tools
Comparing version 3005.113.1 to 3005.113.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [3005.113.2](https://github.com/Springworks/m2h-mono/compare/v3005.113.1...v3005.113.2) (2022-02-10) | ||
**Note:** Version bump only for package @springworks/input-validator | ||
## [3005.113.1](https://github.com/Springworks/m2h-mono/compare/v3005.113.0...v3005.113.1) (2022-02-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@springworks/input-validator", | ||
"version": "3005.113.1", | ||
"version": "3005.113.2", | ||
"description": "Simple module to validate input parameters.", | ||
@@ -12,4 +12,3 @@ "main": "build/main.js", | ||
"dependencies": { | ||
"@springworks/error-factory": "3005.113.1", | ||
"@types/joi": "^17.2.3", | ||
"@springworks/error-factory": "3005.113.2", | ||
"joi": "^17.6.0" | ||
@@ -26,3 +25,3 @@ }, | ||
"homepage": "https://github.com/Springworks/m2h-mono/tree/master/packages/input-validator#readme", | ||
"gitHead": "b4d99108cccf96a4707aadc56ded2c2c994c3e19" | ||
"gitHead": "91650adcbc68e0596e7c192c2455279e48798d54" | ||
} |
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
24204
2
+ Added@springworks/error-factory@3005.113.2(transitive)
- Removed@types/joi@^17.2.3
- Removed@springworks/error-factory@3005.113.1(transitive)
- Removed@types/joi@17.2.3(transitive)