hapi-swagger-static
Advanced tools
Comparing version
{ | ||
"name": "hapi-swagger-static", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "A small companion plugin for `hapi-swagger` or `hapi-swaggered` providing a static html documentation page as hapi route", | ||
@@ -38,24 +38,24 @@ "main": "src/index.js", | ||
"chai-as-promised": "^7.1.1", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.7.0", | ||
"coveralls": "^3.0.3", | ||
"eslint": "^5.15.3", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-react": "^7.11.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"eslint-plugin-should-promised": "^2.0.0", | ||
"hapi": "^17.6.0", | ||
"hapi-swagger": "^9.1.2", | ||
"inert": "^5.1.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"sinon": "^7.0.0", | ||
"sinon-chai": "^3.2.0", | ||
"vision": "^5.4.0" | ||
"hapi": "^18.1.0", | ||
"hapi-swagger": "^9.4.2", | ||
"inert": "^5.1.2", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0", | ||
"sinon": "^7.3.1", | ||
"sinon-chai": "^3.3.0", | ||
"vision": "^5.4.4" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.5.2", | ||
"openapi2html": "^1.1.8", | ||
"swagger-parser": "^6.0.1" | ||
"bluebird": "^3.5.3", | ||
"openapi2html": "^1.1.9", | ||
"swagger-parser": "^6.0.5" | ||
} | ||
} |
# hapi-swagger-static | ||
Plugin for Hapi v17 providing a static html documentation page. | ||
Plugin for Hapi providing a static html documentation page. | ||
It's a small companion plugin for `hapi-swagger` or `hapi-swaggered` | ||
@@ -5,0 +5,0 @@ to create a static page from the `/swagger.json` endpoint. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43165
-0.01%Updated
Updated
Updated