This repository was archived by the owner on Feb 26, 2021. It is now read-only.
File tree 4 files changed +46
-17
lines changed
4 files changed +46
-17
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ cache : npm
3
+ stages :
4
+ - check
5
+ - test
6
+ - cov
7
+
8
+ node_js :
9
+ - ' 10'
10
+
11
+ os :
12
+ - linux
13
+ - osx
14
+ - windows
15
+
16
+ script : npx nyc -s npm run test:node -- --bail
17
+ after_success : npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
18
+
19
+ jobs :
20
+ include :
21
+ - stage : check
22
+ script :
23
+ - npx aegir commitlint --travis
24
+ - npx aegir dep-check -- -i wrtc -i electron-webrtc
25
+ - npm run lint
26
+
27
+ notifications :
28
+ email : false
Original file line number Diff line number Diff line change 1
1
# libp2p-websocket-star-rendezvous
2
2
3
3
[ ![ ] ( https://img.shields.io/badge/made%20by-mkg20001-blue.svg?style=flat-square )] ( http://ipn.io )
4
- [ ![ Travis] ( https://travis-ci.org/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square )] ( https://travis-ci.org/libp2p/js-libp2p-websocket-star-rendezvous )
5
- [ ![ Circle] ( https://circleci.com/gh/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=svg )] ( https://circleci.com/gh/libp2p/js-libp2p-websocket-star-rendezvous )
6
- [ ![ Coverage] ( https://coveralls.io/repos/github/libp2p/js-libp2p-websocket-star-rendezvous/badge.svg?branch=master )] ( https://coveralls.io/github/libp2p/js-libp2p-websocket-star-rendezvous?branch=master )
7
- [ ![ david-dm] ( https://david-dm.org/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square )] ( https://david-dm.org/libp2p/js-libp2p-websocket-star-rendezvous )
4
+ [ ![ ] ( https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square )] ( http://libp2p.io/ )
5
+ [ ![ ] ( https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23libp2p )
6
+ [ ![ Discourse posts] ( https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg )] ( https://discuss.libp2p.io )
7
+ [ ![ ] ( https://img.shields.io/codecov/c/github/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square )] ( https://codecov.io/gh/libp2p/js-libp2p-websocket-star-rendezvous )
8
+ [ ![ ] ( https://img.shields.io/travis/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square )] ( https://travis-ci.com/libp2p/js-libp2p-websocket-star-rendezvous )
9
+ [ ![ Dependency Status] ( https://david-dm.org/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square )] ( https://david-dm.org/libp2p/js-libp2p-websocket-star-rendezvous )
10
+ [ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
8
11
9
12
> The rendezvous service for [ libp2p-websocket-star] ( https://github.com/libp2p/js-libp2p-websocket-star ) .
10
13
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 30
30
],
31
31
"license" : " MIT" ,
32
32
"dependencies" : {
33
- "async" : " ^2.6.1 " ,
33
+ "async" : " ^2.6.2 " ,
34
34
"data-queue" : " 0.0.3" ,
35
- "debug" : " ^4.1.0 " ,
35
+ "debug" : " ^4.1.1 " ,
36
36
"epimetheus" : " ^1.0.92" ,
37
37
"hapi" : " ^16.6.2" ,
38
38
"inert" : " ^4.2.1" ,
39
- "libp2p-crypto" : " ~0.14 .1" ,
40
- "mafmt" : " ^6.0.2 " ,
39
+ "libp2p-crypto" : " ~0.16 .1" ,
40
+ "mafmt" : " ^6.0.7 " ,
41
41
"merge-recursive" : " 0.0.3" ,
42
42
"minimist" : " ^1.2.0" ,
43
- "multiaddr" : " ^5 .0.2 " ,
43
+ "multiaddr" : " ^6 .0.6 " ,
44
44
"once" : " ^1.4.0" ,
45
- "peer-id" : " ~0.12.0 " ,
46
- "peer-info" : " ~0.14 .1" ,
47
- "prom-client" : " ^11.1.3 " ,
48
- "socket.io" : " ^2.1.1 " ,
49
- "socket.io-client" : " ^2.1.1 " ,
45
+ "peer-id" : " ~0.12.2 " ,
46
+ "peer-info" : " ~0.15 .1" ,
47
+ "prom-client" : " ^11.3.0 " ,
48
+ "socket.io" : " ^2.2.0 " ,
49
+ "socket.io-client" : " ^2.2.0 " ,
50
50
"socket.io-pull-stream" : " ~0.1.5" ,
51
51
"uuid" : " ^3.3.2"
52
52
},
53
53
"directories" : {
54
54
"test" : " test"
55
55
},
56
56
"devDependencies" : {
57
- "aegir" : " ^17.1.1 " ,
57
+ "aegir" : " ^18.2.2 " ,
58
58
"chai" : " ^4.2.0" ,
59
59
"dirty-chai" : " ^2.0.1" ,
60
60
"lodash" : " ^4.17.11"
You can’t perform that action at this time.
0 commit comments