File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ libp2p-switch JavaScript implementation
4
4
[ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io )
5
5
[ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
6
6
[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
7
+ [ ![ Discourse posts] ( https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg )] ( https://discuss.libp2p.io )
7
8
[ ![ Travis CI] ( https://flat.badgen.net/travis/libp2p/js-libp2p-switch )] ( https://travis-ci.com/libp2p/js-libp2p-switch )
8
9
[ ![ codecov] ( https://codecov.io/gh/libp2p/js-libp2p-switch/branch/master/graph/badge.svg )] ( https://codecov.io/gh/libp2p/js-libp2p-switch )
9
10
[ ![ Dependency Status] ( https://david-dm.org/libp2p/js-libp2p-switch.svg?style=flat-square )] ( https://david-dm.org/libp2p/js-libp2p-switch )
Original file line number Diff line number Diff line change 40
40
"npm" : " >=3.0.0"
41
41
},
42
42
"devDependencies" : {
43
- "aegir" : " ^18.1.0 " ,
43
+ "aegir" : " ^18.2.1 " ,
44
44
"chai" : " ^4.2.0" ,
45
45
"chai-checkmark" : " ^1.0.1" ,
46
46
"dirty-chai" : " ^2.0.1" ,
47
- "libp2p-mplex" : " ~0.8.4 " ,
47
+ "libp2p-mplex" : " ~0.8.5 " ,
48
48
"libp2p-pnet" : " ~0.1.0" ,
49
49
"libp2p-secio" : " ~0.11.1" ,
50
50
"libp2p-spdy" : " ~0.13.3" ,
53
53
"libp2p-websockets" : " ~0.12.2" ,
54
54
"peer-book" : " ~0.9.1" ,
55
55
"portfinder" : " ^1.0.20" ,
56
- "pull-length-prefixed" : " ^1.3.1 " ,
56
+ "pull-length-prefixed" : " ^1.3.2 " ,
57
57
"pull-mplex" : " ~0.1.2" ,
58
58
"pull-pair" : " ^1.1.0" ,
59
- "sinon" : " ^7.2.3 " ,
59
+ "sinon" : " ^7.3.1 " ,
60
60
"webrtcsupport" : " ^2.2.0"
61
61
},
62
62
"dependencies" : {
63
63
"async" : " ^2.6.2" ,
64
- "bignumber.js" : " ^8.0.2 " ,
64
+ "bignumber.js" : " ^8.1.1 " ,
65
65
"class-is" : " ^1.1.0" ,
66
66
"debug" : " ^4.1.1" ,
67
67
"err-code" : " ^1.1.2" ,
68
68
"fsm-event" : " ^2.1.0" ,
69
69
"hashlru" : " ^2.3.0" ,
70
70
"interface-connection" : " ~0.3.3" ,
71
- "libp2p-circuit" : " ~0.3.5 " ,
71
+ "libp2p-circuit" : " ~0.3.6 " ,
72
72
"libp2p-identify" : " ~0.7.6" ,
73
73
"moving-average" : " ^1.0.0" ,
74
74
"multiaddr" : " ^6.0.6" ,
You can’t perform that action at this time.
0 commit comments