File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 279
279
"@stablelib/sha256" : " ^2.0.0" ,
280
280
"@stablelib/sha512" : " ^2.0.0" ,
281
281
"@types/node" : " ^22.0.0" ,
282
- "aegir" : " ^45 .0.0" ,
282
+ "aegir" : " ^46 .0.0" ,
283
283
"buffer" : " ^6.0.3" ,
284
284
"cids" : " ^1.1.9" ,
285
285
"crypto-hash" : " ^3.0.0"
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ import { base58btc } from '../src/bases/base58.js'
9
9
import { base64 } from '../src/bases/base64.js'
10
10
import { fromHex , toHex , equals } from '../src/bytes.js'
11
11
import { sha256 , sha512 } from '../src/hashes/sha2.js'
12
- import { varint , CID , type MultihashDigest } from '../src/index.js'
12
+ import { varint , CID } from '../src/index.js'
13
13
import invalidMultihash from './fixtures/invalid-multihash.js'
14
+ import type { MultihashDigest } from '../src/index.js'
14
15
15
16
const textEncoder = new TextEncoder ( )
16
17
You can’t perform that action at this time.
0 commit comments