Comparing version 5.5.0 to 5.5.1
@@ -7,4 +7,4 @@ import { SchemaDefType } from './schema-def.js'; | ||
default?: any; | ||
optional?: true; | ||
nullable?: true; | ||
optional?: boolean; | ||
nullable?: boolean; | ||
}): any; | ||
@@ -11,0 +11,0 @@ export type DeepPartial<T> = { |
{ | ||
"name": "airtight", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"description": "JSON Schema inspired library for validation, decoding and type conversion", | ||
@@ -5,0 +5,0 @@ "type": "module", |
26911