This repository was archived by the owner on Jul 21, 2023. It is now read-only.
File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ libp2p-mdns JavaScript implementation
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-mdns.svg?style=flat-square )] ( https://codecov.io/gh/libp2p/js-libp2p-mdns )
8
9
[ ![ ] ( https://img.shields.io/travis/libp2p/js-libp2p-mdns.svg?style=flat-square )] ( https://travis-ci.com/libp2p/js-libp2p-mdns )
9
10
[ ![ Dependency Status] ( https://david-dm.org/libp2p/js-libp2p-mdns.svg?style=flat-square )] ( https://david-dm.org/libp2p/js-libp2p-mdns )
Original file line number Diff line number Diff line change 34
34
},
35
35
"homepage" : " https://github.com/libp2p/js-libp2p-mdns" ,
36
36
"devDependencies" : {
37
- "aegir" : " ^18.0 .2" ,
38
- "async" : " ^2.6.1 " ,
37
+ "aegir" : " ^18.2 .2" ,
38
+ "async" : " ^2.6.2 " ,
39
39
"chai" : " ^4.2.0" ,
40
40
"dirty-chai" : " ^2.0.1"
41
41
},
42
42
"dependencies" : {
43
43
"debug" : " ^4.1.1" ,
44
44
"libp2p-tcp" : " ~0.13.0" ,
45
- "multiaddr" : " ^6.0.2 " ,
45
+ "multiaddr" : " ^6.0.6 " ,
46
46
"multicast-dns" : " ^7.2.0" ,
47
- "peer-id" : " ~0.12.0 " ,
48
- "peer-info" : " ~0.15.0 "
47
+ "peer-id" : " ~0.12.2 " ,
48
+ "peer-info" : " ~0.15.1 "
49
49
},
50
50
"contributors" : [
51
51
" Alan Shaw <alan.shaw@protocol.ai>" ,
You can’t perform that action at this time.
0 commit comments