aws / aws-sdk-js-crypto-helpers

AWS Cryptographic helpers for Javascript and Node.js
Apache License 2.0
62 stars 34 forks source link

fix: pin @aws-sdk/types & tslib to minor #809

Closed texastony closed 8 months ago

texastony commented 8 months ago

Issue #, if available: fixes #779, though a release will be needed. Closes #781

Description of changes:

For package in packages:

  if tslib & sdk/types:
    npm add @aws-sdk/types@~3.413.0 tslib@~2.6.2
  if tlsib & !sdk/types:
   npm add tslib@~2.6.2

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