apicco-lib
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "apicco-lib", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "", | ||
@@ -34,8 +34,8 @@ "main": "index.js", | ||
"koa-router": "^7.4.0", | ||
"lodash": "^4.17.19", | ||
"lodash": "^4.17.20", | ||
"require-directory": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"jest": "^24.5.0" | ||
"jest": "^25.1.0" | ||
} | ||
} |
@@ -114,2 +114,9 @@ # Apicco-lib | ||
}; | ||
/* | ||
// OR | ||
const validate = Joi.object({ | ||
id: Joi.number().integer().required(), | ||
name: Joi.string().max(256) | ||
}); | ||
*/ | ||
@@ -116,0 +123,0 @@ async function handle({ request, response }) { |
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
20148
236
Updatedlodash@^4.17.20