Comparing version 10.0.0 to 10.0.1
import { ErrorRequestHandler, RequestHandler } from 'express'; | ||
import { Root as joi, ValidationOptions } from 'joi'; | ||
import { Root as joi, ValidationOptions } from '@hapi/joi'; | ||
@@ -4,0 +4,0 @@ declare namespace Celebrate { |
{ | ||
"name": "celebrate", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "A joi validation middleware for Express.", | ||
@@ -37,3 +37,3 @@ "main": "lib/index.js", | ||
"@types/express": "4.x.x", | ||
"@types/joi": "14.x.x", | ||
"@types/hapi__joi": "15.x.x", | ||
"artificial": "0.1.x", | ||
@@ -40,0 +40,0 @@ "benchmark": "2.1.x", |
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
16338