Skip to content

Commit f70e848

Browse files
authored
remove tsconfig.esm.json as it is no longer needed (#315)
* remove tsconfig.esm.json as it is no longer needed * update
1 parent 54d6346 commit f70e848

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
5.7.0 / 2026-01-12
210
================
311
* the error code for `SchemaResolveError` is now 0x10000 plus the error code returned by the request service.

src/tsconfig.esm.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)