File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ 6.0.0-next.1 / 2026-03-04
2+ ================
3+ * Breaking: the package is now ESM-only (` "type": "module" ` ) and exposes ESM entry points through ` exports ` .
4+ * Breaking: CommonJS/UMD output is no longer produced. Build, test and sample scripts now target ` lib/esm ` .
5+ * Updated TypeScript configuration to ` NodeNext ` module settings for Node ESM compatibility.
6+ * Removed ` tsconfig.esm.json ` as a separate build target (the main tsconfig now covers ESM output).
7+ * Converted build scripts in ` build/ ` to ESM and added ` npm run bundle-schemas ` .
8+
195.7.0 / 2026-01-12
210================
311* the error code for ` SchemaResolveError ` is now 0x10000 plus the error code returned by the request service.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments