File tree Expand file tree Collapse file tree 4 files changed +156
-155
lines changed
js/src/main/scala/scorex/crypto/hash Expand file tree Collapse file tree 4 files changed +156
-155
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ lazy val scryptoJS = scrypto.js
102102 // how to setup ScalablyTyped https://scalablytyped.org/docs/library-developer
103103 stOutputPackage := " scorex" ,
104104 Compile / npmDependencies ++= Seq (
105- " @noble/hashes" -> " 1.1.4 "
105+ " @noble/hashes" -> " 1.6.0 "
106106 ),
107107 useYarn := false
108108 )
Original file line number Diff line number Diff line change 11package scorex .crypto .hash
22
3- import scorex .nobleHashes .blake2Mod .BlakeOpts
3+ import scorex .nobleHashes .blakeMod .BlakeOpts
44import scorex .nobleHashes .blake2bMod .blake2b
55import scorex .nobleHashes .sha256Mod .sha256
66import scorex .nobleHashes .utilsMod
Original file line number Diff line number Diff line change 1212 },
1313 "homepage" : " https://github.com/input-output-hk/scrypto/README.md" ,
1414 "dependencies" : {
15- "@noble/hashes" : " 1.1.4 "
15+ "@noble/hashes" : " 1.6.0 "
1616 },
1717 "devDependencies" : {
18- "jest" : " ^29.0.3 " ,
18+ "jest" : " ^29.7.0 " ,
1919 "shx" : " ^0.3.4" ,
20- "typescript" : " ^4.9.4 "
20+ "typescript" : " ^5.8.2 "
2121 }
2222}
You can’t perform that action at this time.
0 commit comments