Skip to content

Commit

Permalink
Revision 0.32.4 (#708)
Browse files Browse the repository at this point in the history
* Export ErrorFunctionParameter

* Revision
  • Loading branch information
sinclairzx81 committed Dec 29, 2023
1 parent 483040c commit 0a988cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/errors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 0a988cd

Please sign in to comment.