We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eebf35 commit e632d3bCopy full SHA for e632d3b
src/acp.ts
@@ -1,4 +1,4 @@
1
-import { z } from "zod";
+import { z } from "zod/v4";
2
import * as schema from "./schema/index.js";
3
import * as validate from "./schema/zod.gen.js";
4
export type * from "./schema/types.gen.js";
0 commit comments