We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651bca7 commit 20fa598Copy full SHA for 20fa598
src/index.ts
@@ -1,8 +1,8 @@
1
import type { Node } from 'constructs'
2
3
-import { z, type ZodRawShape } from 'zod/v4'
+import { z, type ZodRawShape } from 'zod'
4
5
-export { z } from 'zod/v4'
+export { z } from 'zod'
6
7
export const parseContext = <T extends ZodRawShape>(
8
node: Node,
0 commit comments