File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 156
156
"@multiformats/murmur3" : " ^1.0.3" ,
157
157
"err-code" : " ^3.0.1" ,
158
158
"hamt-sharding" : " ^3.0.0" ,
159
- "interface-blockstore" : " ^2 .0.3 " ,
160
- "ipfs-unixfs" : " ^6 .0.0" ,
159
+ "interface-blockstore" : " ^3 .0.0 " ,
160
+ "ipfs-unixfs" : " ^7 .0.0" ,
161
161
"it-last" : " ^1.0.5" ,
162
162
"multiformats" : " ^9.4.2" ,
163
163
"uint8arrays" : " ^3.0.0"
166
166
"@types/sinon" : " ^10.0.0" ,
167
167
"abort-controller" : " ^3.0.0" ,
168
168
"aegir" : " ^37.5.0" ,
169
- "blockstore-core" : " ^1 .0.5 " ,
169
+ "blockstore-core" : " ^2 .0.1 " ,
170
170
"crypto-browserify" : " ^3.12.0" ,
171
- "ipfs-unixfs-importer" : " ^9 .0.0" ,
171
+ "ipfs-unixfs-importer" : " ^10 .0.0" ,
172
172
"it-all" : " ^1.0.5" ,
173
173
"it-buffer-stream" : " ^2.0.0" ,
174
174
"it-first" : " ^1.0.6" ,
Original file line number Diff line number Diff line change @@ -1107,7 +1107,7 @@ describe('configuration', () => {
1107
1107
path : 'path' ,
1108
1108
content : 'content'
1109
1109
} ] , block , {
1110
- /** @type {import('ipfs-unixfs-importer/src/types ').DAGBuilder } */
1110
+ /** @type {import('ipfs-unixfs-importer').DAGBuilder } */
1111
1111
dagBuilder : async function * ( source , block , opts ) { // eslint-disable-line require-await
1112
1112
yield function ( ) {
1113
1113
return Promise . resolve ( {
@@ -1118,7 +1118,7 @@ describe('configuration', () => {
1118
1118
} )
1119
1119
}
1120
1120
} ,
1121
- /** @type {import('ipfs-unixfs-importer/src/types ').TreeBuilder } */
1121
+ /** @type {import('ipfs-unixfs-importer').TreeBuilder } */
1122
1122
treeBuilder : async function * ( source , block , opts ) { // eslint-disable-line require-await
1123
1123
builtTree = true
1124
1124
yield * source
Original file line number Diff line number Diff line change 156
156
"bl" : " ^5.0.0" ,
157
157
"err-code" : " ^3.0.1" ,
158
158
"hamt-sharding" : " ^3.0.0" ,
159
- "interface-blockstore" : " ^2 .0.3 " ,
160
- "ipfs-unixfs" : " ^6 .0.0" ,
159
+ "interface-blockstore" : " ^3 .0.0 " ,
160
+ "ipfs-unixfs" : " ^7 .0.0" ,
161
161
"it-all" : " ^1.0.5" ,
162
162
"it-batch" : " ^1.0.8" ,
163
163
"it-first" : " ^1.0.6" ,
170
170
"devDependencies" : {
171
171
"aegir" : " ^37.5.0" ,
172
172
"assert" : " ^2.0.0" ,
173
- "blockstore-core" : " ^1 .0.5 " ,
173
+ "blockstore-core" : " ^2 .0.1 " ,
174
174
"it-buffer-stream" : " ^2.0.0" ,
175
- "wherearewe" : " ^1 .0.0 "
175
+ "wherearewe" : " ^2 .0.1 "
176
176
},
177
177
"browser" : {
178
178
"fs" : false
You can’t perform that action at this time.
0 commit comments