@springworks/input-validator
Advanced tools
Comparing version 3005.86.2 to 3005.86.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [3005.86.3](https://github.com/Springworks/m2h-mono/compare/v3005.86.2...v3005.86.3) (2021-11-19) | ||
### Bug Fixes | ||
* **input-validator:** export joi-typings ([2910fb3](https://github.com/Springworks/m2h-mono/commit/2910fb39e6a1250e34f3a42f1d14be704ed36908)) | ||
## [3005.86.2](https://github.com/Springworks/m2h-mono/compare/v3005.86.1...v3005.86.2) (2021-11-19) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@springworks/input-validator", | ||
"version": "3005.86.2", | ||
"version": "3005.86.3", | ||
"description": "Simple module to validate input parameters.", | ||
@@ -13,3 +13,4 @@ "main": "build/main.js", | ||
"@hapi/joi": "^17.1.1", | ||
"@springworks/error-factory": "3005.86.2" | ||
"@springworks/error-factory": "3005.86.2", | ||
"@types/hapi__joi": "^17.1.7" | ||
}, | ||
@@ -25,6 +26,3 @@ "publishConfig": { | ||
"homepage": "https://github.com/Springworks/m2h-mono/tree/master/packages/input-validator#readme", | ||
"devDependencies": { | ||
"@types/hapi__joi": "^17.1.7" | ||
}, | ||
"gitHead": "1a82d2265932a64959a2ea2740a1b904a29f6d03" | ||
"gitHead": "1280c8ccc57ef2b0c4aca318f20b63cb122ac12c" | ||
} |
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
28790
0
3
+ Added@types/hapi__joi@^17.1.7
+ Added@types/hapi__joi@17.1.15(transitive)