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
* crypto: depend on @noble/hashes >= 1.8.0
This dependency should have been raised back in
commit 4bcbbfd
which added .js extension imports (because all
extensionless imports are deprecated).
* revert "Remove .js extensions from @noble/hashes imports"
This undoes the changes in commit 31e71f9
* always import @noble/hashes with .js extension
extensionless imports are deprecated in 1.8 and removed in 2.0.
Missed these two in the earlier deprecation warnings fixes#1767.
0 commit comments