Skip to content

Commit 565813b

Browse files
authored
feat: async peerstore (#55)
Refactors interfaces and classes used by `libp2p-interfaces` to use the async peer store from libp2p/js-libp2p#1058 BREAKING CHANGE: peerstore methods are now all async
1 parent d53d771 commit 565813b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@
4444
],
4545
"dependencies": {
4646
"aegir": "^36.0.0",
47-
"cross-env": "^7.0.0",
4847
"debug": "^4.1.1",
4948
"execa": "^4.0.0",
5049
"go-libp2p-dep": "^0.11.3",
5150
"it-first": "^1.0.7",
52-
"libp2p-daemon": "^0.9.1",
53-
"libp2p-daemon-client": "^0.10.0",
51+
"libp2p-daemon": "^0.10.0",
52+
"libp2p-daemon-client": "^0.11.0",
5453
"multiaddr": "^10.0.1",
5554
"multiformats": "^9.4.5",
5655
"p-retry": "^4.2.0",

0 commit comments

Comments
 (0)