v14.7.0
Minor Changes
-
Add types for root,
/baseand/extensionsentrypoints (#247) -
Add
eslint-plugin-import-zodto re-write Zod imports (#224)This plugin adds rules for rewriting Zod imports such as
import { z } from "zod";toimport * as z from 'zod';in order to reduce bundle sizes when using a bundler.
Patch Changes
- Publish with provenance (#241)