This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 41
41
"is-stream" : " ^1.1.0" ,
42
42
"libp2p-crypto" : " ^0.12.1" ,
43
43
"lru-cache" : " ^4.1.2" ,
44
- "multiaddr" : " ^3.1 .0" ,
44
+ "multiaddr" : " ^4.0 .0" ,
45
45
"multibase" : " ^0.4.0" ,
46
46
"multihashes" : " ~0.4.13" ,
47
47
"ndjson" : " ^1.5.0" ,
53
53
"pull-pushable" : " ^2.2.0" ,
54
54
"pump" : " ^3.0.0" ,
55
55
"qs" : " ^6.5.1" ,
56
- "readable-stream" : " ^2.3.5 " ,
56
+ "readable-stream" : " ^2.3.6 " ,
57
57
"stream-http" : " ^2.8.1" ,
58
58
"stream-to-pull-stream" : " ^1.7.2" ,
59
59
"streamifier" : " ^0.1.1" ,
76
76
"eslint-plugin-react" : " ^7.7.0" ,
77
77
"go-ipfs-dep" : " ^0.4.14" ,
78
78
"gulp" : " ^3.9.1" ,
79
- "hapi" : " ^17.2.3 " ,
80
- "interface-ipfs-core" : " ~0.58.0 " ,
79
+ "hapi" : " ^17.3.1 " ,
80
+ "interface-ipfs-core" : " ~0.60.1 " ,
81
81
"ipfs" : " ~0.28.2" ,
82
82
"ipfsd-ctl" : " ~0.31.0" ,
83
83
"pre-commit" : " ^1.2.2" ,
84
- "pull-stream" : " ^3.6.2 " ,
85
- "socket.io" : " ^2.0.4 " ,
86
- "socket.io-client" : " ^2.0.4 " ,
84
+ "pull-stream" : " ^3.6.7 " ,
85
+ "socket.io" : " ^2.1.0 " ,
86
+ "socket.io-client" : " ^2.1.0 " ,
87
87
"stream-equal" : " ^1.1.1"
88
88
},
89
89
"pre-commit" : [
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ module.exports = (send, path) => {
78
78
qs [ 'cid-version' ] = propOrProp ( options , 'cid-version' , 'cidVersion' )
79
79
qs [ 'raw-leaves' ] = propOrProp ( options , 'raw-leaves' , 'rawLeaves' )
80
80
qs [ 'only-hash' ] = propOrProp ( options , 'only-hash' , 'onlyHash' )
81
+ qs [ 'wrap-with-directory' ] = propOrProp ( options , 'wrap-with-directory' , 'wrapWithDirectory' )
81
82
qs . hash = propOrProp ( options , 'hash' , 'hashAlg' )
82
83
83
84
const args = {
You can’t perform that action at this time.
0 commit comments