Skip to content

Commit 1f2d35e

Browse files
sabaturgaystainless-app[bot]
authored andcommitted
update zod imports to reduce esbuild bundle size by 260kb (#1703)
1 parent 92d65d7 commit 1f2d35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers/zod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ResponseFormatJSONSchema } from '../resources/index';
2-
import { z as z3 } from 'zod/v3';
3-
import { z as z4 } from 'zod/v4';
2+
import * as z3 from 'zod/v3';
3+
import * as z4 from 'zod/v4';
44
import {
55
AutoParseableResponseFormat,
66
AutoParseableTextFormat,

0 commit comments

Comments
 (0)