@webiny/validation
Advanced tools
Comparing version 5.40.6 to 5.41.0-beta.0
{ | ||
"name": "@webiny/validation", | ||
"version": "5.40.6", | ||
"version": "5.41.0-beta.0", | ||
"main": "index.js", | ||
@@ -27,8 +27,8 @@ "repository": { | ||
"@types/lodash": "4.14.191", | ||
"@webiny/cli": "5.40.6", | ||
"@webiny/project-utils": "5.40.6", | ||
"@webiny/cli": "5.41.0-beta.0", | ||
"@webiny/project-utils": "5.41.0-beta.0", | ||
"jest": "29.7.0", | ||
"rimraf": "5.0.5", | ||
"ttypescript": "1.5.15", | ||
"typescript": "4.7.4" | ||
"typescript": "4.9.5" | ||
}, | ||
@@ -43,3 +43,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "f9da84b373e62f9f269599c4301e5e4418a98d51" | ||
"gitHead": "9ce5e75fc577aa4de2cf08d5ca734b3c98fe65b6" | ||
} |
import ValidationError from "./validationError"; | ||
declare type ValidatorResult = boolean | ValidationError | void | Promise<boolean | ValidationError | void>; | ||
type ValidatorResult = boolean | ValidationError | void | Promise<boolean | ValidationError | void>; | ||
/** | ||
@@ -4,0 +4,0 @@ * @typedef Validator |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
113613
2