paulmillr / noble-hashes

Audited & minimal JS implementation of hash functions, MACs and KDFs.

Home Page:https://paulmillr.com/noble

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package subpath './_assert not exposed in exports.

Christopher-Stevers opened this issue · comments

'./_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.

Reinstalled and had no issues, sorry for the issue.