Bug: require specific commons
version as dependency
#3879
Labels
bug
Something isn't working
commons
This item relates to the Commons Utility
pending-release
This item has been merged and will be released soon
Expected Behavior
As a customer, when updating Logger, Metrics, or any of the other utilities I should be able to continue using them without having to worry about keeping consistency with the underlying
commons
package.This is needed because we update our packages in lockstep, so if there's a change in the
commons
package new versions of the other packages (i.e.logger
) will rely on the same version of thecommons
one.Current Behavior
Currently the version range specified for the
commons
package uses the^
symbol, which means updates to one of the utilities might not update thecommons
package depending on the update strategy.Code snippet
N/A
Steps to Reproduce
This was originally reported here.
Possible Solution
No response
Powertools for AWS Lambda (TypeScript) version
latest
AWS Lambda function runtime
22.x
Packaging format used
npm
Execution logs
The text was updated successfully, but these errors were encountered: