micro-key-producer icon indicating copy to clipboard operation
micro-key-producer copied to clipboard

Update `@noble/curves` or make dependencies matching less strict

Open mahnunchik opened this issue 1 year ago • 1 comments

Hello,

I've faced with the fact that clean installation of ed25519-keygen module installs two versions of @noble/hashes.

npm install ed25519-keygen

npm list @noble/hashes

[email protected] test-ed25519-keygen
└─┬ [email protected]
  ├─┬ @noble/[email protected]
  │ └── @noble/[email protected]
  └── @noble/[email protected]

It is not a big problem for a single usage but produces a lot of duplicates when using many @noble/* and @scure/* libraries.

mahnunchik avatar Feb 13 '24 23:02 mahnunchik

We already have it relaxed (~), but not too relaxed (^), it just needed a new release. Done! 0.4.11

paulmillr avatar Feb 14 '24 00:02 paulmillr