aws / aws-sdk-js-crypto-helpers

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

chore(deps): Migrate from deprecated `@aws-sdk/hash-node` to `@smithy/hash-node` #807

Closed haines closed 6 months ago

haines commented 9 months ago

Description of changes:

This PR prevents a deprecation warning on npm install by migrating from the deprecated @aws-sdk/hash-node to its replacement, @smithy/hash-node.

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

haines commented 6 months ago

@texastony I've rebased the branch, could you please take a look?