File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 155
155
"@ipld/dag-pb" : " ^2.0.2" ,
156
156
"@multiformats/murmur3" : " ^1.0.3" ,
157
157
"err-code" : " ^3.0.1" ,
158
- "hamt-sharding" : " ^2 .0.0" ,
158
+ "hamt-sharding" : " ^3 .0.0" ,
159
159
"interface-blockstore" : " ^2.0.3" ,
160
160
"ipfs-unixfs" : " ^6.0.0" ,
161
161
"it-last" : " ^1.0.5" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ const toPrefix = (position) => {
63
63
}
64
64
65
65
/**
66
- * @param {import('hamt-sharding').Bucket. BucketPosition<boolean> } position
66
+ * @param {import('hamt-sharding').BucketPosition<boolean> } position
67
67
*/
68
68
const toBucketPath = ( position ) => {
69
69
let bucket = position . bucket
Original file line number Diff line number Diff line change 155
155
"@multiformats/murmur3" : " ^1.0.3" ,
156
156
"bl" : " ^5.0.0" ,
157
157
"err-code" : " ^3.0.1" ,
158
- "hamt-sharding" : " ^2 .0.0" ,
158
+ "hamt-sharding" : " ^3 .0.0" ,
159
159
"interface-blockstore" : " ^2.0.3" ,
160
160
"ipfs-unixfs" : " ^6.0.0" ,
161
161
"it-all" : " ^1.0.5" ,
You can’t perform that action at this time.
0 commit comments