From 7d460f9a7f0203f6096080aa55821176e7d3b249 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:12:49 +0000 Subject: [PATCH] Version Packages --- .changeset/downgrade-eta-to-fix-exports.md | 15 --------------- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 .changeset/downgrade-eta-to-fix-exports.md diff --git a/.changeset/downgrade-eta-to-fix-exports.md b/.changeset/downgrade-eta-to-fix-exports.md deleted file mode 100644 index 39acea476..000000000 --- a/.changeset/downgrade-eta-to-fix-exports.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Downgrade eta from 4.0.1 to 3.5.0 to fix module resolution error. - -After the upgrade to eta@4.0.1 in version 13.2.11, API generation started -failing with `ERR_PACKAGE_PATH_NOT_EXPORTED: No "exports" main defined in -eta/package.json`. This issue is caused by incorrect package export -configuration in eta@4.0.1, which is tracked in the upstream repository. - -Downgrading to eta@3.5.0 resolves the module resolution error whilst -maintaining compatibility with the existing template system. - -Fixes #1427. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d64a9c04..eb56653c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # swagger-typescript-api +## 13.2.16 + +### Patch Changes + +- [#1459](https://github.com/acacode/swagger-typescript-api/pull/1459) [`6b485dd`](https://github.com/acacode/swagger-typescript-api/commit/6b485dd70228a7e3697c4bd4a9ca5537e456f512) Thanks [@smorimoto](https://github.com/smorimoto)! - Downgrade eta from 4.0.1 to 3.5.0 to fix module resolution error. + + After the upgrade to eta@4.0.1 in version 13.2.11, API generation started + failing with `ERR_PACKAGE_PATH_NOT_EXPORTED: No "exports" main defined in +eta/package.json`. This issue is caused by incorrect package export + configuration in eta@4.0.1, which is tracked in the upstream repository. + + Downgrading to eta@3.5.0 resolves the module resolution error whilst + maintaining compatibility with the existing template system. + + Fixes #1427. + ## 13.2.15 ### Patch Changes diff --git a/package.json b/package.json index 351404dba..abb011f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.2.15", + "version": "13.2.16", "description": "Generate the API client for Fetch or Axios from an OpenAPI Specification", "homepage": "https://github.com/acacode/swagger-typescript-api", "bugs": "https://github.com/acacode/swagger-typescript-api/issues",