express-swagger-generator
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -209,5 +209,4 @@ /** | ||
let parsedEnum = parseEnums('-eg:' + example) | ||
console.log('-eg:' + example) | ||
prop.type = parsedEnum.type | ||
prop.enmu = parsedEnum.enums | ||
prop.enum = parsedEnum.enums | ||
} | ||
@@ -469,2 +468,2 @@ | ||
} | ||
}; | ||
}; |
{ | ||
"name": "express-swagger-generator", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "Generates swagger doc & ui based on express existing routes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
28963