Skip to content

Commit 363b99a

Browse files
authored
fix(zui): export json schema (#628)
1 parent 9045a2d commit 363b99a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

zui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bpinternal/zui",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A fork of Zod with additional features",
55
"type": "module",
66
"source": "./src/index.ts",

zui/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
export type { JSONSchema7 } from 'json-schema'
2+
13
export * as transforms from './transforms'
24
export * from './z'

0 commit comments

Comments
 (0)