This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree 3 files changed +14
-13
lines changed
3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 17
17
"coverage-publish" : " aegir-coverage publish"
18
18
},
19
19
"dependencies" : {
20
- "async" : " ^2.0.1 " ,
21
- "babel-runtime" : " ^6.11.6 " ,
20
+ "async" : " ^2.1.2 " ,
21
+ "babel-runtime" : " ^6.18.0 " ,
22
22
"bl" : " ^1.1.2" ,
23
23
"bs58" : " ^3.0.0" ,
24
24
"detect-node" : " ^2.0.3" ,
25
25
"flatmap" : " 0.0.3" ,
26
- "glob" : " ^7.0.5 " ,
26
+ "glob" : " ^7.1.1 " ,
27
27
"ipfs-block" : " ^0.3.0" ,
28
- "ipfs-merkle- dag" : " ^0.7.1 " ,
28
+ "ipld- dag-pb " : " ^0.1.2 " ,
29
29
"is-ipfs" : " ^0.2.0" ,
30
30
"isstream" : " ^0.1.2" ,
31
31
"multiaddr" : " ^2.0.2" ,
34
34
"peer-id" : " ^0.7.0" ,
35
35
"peer-info" : " ^0.7.1" ,
36
36
"promisify-es6" : " ^1.0.1" ,
37
- "qs" : " ^6.2.1 " ,
37
+ "qs" : " ^6.3.0 " ,
38
38
"streamifier" : " ^0.1.1" ,
39
39
"tar-stream" : " ^1.5.2" ,
40
40
"wreck" : " ^10.0.0"
47
47
"url" : " https://github.com/ipfs/js-ipfs-api"
48
48
},
49
49
"devDependencies" : {
50
- "aegir" : " ^8.0.0 " ,
50
+ "aegir" : " ^8.1.2 " ,
51
51
"chai" : " ^3.5.0" ,
52
52
"gulp" : " ^3.9.1" ,
53
- "hapi" : " ^15.0.2 " ,
53
+ "hapi" : " ^15.2.0 " ,
54
54
"interface-ipfs-core" : " ^0.15.0" ,
55
55
"ipfsd-ctl" : " ^0.16.0" ,
56
56
"pre-commit" : " ^1.1.3" ,
57
- "socket.io" : " ^1.4.8 " ,
58
- "socket.io-client" : " ^1.4.8 " ,
57
+ "socket.io" : " ^1.5.1 " ,
58
+ "socket.io-client" : " ^1.5.1 " ,
59
59
"stream-equal" : " ^0.1.8" ,
60
- "stream-http" : " ^2.3.1 "
60
+ "stream-http" : " ^2.4.0 "
61
61
},
62
62
"pre-commit" : [
63
63
" lint" ,
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
3
- const DAGNode = require ( 'ipfs-merkle-dag' ) . DAGNode
4
- const DAGLink = require ( 'ipfs-merkle-dag' ) . DAGLink
3
+ const dagPB = require ( 'ipld-dag-pb' )
4
+ const DAGNode = dagPB . DAGNode
5
+ const DAGLink = dagPB . DAGLink
5
6
const promisify = require ( 'promisify-es6' )
6
7
const bs58 = require ( 'bs58' )
7
8
const bl = require ( 'bl' )
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
3
- const DAGNode = require ( 'ipfs-merkle- dag' ) . DAGNode
3
+ const DAGNode = require ( 'ipld- dag-pb ' ) . DAGNode
4
4
const bl = require ( 'bl' )
5
5
const parallel = require ( 'async/parallel' )
6
6
You can’t perform that action at this time.
0 commit comments