Comparing version 3.2.0 to 3.2.1
export * from "./api/index.js"; | ||
export * from "./errors.js"; | ||
export { ValidationError } from "./validation-error.js"; | ||
export { type ValidationResult, type ValidationResultValid, type ValidationResultInvalid, type ValidationErrorData, ValidationError, } from "./validation-error.js"; | ||
export * from "./types.js"; | ||
@@ -5,0 +5,0 @@ export { type ValidateFunction, type EnsureFunction, type SimpleValidateFunction, compile, validate, isValid, ensure, } from "./json-schema.js"; |
export * from "./api/index.js"; | ||
export * from "./errors.js"; | ||
export { ValidationError } from "./validation-error.js"; | ||
export { ValidationError, } from "./validation-error.js"; | ||
export * from "./types.js"; | ||
@@ -5,0 +5,0 @@ export { compile, validate, isValid, ensure, } from "./json-schema.js"; |
{ | ||
"name": "suretype", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Typesafe JSON (Schema) validator with magic powers 🧙♂️", | ||
@@ -45,3 +45,3 @@ "author": "Gustaf Räntilä", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.0", | ||
"@hapi/joi": "^17.1.1", | ||
@@ -54,3 +54,3 @@ "@types/benchmark": "^2.1.2", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"jest": "^29.4.1", | ||
"jest": "^29.4.3", | ||
"ow": "^1.1.1", | ||
@@ -57,0 +57,0 @@ "rimraf": "^4.1.2", |
177352