@drovp/types
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -160,2 +160,3 @@ /** | ||
max?: number; | ||
softMax?: number; | ||
validator?: (value: string, options: O, path: (string | number)[]) => boolean; | ||
@@ -162,0 +163,0 @@ asyncValidator?: (value: string, options: O, path: (string | number)[]) => Promise<boolean>; |
{ | ||
"name": "@drovp/types", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Drovp plugin API definitions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
19953
516