Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -13,3 +13,3 @@ import type { Range } from '../../types/range'; | ||
/** If one or more values are specified, the value must be equal to one of the specified values or in one of the specified ranges */ | ||
allowedValuesAndRanges?: Array<number | Range<number>>; | ||
allowedValuesAndRanges: Array<number | Range<number>>; | ||
} | ||
@@ -16,0 +16,0 @@ /** Requires a real, finite number. If one or more values and/or ranges are specified, the value must also be equal to one of the specified |
{ | ||
"name": "yaschema", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Yet another schema", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
284628