@sinclair/typebox
Advanced tools
Comparing version 0.20.3 to 0.20.4
{ | ||
"name": "@sinclair/typebox", | ||
"version": "0.20.3", | ||
"version": "0.20.4", | ||
"description": "JSONSchema Type Builder with Static Type Resolution for TypeScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -386,3 +386,3 @@ <div align='center'> | ||
You can pass additional JSON schema properties on the last argument of any given type. The following are some examples. | ||
You can pass additional JSON schema options on the last argument of any given type. The following are some examples. | ||
@@ -389,0 +389,0 @@ ```typescript |
@@ -63,6 +63,2 @@ export declare const ReadonlyOptionalModifier: unique symbol; | ||
} & CustomOptions; | ||
export declare type IndexedOptions = { | ||
minProperties?: number; | ||
maxProperties?: number; | ||
} & CustomOptions; | ||
export declare type ObjectOptions = { | ||
@@ -69,0 +65,0 @@ additionalProperties?: boolean; |
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
88476
616