Skip to content

Commit

Permalink
Revision 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Dec 2, 2023
1 parent 9122673 commit 069837e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
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.0-dev-5",
"version": "0.32.0-dev-6",
"description": "Json Schema Type Builder with Static Type Resolution for TypeScript",
"keywords": [
"typescript",
Expand Down
5 changes: 1 addition & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,4 @@ export { Void, type TVoid } from './type/void/index'
// ------------------------------------------------------------------
// Namespace
// ------------------------------------------------------------------
export { JsonTypeBuilder, JavaScriptTypeBuilder } from './type/type/index'
import { Type } from './type/type/index'
export { Type }
export default Type
export { Type, JsonTypeBuilder, JavaScriptTypeBuilder } from './type/type/index'
4 changes: 1 addition & 3 deletions src/value/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,4 @@ export {
// ------------------------------------------------------------------
// Value Namespace
// ------------------------------------------------------------------
import { Value } from './value/index'
export { Value }
export default Value
export { Value } from './value/index'

0 comments on commit 069837e

Please sign in to comment.