swaggerize-routes
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -199,3 +199,3 @@ 'use strict'; | ||
fn = function(data) { | ||
return (data === 'true') || (data === '1'); | ||
return (data === 'true') || (data === '1') || (data === true); | ||
}; | ||
@@ -202,0 +202,0 @@ break; |
{ | ||
"name": "swaggerize-routes", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Trevor Livingston <trlivingston@paypal.com>", | ||
@@ -5,0 +5,0 @@ "description": "Swagger based route building.", |
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
26186