We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d6346 commit f70e848Copy full SHA for f70e848
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
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
+
9
5.7.0 / 2026-01-12
10
================
11
* the error code for `SchemaResolveError` is now 0x10000 plus the error code returned by the request service.
src/tsconfig.esm.json
0 commit comments