File tree 4 files changed +156
-155
lines changed
js/src/main/scala/scorex/crypto/hash
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
102
102
// how to setup ScalablyTyped https://scalablytyped.org/docs/library-developer
103
103
stOutputPackage := " scorex" ,
104
104
Compile / npmDependencies ++= Seq (
105
- " @noble/hashes" -> " 1.1.4 "
105
+ " @noble/hashes" -> " 1.6.0 "
106
106
),
107
107
useYarn := false
108
108
)
Original file line number Diff line number Diff line change 1
1
package scorex .crypto .hash
2
2
3
- import scorex .nobleHashes .blake2Mod .BlakeOpts
3
+ import scorex .nobleHashes .blakeMod .BlakeOpts
4
4
import scorex .nobleHashes .blake2bMod .blake2b
5
5
import scorex .nobleHashes .sha256Mod .sha256
6
6
import scorex .nobleHashes .utilsMod
Original file line number Diff line number Diff line change 12
12
},
13
13
"homepage" : " https://github.com/input-output-hk/scrypto/README.md" ,
14
14
"dependencies" : {
15
- "@noble/hashes" : " 1.1.4 "
15
+ "@noble/hashes" : " 1.6.0 "
16
16
},
17
17
"devDependencies" : {
18
- "jest" : " ^29.0.3 " ,
18
+ "jest" : " ^29.7.0 " ,
19
19
"shx" : " ^0.3.4" ,
20
- "typescript" : " ^4.9.4 "
20
+ "typescript" : " ^5.8.2 "
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments