We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9045a2d commit 363b99aCopy full SHA for 363b99a
zui/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bpinternal/zui",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A fork of Zod with additional features",
5
"type": "module",
6
"source": "./src/index.ts",
zui/src/index.ts
@@ -1,2 +1,4 @@
+export type { JSONSchema7 } from 'json-schema'
+
export * as transforms from './transforms'
export * from './z'
0 commit comments