File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 279279 "@stablelib/sha256" : " ^2.0.0" ,
280280 "@stablelib/sha512" : " ^2.0.0" ,
281281 "@types/node" : " ^22.0.0" ,
282- "aegir" : " ^45 .0.0" ,
282+ "aegir" : " ^46 .0.0" ,
283283 "buffer" : " ^6.0.3" ,
284284 "cids" : " ^1.1.9" ,
285285 "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'
99import { base64 } from '../src/bases/base64.js'
1010import { fromHex , toHex , equals } from '../src/bytes.js'
1111import { 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'
1313import invalidMultihash from './fixtures/invalid-multihash.js'
14+ import type { MultihashDigest } from '../src/index.js'
1415
1516const textEncoder = new TextEncoder ( )
1617
You can’t perform that action at this time.
0 commit comments