Skip to content

Commit 6507379

Browse files
authored
fix: lock wrtc to 0.1.1
* chore: update deps * fix: use only wrtc 0.1.1 * chore: update webrtc-star * chore: update circle * chore: no node10
1 parent 0bf203b commit 6507379

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: node_js
44

55
matrix:
66
include:
7-
- node_js: 'stable'
7+
- node_js: 8.11.1
88
env: CXX=g++-4.8
99

1010
script:

circle.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
machine:
22
node:
3-
version: stable
3+
version: 8.11.1
44

55
test:
6-
pre:
7-
- npm run lint
86
post:
97
- npm run coverage -- --upload --providers coveralls
108

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"libp2p-switch": "~0.39.2",
4444
"mafmt": "^6.0.0",
4545
"multiaddr": "^5.0.0",
46-
"peer-book": "~0.7.0",
46+
"peer-book": "~0.8.0",
4747
"peer-id": "~0.10.7",
4848
"libp2p-websockets": "^0.12.0",
4949
"peer-info": "~0.14.1"
@@ -62,15 +62,15 @@
6262
"libp2p-secio": "~0.10.0",
6363
"libp2p-spdy": "~0.12.1",
6464
"libp2p-tcp": "~0.12.0",
65-
"libp2p-webrtc-star": "~0.14.0",
6665
"libp2p-websocket-star": "~0.8.0",
6766
"libp2p-websocket-star-rendezvous": "~0.2.3",
6867
"lodash.times": "^4.3.2",
6968
"pull-goodbye": "0.0.2",
7069
"pull-serializer": "~0.3.2",
71-
"pull-stream": "^3.6.7",
72-
"sinon": "^5.0.2",
73-
"wrtc": "0.1.4"
70+
"pull-stream": "^3.6.8",
71+
"sinon": "^5.0.7",
72+
"libp2p-webrtc-star": "~0.15.0",
73+
"wrtc": "0.1.1"
7474
},
7575
"contributors": [
7676
"Chris Bratlien <chrisbratlien@gmail.com>",

0 commit comments

Comments
 (0)