-
Notifications
You must be signed in to change notification settings - Fork 90
Updates @aws-sdk/types to same version as in Gen2 CLI
#3301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@aws-sdk/types to same version as Gen2 CLI
@aws-sdk/types to same version as Gen2 CLI@aws-sdk/types to same version as in Gen2 CLI
| "@aws-sdk/region-config-resolver": "3.614.0", | ||
| "@aws-sdk/token-providers": "3.614.0", | ||
| "@aws-sdk/types": "3.609.0", | ||
| "@aws-sdk/types": "3.734.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "@aws-sdk/types": "3.734.0", | |
| "@aws-sdk/types": "^3.734.0", |
So that we don't have to do it again in the future.
this should be ok for types package.
| "@aws-sdk/token-providers": "3.614.0", | ||
| "@aws-sdk/types": "3.609.0", | ||
| "@aws-sdk/util-endpoints": "3.637.0", | ||
| "@aws-sdk/types": "3.734.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "@aws-sdk/types": "3.734.0", | |
| "@aws-sdk/types": "^3.734.0", |
So that we don't have to do it again in the future.
this should be ok for types package.
Description of changes
Upgrades
@aws-sdk/typesto the same version Amplify CLI Gen2 uses. Tried to upgrade other@aws-sdkpackages to the same version as Gen2 CLI but the e2e tests really did not like that.Description of how you validated changes
Checklist
yarn testpassesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.