Problem:
Version 4.2.1 @aws-crypto/branch-keystore-node uses uuid here but uuid is not included in the package file. This causes a Runtime.ImportModuleError when running in an environment where uuid is not already available.
Solution:
Add uuid to package.json.
Out of scope:
N/A
Problem:
Version 4.2.1
@aws-crypto/branch-keystore-nodeusesuuidhere butuuidis not included in the package file. This causes aRuntime.ImportModuleErrorwhen running in an environment whereuuidis not already available.Solution:
Add
uuidtopackage.json.Out of scope:
N/A