File tree Expand file tree Collapse file tree 3 files changed +248
-257
lines changed
Expand file tree Collapse file tree 3 files changed +248
-257
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " swagger-typescript-api " : patch
3+ ---
4+
5+ Downgrade eta from 4.0.1 to 3.5.0 to fix module resolution error.
6+
7+ After the upgrade to eta@4.0.1 in version 13.2.11, API generation started
8+ failing with `ERR_PACKAGE_PATH_NOT_EXPORTED: No "exports" main defined in
9+ eta/package.json`. This issue is caused by incorrect package export
10+ configuration in eta@4.0.1, which is tracked in the upstream repository.
11+
12+ Downgrading to eta@3.5.0 resolves the module resolution error whilst
13+ maintaining compatibility with the existing template system.
14+
15+ Fixes #1427 .
Original file line number Diff line number Diff line change 5353 "c12" : " ^3.3.0" ,
5454 "citty" : " ^0.1.6" ,
5555 "consola" : " ^3.4.2" ,
56- "eta" : " ^4.0.1 " ,
56+ "eta" : " ^3.5.0 " ,
5757 "lodash" : " ^4.17.21" ,
5858 "nanoid" : " ^5.1.6" ,
5959 "openapi-types" : " ^12.1.3" ,
You can’t perform that action at this time.
0 commit comments