hapi-swagger
Advanced tools
Comparing version 14.2.1 to 14.2.2
@@ -56,4 +56,10 @@ import { Plugin } from '@hapi/hapi'; | ||
type SortEndpointsType = 'alpaha' | 'method' | 'ordered'; | ||
type SortEndpointsType = 'alpha' | 'method' | 'ordered'; | ||
type UiCompleteScriptObjectType { | ||
src: string; | ||
} | ||
type UiCompleteScriptType = string | UiCompleteScriptObjectType | ||
interface LicenseOptions { | ||
@@ -368,3 +374,3 @@ /** | ||
*/ | ||
uiCompleteScript?: string; | ||
uiCompleteScript?: UiCompleteScriptType; | ||
@@ -371,0 +377,0 @@ /** |
{ | ||
"name": "hapi-swagger", | ||
"description": "A swagger documentation UI generator plugin for hapi", | ||
"version": "14.2.1", | ||
"version": "14.2.2", | ||
"author": "Glenn Jones", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
111070
3049