paulmillr / noble-hashes

Audited & minimal JS implementation of hash functions, MACs and KDFs.
https://paulmillr.com/noble
MIT License
573 stars 46 forks source link

Package subpath './_assert not exposed in exports. #37

Closed Christopher-Stevers closed 2 years ago

Christopher-Stevers commented 2 years ago

'./_assert' is not exposed in the package.json exports fields. This is causing js-ethereum-cryptography, which calls it here to fail on install in my docker. I'm guessing its just a matter of adding it back to the export field/reverting something, as js-ethereum-cryptography and noble-hashes were working properly until I reinstalled today.

Christopher-Stevers commented 2 years ago

Reinstalled and had no issues, sorry for the issue.