paulmillr/noble-ciphers

Downstream builds failing due to ambiguous import

Closed this issue · 0 comments

Getting a build error due to missing extension specifier in an import:

ERROR in ./node_modules/@noble/ciphers/esm/utils.js 2:0-53
Module not found: Error: Can't resolve './_assert' in '/.../node_modules/@noble/ciphers/esm'
Did you mean '_assert.js'?
...

Build logs showing the error
Version: @noble/ciphers@0.5.0

I believe the fix is simple and will be proposing a PR. See #25