Skip to content

v14.7.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 14 Nov 03:33
· 40 commits to master since this release
fcceb6f

Minor Changes

  • Add types for root, /base and /extensions entrypoints (#247)

  • Add eslint-plugin-import-zod to re-write Zod imports (#224)

    This plugin adds rules for rewriting Zod imports such as import { z } from "zod"; to import * as z from 'zod'; in order to reduce bundle sizes when using a bundler.

Patch Changes

  • Publish with provenance (#241)