Skip to content

Commit a590fe8

Browse files
Version Packages (#1460)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b485dd commit a590fe8

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.changeset/downgrade-eta-to-fix-exports.md

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# swagger-typescript-api
22

3+
## 13.2.16
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
After the upgrade to [email protected] in version 13.2.11, API generation started
10+
failing with `ERR_PACKAGE_PATH_NOT_EXPORTED: No "exports" main defined in
11+
eta/package.json`. This issue is caused by incorrect package export
12+
configuration in [email protected], which is tracked in the upstream repository.
13+
14+
Downgrading to [email protected] resolves the module resolution error whilst
15+
maintaining compatibility with the existing template system.
16+
17+
Fixes #1427.
18+
319
## 13.2.15
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-typescript-api",
3-
"version": "13.2.15",
3+
"version": "13.2.16",
44
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification",
55
"homepage": "https://github.com/acacode/swagger-typescript-api",
66
"bugs": "https://github.com/acacode/swagger-typescript-api/issues",

0 commit comments

Comments
 (0)