Please release a new code generator version for NPM packages with Node.js 18+ major versions #1495
Labels
pending-release
This issue will be fixed by an approved PR that hasn't been released yet.
After dropping Node 16, all Smithy helper packages were upgraded to a major version. However, the generated code when using version 0.25.0 still relies on older versions of these packages.
This mismatch causes issues due to AWS SDK peer dependencies, resulting in errors like:
The problem can be resolved by adding the following dependencies to the generated package.json:
However, it would be much more convenient and robust if the release version of
smithy-typescript
was release, so we can generate code that uses the latest versions of the Smithy helper packages directly.The text was updated successfully, but these errors were encountered: