fastify-swagger
Advanced tools
Comparing version 4.12.4 to 4.12.5
@@ -79,2 +79,3 @@ import { FastifyPluginCallback, onRequestHookHandler, preHandlerHookHandler } from 'fastify'; | ||
filter: boolean | string | ||
layout: string | ||
maxDisplayedTags: number | ||
@@ -81,0 +82,0 @@ showExtensions: boolean |
{ | ||
"name": "fastify-swagger", | ||
"version": "4.12.4", | ||
"version": "4.12.5", | ||
"description": "Serve Swagger/OpenAPI documentation for Fastify, supporting dynamic generation", | ||
@@ -50,5 +50,5 @@ "main": "index.js", | ||
"swagger-parser": "^10.0.2", | ||
"swagger-ui-dist": "3.52.3", | ||
"swagger-ui-dist": "3.52.5", | ||
"tap": "^15.0.1", | ||
"tsd": "^0.17.0" | ||
"tsd": "^0.18.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "dependencies": { |
@@ -16,2 +16,3 @@ import fastify from 'fastify'; | ||
validatorUrl: null, | ||
layout: 'BaseLayout', | ||
}; | ||
@@ -18,0 +19,0 @@ const initOAuth: FastifySwaggerInitOAuthOptions = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
10804145
14932