hapi-swagger
Advanced tools
Comparing version 17.0.0 to 17.0.1
@@ -292,3 +292,5 @@ const Hoek = require('@hapi/hoek'); | ||
parent.required.push(name); | ||
if (!parent.required.includes(name)) { | ||
parent.required.push(name); | ||
} | ||
} | ||
@@ -295,0 +297,0 @@ }); |
{ | ||
"name": "hapi-swagger", | ||
"description": "A swagger documentation UI generator plugin for hapi", | ||
"version": "17.0.0", | ||
"version": "17.0.1", | ||
"author": "Glenn Jones", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -15,3 +15,3 @@ # hapi-swagger | ||
| ------- | -------------------------------------- | ------------------------------------- | ------ | --------------------------------------------------------------- | | ||
| `17.x` | `>=20.0.0 @hapi/hapi` | `>=17.0.0 joi` | `>=16` | [TBD] | | ||
| `17.x` | `>=20.0.0 @hapi/hapi` | `>=17.0.0 joi` | `>=16` | [Release](https://github.com/hapi-swagger/hapi-swagger/releases/tag/v17.0.0) | | ||
| `16.x` | `>=20.0.0 @hapi/hapi` | `>=17.0.0 joi` | `>=14` | [#795](https://github.com/hapi-swagger/hapi-swagger/issues/795) | | ||
@@ -18,0 +18,0 @@ | `15.x` | `>=20.0.0 @hapi/hapi` | `>=17.0.0 joi` | `>=14` | [#782](https://github.com/hapi-swagger/hapi-swagger/issues/782) | |
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
127175
3461