This repository was archived by the owner on Jul 21, 2023. It is now read-only.
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ js-libp2p-mplex
4
4
[ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://protocol.ai )
5
5
[ ![ ] ( https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square )] ( http://libp2p.io/ )
6
6
[ ![ ] ( https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23libp2p )
7
+ [ ![ Discourse posts] ( https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg )] ( https://discuss.libp2p.io )
7
8
[ ![ ] ( https://img.shields.io/codecov/c/github/libp2p/js-libp2p-mplex.svg?style=flat-square )] ( https://codecov.io/gh/libp2p/js-libp2p-mplex )
8
9
[ ![ ] ( https://img.shields.io/travis/libp2p/js-libp2p-mplex.svg?style=flat-square )] ( https://travis-ci.com/libp2p/js-libp2p-mplex )
9
10
[ ![ Dependency Status] ( https://david-dm.org/libp2p/js-libp2p-mplex.svg?style=flat-square )] ( https://david-dm.org/libp2p/js-libp2p-mplex )
Original file line number Diff line number Diff line change 31
31
},
32
32
"homepage" : " https://github.com/libp2p/js-libp2p-mplex#readme" ,
33
33
"devDependencies" : {
34
- "aegir" : " ^18.1.0 " ,
34
+ "aegir" : " ^18.2.1 " ,
35
35
"chai" : " ^4.2.0" ,
36
36
"chai-checkmark" : " ^1.0.1" ,
37
37
"dirty-chai" : " ^2.0.1" ,
38
38
"interface-stream-muxer" : " ~0.6.0" ,
39
39
"libp2p-tcp" : " ~0.13.0" ,
40
40
"libp2p-websockets" : " ~0.12.2" ,
41
- "multiaddr" : " ^6.0.4 " ,
41
+ "multiaddr" : " ^6.0.6 " ,
42
42
"pull-pair" : " ^1.1.0" ,
43
43
"through2" : " ^2.0.3"
44
44
},
45
45
"dependencies" : {
46
46
"async" : " ^2.6.2" ,
47
47
"chunky" : " 0.0.0" ,
48
48
"concat-stream" : " ^1.6.2" ,
49
- "debug" : " ^4.1.0 " ,
49
+ "debug" : " ^4.1.1 " ,
50
50
"interface-connection" : " ~0.3.3" ,
51
51
"pull-catch" : " ^1.0.1" ,
52
52
"pull-stream" : " ^3.6.9" ,
53
53
"pull-stream-to-stream" : " ^1.3.4" ,
54
54
"pump" : " ^3.0.0" ,
55
55
"readable-stream" : " ^3.1.1" ,
56
- "stream-to-pull-stream" : " ^1.7.2 " ,
56
+ "stream-to-pull-stream" : " ^1.7.3 " ,
57
57
"varint" : " ^5.0.0"
58
58
},
59
59
"contributors" : [
You can’t perform that action at this time.
0 commit comments