You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { secp256r1, secp384r1, secp521r1 } from '@noble/curves/nist';
and since 1.9.3 this fails, as there are no longer any exported members with these names. The mitigation is simple - I just need to not use the aliased names - and I'm happy to apply that permanently.
I assume in upcoming 2.0 release these will be permanently gone. But I'm curious if it was intentional for them to be removed in 1.9.3? As it would constitute a breaking change, at least to me.