phenyl-api-explorer
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "phenyl-api-explorer", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Automatically renders API explorer pages like swagger", | ||
@@ -16,14 +16,14 @@ "main": "./dist/PhenylApiExplorer.js", | ||
"nodemon": "^1.18.3", | ||
"phenyl-http-client": "~0.2.9", | ||
"phenyl-http-server": "~0.2.5", | ||
"phenyl-interfaces": "~0.2.3", | ||
"phenyl-lambda-adapter": "~0.2.5", | ||
"phenyl-memory-db": "~0.2.5", | ||
"phenyl-rest-api": "~0.3.5", | ||
"phenyl-standards": "~0.2.5" | ||
"phenyl-http-client": "~0.2.10", | ||
"phenyl-http-server": "~0.2.6", | ||
"phenyl-interfaces": "~0.3.0", | ||
"phenyl-lambda-adapter": "~0.2.6", | ||
"phenyl-memory-db": "~0.2.6", | ||
"phenyl-rest-api": "~0.3.6", | ||
"phenyl-standards": "~0.2.6" | ||
}, | ||
"dependencies": { | ||
"ejs": "^2.6.1", | ||
"phenyl-api-explorer-client": "~0.1.9" | ||
"phenyl-api-explorer-client": "~0.1.10" | ||
} | ||
} |
116608