Skip to content

Commit 50a7607

Browse files
authoredAug 11, 2022
deps: update hamt-sharding to 3.0.0 (#244)
1 parent 9fccb7c commit 50a7607

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎packages/ipfs-unixfs-exporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"@ipld/dag-pb": "^2.0.2",
156156
"@multiformats/murmur3": "^1.0.3",
157157
"err-code": "^3.0.1",
158-
"hamt-sharding": "^2.0.0",
158+
"hamt-sharding": "^3.0.0",
159159
"interface-blockstore": "^2.0.3",
160160
"ipfs-unixfs": "^6.0.0",
161161
"it-last": "^1.0.5",

‎packages/ipfs-unixfs-exporter/src/utils/find-cid-in-shard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const toPrefix = (position) => {
6363
}
6464

6565
/**
66-
* @param {import('hamt-sharding').Bucket.BucketPosition<boolean>} position
66+
* @param {import('hamt-sharding').BucketPosition<boolean>} position
6767
*/
6868
const toBucketPath = (position) => {
6969
let bucket = position.bucket

‎packages/ipfs-unixfs-importer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"@multiformats/murmur3": "^1.0.3",
156156
"bl": "^5.0.0",
157157
"err-code": "^3.0.1",
158-
"hamt-sharding": "^2.0.0",
158+
"hamt-sharding": "^3.0.0",
159159
"interface-blockstore": "^2.0.3",
160160
"ipfs-unixfs": "^6.0.0",
161161
"it-all": "^1.0.5",

0 commit comments

Comments
 (0)
Please sign in to comment.