Skip to content

Conversation

@finom
Copy link

@finom finom commented Nov 25, 2025

  1. Using z from zod/v3.
  2. Added type tweaks to tests:
expect(resultSchema.items).toEqual({ type: "string" });
// ->
expect('items' in resultSchema && resultSchema.items).toEqual({ type: "string" });
  1. Renew zod-to-json-schema to latest.
  2. Using Zod at peerDependencies instead of dependencies, see https://zod.dev/library-authors

Closes #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant