koa2-swagger-ui
Advanced tools
Comparing version 5.5.1 to 5.6.0
@@ -24,2 +24,3 @@ import type { Middleware } from 'koa'; | ||
swaggerVersion: string; | ||
swaggerCdnUrl?: string; | ||
routePrefix: string | false; | ||
@@ -26,0 +27,0 @@ specPrefix: string; |
@@ -43,2 +43,3 @@ "use strict"; | ||
swaggerVersion: '', | ||
swaggerCdnUrl: 'https://cdnjs.cloudflare.com/ajax/libs/swagger-ui', | ||
exposeSpec: false, | ||
@@ -45,0 +46,0 @@ hideTopbar: false, |
{ | ||
"name": "koa2-swagger-ui", | ||
"version": "5.5.1", | ||
"version": "5.6.0", | ||
"description": "Swagger UI middleware for koa", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
21667
123