Skip to content

Commit 20fa598

Browse files
committed
fix
1 parent 651bca7 commit 20fa598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import type { Node } from 'constructs'
22

3-
import { z, type ZodRawShape } from 'zod/v4'
3+
import { z, type ZodRawShape } from 'zod'
44

5-
export { z } from 'zod/v4'
5+
export { z } from 'zod'
66

77
export const parseContext = <T extends ZodRawShape>(
88
node: Node,

0 commit comments

Comments
 (0)