joi-to-swagger
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -0,1 +1,7 @@ | ||
5.0.1 / 2020-08-13 | ||
================== | ||
* Remove node 8 (and node 10) support because joi removed it with version 17 as well | ||
(releasing only as patch an hour after 5.0.0) | ||
5.0.0 / 2020-08-13 | ||
@@ -2,0 +8,0 @@ ================== |
{ | ||
"name": "joi-to-swagger", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">=8.9.0" | ||
"node": ">=10.0.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
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
22787