api-doc-validator
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -5,3 +5,8 @@ | ||
return async function () { | ||
let args = Array.from(arguments); | ||
let args = ( | ||
Api.mapArguments ? | ||
Api.mapArguments({arguments, endpoint: e, context: this}) : | ||
Array.from(arguments) | ||
); | ||
const ajv = Api.getAjv(); | ||
@@ -8,0 +13,0 @@ const errorHandler = context.errorHandler || Api.errorHandler; |
{ | ||
"name": "api-doc-validator", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "api doc and validator", | ||
@@ -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
55245
1546