@sinclair/typebox
Advanced tools
Comparing version 0.23.3 to 0.23.4
{ | ||
"name": "@sinclair/typebox", | ||
"version": "0.23.3", | ||
"version": "0.23.4", | ||
"description": "JSONSchema Type Builder with Static Type Resolution for TypeScript", | ||
@@ -30,12 +30,12 @@ "keywords": [ | ||
"@sinclair/hammer": "^0.16.3", | ||
"@types/chai": "^4.2.22", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.11.9", | ||
"ajv": "^8.8.2", | ||
"@types/chai": "^4.3.0", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.12", | ||
"ajv": "^8.9.0", | ||
"ajv-formats": "^2.1.1", | ||
"chai": "^4.3.4", | ||
"mocha": "^9.1.3", | ||
"tsd": "^0.19.0", | ||
"typescript": "^4.5.2" | ||
"chai": "^4.3.5", | ||
"mocha": "^9.2.0", | ||
"tsd": "^0.19.1", | ||
"typescript": "^4.5.5" | ||
} | ||
} |
@@ -66,2 +66,4 @@ export declare const ReadonlyOptionalModifier: unique symbol; | ||
additionalProperties?: boolean; | ||
minProperties?: number; | ||
maxProperties?: number; | ||
} & CustomOptions; | ||
@@ -68,0 +70,0 @@ export declare type TDefinitions = { |
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
91799
688