-
Notifications
You must be signed in to change notification settings - Fork 578
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
feat: use exact @aws-sdk/* dependencies #1108
Conversation
Search key: "@aws-sdk/([^"]*)": "\^1.0.0-beta.([\d])” Replace key: "@aws-sdk/$1": "1.0.0-beta.$2" in package.json
Confirmed that integration tests are successful when run locally: $ yarn && yarn build:all
$ AWS_PROFILE=<teamProfile> yarn test:integration
yarn run v1.22.4
$ cucumber-js --fail-fast
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
153 scenarios (153 passed)
534 steps (534 passed)
1m03.135s
Done in 65.91s. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Test publish commit using Verified that packages of the versions updated were exact. Command run for creating GitHub release commit:
|
Succeeded by #1110 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue #, if available:
Fixes #1072
Description of changes:
uses exact internal dependencies
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.