Comparing version 2.4.0 to 2.4.1
@@ -5,4 +5,4 @@ export * from "./api"; | ||
export * from './types'; | ||
import { ValidateFunction, compile, validate } from "./json-schema"; | ||
export { ValidateFunction, compile, validate }; | ||
import { ValidateFunction, EnsureFunction, SimpleValidateFunction, compile, validate } from "./json-schema"; | ||
export { ValidateFunction, EnsureFunction, SimpleValidateFunction, compile, validate, }; | ||
export { ExtractJsonSchemaOptions, SchemaWithDefinitions, ExtractedJsonSchema, extractJsonSchema, extractSingleJsonSchema, } from "./extract-json-schema"; | ||
@@ -9,0 +9,0 @@ export { getValidatorSchema } from "./validation"; |
{ | ||
"name": "suretype", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Typesafe JSON (Schema) validator with magic powers 🧙♂️", | ||
@@ -5,0 +5,0 @@ "author": "Gustaf Räntilä", |
181286