File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
"fs-pull-blob-store" : " ^0.4.1" ,
38
38
"idb-pull-blob-store" : " ^0.5.1" ,
39
39
"interface-pull-blob-store" : " ^0.6.0" ,
40
- "lodash" : " ^4.16.6 " ,
41
- "multihashes" : " ^0.2.2 " ,
40
+ "lodash" : " ^4.17.2 " ,
41
+ "multihashes" : " ^0.3.0 " ,
42
42
"ncp" : " ^2.0.0" ,
43
43
"pre-commit" : " ^1.2.0" ,
44
44
"rimraf" : " ^2.5.4"
45
45
},
46
46
"dependencies" : {
47
47
"async" : " ^2.1.4" ,
48
48
"base32.js" : " ^0.1.0" ,
49
- "ipfs-block" : " ^0.5.0 " ,
49
+ "ipfs-block" : " ^0.5.3 " ,
50
50
"lock" : " ^0.1.3" ,
51
51
"multihashes" : " ^0.3.0" ,
52
52
"pull-defer" : " ^0.2.2" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = (repo) => {
14
14
describe ( 'blockstore' , ( ) => {
15
15
const helloKey = 'CIQLS/CIQLSTJHXGJU2PQIUUXFFV62PWV7VREE57RXUU4A52IIR55M4LX432I.data'
16
16
const blockCollection = _ . range ( 100 ) . map ( ( i ) => new Block ( new Buffer ( `hello-${ i } -${ Math . random ( ) } ` ) ) )
17
- const b = new Block ( 'hello world' )
17
+ const b = new Block ( new Buffer ( 'hello world' ) )
18
18
let bKey
19
19
20
20
before ( ( done ) => {
You can’t perform that action at this time.
0 commit comments