volos-swagger
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -39,2 +39,4 @@ /**************************************************************************** | ||
if (!req.swagger) { return next(); } | ||
var operation = req.swagger.operation; | ||
@@ -50,3 +52,3 @@ var mwChain = operation.volos ? operation.volos.mwChain : undefined; // cache | ||
createMiddlewareChain(operation[VOLOS_APPLY], req), | ||
createMiddlewareChain(req.swagger.path[VOLOS_APPLY], req), | ||
createMiddlewareChain(req.swagger.path[VOLOS_APPLY], req) | ||
].filter(function(ea) { return !!ea; }); | ||
@@ -53,0 +55,0 @@ |
{ | ||
"name": "volos-swagger", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Middleware for bridging swagger (via swagger-tools) and volos", |
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
57294
987