Skip to content

Commit 86ee1b6

Browse files
committed
feat: simplify circuit loading
1 parent c264436 commit 86ee1b6

File tree

5 files changed

+451
-456
lines changed

5 files changed

+451
-456
lines changed

package.json

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@
3838
"homepage": "https://github.com/libp2p/js-libp2p",
3939
"dependencies": {
4040
"async": "^2.5.0",
41-
"libp2p-ping": "~0.5.0",
42-
"libp2p-swarm": "~0.31.0",
41+
"libp2p-circuit": "0.0.2",
42+
"libp2p-ping": "~0.4.0",
43+
"libp2p-swarm": "~0.29.1",
4344
"mafmt": "^2.1.8",
4445
"multiaddr": "^2.3.0",
45-
"peer-book": "~0.5.0",
46-
"peer-id": "~0.9.0",
47-
"peer-info": "~0.10.0"
46+
"peer-book": "~0.4.0",
47+
"peer-id": "~0.8.7",
48+
"peer-info": "~0.9.2"
4849
},
4950
"devDependencies": {
5051
"aegir": "^11.0.2",
@@ -70,17 +71,6 @@
7071
"electron-webrtc": "^0.3.0",
7172
"wrtc": "0.0.62"
7273
},
73-
"dependencies": {
74-
"async": "^2.5.0",
75-
"libp2p-ping": "~0.4.0",
76-
"libp2p-swarm": "~0.29.1",
77-
"libp2p-circuit": "~0.0.1",
78-
"mafmt": "^2.1.8",
79-
"multiaddr": "^2.3.0",
80-
"peer-book": "~0.4.0",
81-
"peer-id": "~0.8.7",
82-
"peer-info": "~0.9.2"
83-
},
8474
"contributors": [
8575
"Chris Bratlien <[email protected]>",
8676
"David Dias <[email protected]>",
@@ -90,4 +80,4 @@
9080
"greenkeeperio-bot <[email protected]>",
9181
"mayerwin <[email protected]>"
9282
]
93-
}
83+
}

0 commit comments

Comments
 (0)