Comparing version 9.0.0 to 9.0.1
@@ -22,3 +22,3 @@ import { ErrorRequestHandler, RequestHandler } from 'express'; | ||
*/ | ||
function errors(): ErrorRequestHandler; | ||
function errors(): () => ErrorRequestHandler; | ||
/** | ||
@@ -25,0 +25,0 @@ * The Joi version Celebrate uses internally. |
{ | ||
"name": "celebrate", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "A joi validation middleware for Express.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
13223