diff --git a/package-lock.json b/package-lock.json index 1b0be7a86..4c2b4a5e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sinclair/typebox", - "version": "0.32.3", + "version": "0.32.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sinclair/typebox", - "version": "0.32.3", + "version": "0.32.4", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "^0.13.2", diff --git a/package.json b/package.json index 5c4cd123d..6f84b9e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sinclair/typebox", - "version": "0.32.3", + "version": "0.32.4", "description": "Json Schema Type Builder with Static Type Resolution for TypeScript", "keywords": [ "typescript", diff --git a/src/errors/index.ts b/src/errors/index.ts index b5a10ef10..2c0c08936 100644 --- a/src/errors/index.ts +++ b/src/errors/index.ts @@ -27,4 +27,4 @@ THE SOFTWARE. ---------------------------------------------------------------------------*/ export { Errors, ValueError, ValueErrorIterator, ValueErrorType, ValueErrorsUnknownTypeError } from './errors' -export { DefaultErrorFunction, GetErrorFunction, SetErrorFunction, type ErrorFunction } from './function' +export { DefaultErrorFunction, GetErrorFunction, SetErrorFunction, type ErrorFunction, type ErrorFunctionParameter } from './function'