koa2-swagger-ui
Advanced tools
Comparing version 2.3.1 to 2.4.0
@@ -18,2 +18,3 @@ const path = require('path'); | ||
swaggerVersion: json.devDependencies['swagger-ui'], | ||
hideTopbar: false, | ||
}; | ||
@@ -20,0 +21,0 @@ |
{ | ||
"name": "koa2-swagger-ui", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "Swagger UI middleware for koa", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -42,3 +42,4 @@ # koa2-swagger-ui | ||
showRequestHeaders: false, | ||
swaggerVersion: 'x.x.x' // read from package.json | ||
swaggerVersion: 'x.x.x' // read from package.json, | ||
hideTopbar: false, // hide swagger top bar | ||
@@ -45,0 +46,0 @@ }, |
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
2908250
30769
66