feat: add peerDependencies

This commit is contained in:
2025-07-07 13:11:16 +02:00
parent 2093dd7097
commit dd1570d52e
36 changed files with 481 additions and 274 deletions

View File

@@ -1,4 +1,4 @@
import z, { ZodType } from "zod";
import z, { ZodType } from "zod/v4";
import { EventValidationError } from "./errors.ts";
import { makeId } from "./nanoid.ts";