Skip to content

Commit a2f2150

Browse files
fix: upgrade @multiformats/sha3 to dedupe multiformats (#13)
1 parent 7e3d9bc commit a2f2150

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

package-lock.json

+11-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@multiformats/blake2": "^2.0.2",
3131
"@multiformats/murmur3": "^2.1.8",
32-
"@multiformats/sha3": "^2.0.15",
32+
"@multiformats/sha3": "^3.0.2",
3333
"multiformats": "^13.3.1",
3434
"uint8arrays": "^5.1.0"
3535
},

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
keccak256,
1414
keccak384,
1515
keccak512
16-
// @ts-expect-error types not well published
1716
} from '@multiformats/sha3'
1817
import { equals } from 'uint8arrays/equals'
1918

0 commit comments

Comments
 (0)