Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: update libp2p to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Nov 27, 2020
1 parent 1e1531f commit f2bc0e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,19 @@
"it-first": "^1.0.4",
"it-last": "^1.0.4",
"it-pipe": "^1.1.0",
"libp2p": "^0.29.3",
"libp2p": "libp2p/js-libp2p#0.30.x",
"libp2p-bootstrap": "^0.12.1",
"libp2p-crypto": "^0.18.0",
"libp2p-floodsub": "^0.23.1",
"libp2p-gossipsub": "^0.6.1",
"libp2p-floodsub": "^0.24.0",
"libp2p-gossipsub": "^0.7.0",
"libp2p-kad-dht": "^0.20.1",
"libp2p-mdns": "^0.15.0",
"libp2p-mplex": "^0.10.0",
"libp2p-noise": "^2.0.1",
"libp2p-record": "^0.9.0",
"libp2p-tcp": "^0.15.1",
"libp2p-webrtc-star": "^0.20.1",
"libp2p-websockets": "^0.14.0",
"libp2p-websockets": "^0.15.0",
"mafmt": "^8.0.0",
"merge-options": "^2.0.0",
"mortice": "^2.0.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/ipfs-core/test/libp2p.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ describe('libp2p customization', function () {
},
pubsub: {
enabled: true,
emitSelf: true,
signMessages: true,
strictSigning: true
emitSelf: true
}
})
const transports = Array.from(libp2p.transportManager.getTransports())
Expand Down

0 comments on commit f2bc0e0

Please sign in to comment.