Skip to content

fix[#337]: update @aws-sdk/types #373

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

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

texastony
Copy link
Contributor

@texastony texastony commented Jun 21, 2022

Issue #, if available: #337

Description of changes: Updated @aws-sdk/types via the following pattern:

  1. npm install @aws-sdk/types@^3.110.0 --save-dev
  2. For package in packages:
    cd package; less package.json; if aws-sdk/types present: npm install @aws-sdk/types@^3.110.0
  3. Test those changes
  4. Check package lock for any hold out types@^3.55.0, see @aws-sdk/hash-node bringing it in
  5. cd packages/sha256-universall; npm install @aws-sdk/hash-node@^3.110.0
  6. From root, run npm run clean; npm run test;

Should close #337

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@josecorella
Copy link
Contributor

nit: commit should be fix() not fix[]

@texastony
Copy link
Contributor Author

nit: commit should be fix() not fix[]

I realized that too late... but I can fix it in the squash and merge.

@texastony texastony merged commit b26a811 into aws:master Jun 21, 2022
@texastony texastony deleted the 337-aws-sdktypes310 branch June 21, 2022 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws-sdk/types@^3.1.0 dependency generates error TS2305 with aws-sdk/* since 3.54.1
2 participants