forked from smithy-lang/smithy-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependency versioning of AWS-vended packages (smithy-lang#388)
smithy-aws-typescript-codegen bundles a properties file that has the version of every client and library that the JS SDK vends. This essentially ties that set of versions to the published version of the smithy-aws-typescript-codegen package. Instead of hardcoding specific versions of AWS clients and libraries, this change parses that file if smithy-aws-typescript-codegen is also on the classpath, so that we can use compatible versions of these packages when we generate package.json. If smithy-aws-typescript-codegen is not on the classpath we fall back to "latest" for these packages.
- Loading branch information
1 parent
4eb71fe
commit 8e1c4c6
Showing
1 changed file
with
79 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters