koa2-swagger-ui
Advanced tools
Comparing version 5.8.0 to 5.9.0
@@ -37,3 +37,3 @@ "use strict"; | ||
dom_id: '#swagger-ui', | ||
url: 'https://petstore.swagger.io/v2/swagger.json', | ||
url: 'https://petstore3.swagger.io/api/v3/openapi.json', | ||
layout: 'StandaloneLayout', | ||
@@ -40,0 +40,0 @@ }, |
{ | ||
"name": "koa2-swagger-ui", | ||
"version": "5.8.0", | ||
"version": "5.9.0", | ||
"description": "Swagger UI middleware for koa", | ||
@@ -22,23 +22,23 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@types/koa": "^2.13.6", | ||
"handlebars": "^4.7.7", | ||
"@types/koa": "^2.13.8", | ||
"handlebars": "^4.7.8", | ||
"lodash": "^4.17.21", | ||
"read-pkg-up": "^7.0.1" | ||
"read-pkg-up": "7.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "7.21.5", | ||
"@babel/preset-typescript": "7.21.5", | ||
"@ctrl/eslint-config": "3.7.0", | ||
"@jest/globals": "29.5.0", | ||
"@babel/plugin-transform-modules-commonjs": "7.22.5", | ||
"@babel/preset-typescript": "7.22.5", | ||
"@ctrl/eslint-config": "4.0.3", | ||
"@jest/globals": "29.6.3", | ||
"@types/koa-router": "7.4.4", | ||
"@types/lodash": "4.14.194", | ||
"@types/node": "20.1.4", | ||
"@types/lodash": "4.14.197", | ||
"@types/node": "20.5.1", | ||
"@types/supertest": "2.0.12", | ||
"jest": "29.5.0", | ||
"jest": "29.6.3", | ||
"koa": "2.14.2", | ||
"koa-router": "12.0.0", | ||
"supertest": "6.3.3", | ||
"swagger-ui-dist": "4.18.3", | ||
"swagger-ui-dist": "5.4.2", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.0.4" | ||
"typescript": "5.1.6" | ||
}, | ||
@@ -45,0 +45,0 @@ "release": { |
Sorry, the diff of this file is not supported yet
21891
Updated@types/koa@^2.13.8
Updatedhandlebars@^4.7.8
Updatedread-pkg-up@7.0.1