Comparing version 13.0.1 to 13.0.2
@@ -110,3 +110,3 @@ import { ErrorRequestHandler, RequestHandler } from 'express'; | ||
details: Map<string, ValidationError>; | ||
constructor(message?:string, opts?: { celebrated?: boolean }) {} | ||
constructor(message?:string, opts?: { celebrated?: boolean }); | ||
} |
{ | ||
"name": "celebrate", | ||
"version": "13.0.1", | ||
"version": "13.0.2", | ||
"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
27561