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

Commit f2bc0e0

Browse files
committed
chore: update libp2p to 0.30
1 parent 1e1531f commit f2bc0e0

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

packages/ipfs-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,19 @@
8888
"it-first": "^1.0.4",
8989
"it-last": "^1.0.4",
9090
"it-pipe": "^1.1.0",
91-
"libp2p": "^0.29.3",
91+
"libp2p": "libp2p/js-libp2p#0.30.x",
9292
"libp2p-bootstrap": "^0.12.1",
9393
"libp2p-crypto": "^0.18.0",
94-
"libp2p-floodsub": "^0.23.1",
95-
"libp2p-gossipsub": "^0.6.1",
94+
"libp2p-floodsub": "^0.24.0",
95+
"libp2p-gossipsub": "^0.7.0",
9696
"libp2p-kad-dht": "^0.20.1",
9797
"libp2p-mdns": "^0.15.0",
9898
"libp2p-mplex": "^0.10.0",
9999
"libp2p-noise": "^2.0.1",
100100
"libp2p-record": "^0.9.0",
101101
"libp2p-tcp": "^0.15.1",
102102
"libp2p-webrtc-star": "^0.20.1",
103-
"libp2p-websockets": "^0.14.0",
103+
"libp2p-websockets": "^0.15.0",
104104
"mafmt": "^8.0.0",
105105
"merge-options": "^2.0.0",
106106
"mortice": "^2.0.0",

packages/ipfs-core/test/libp2p.spec.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ describe('libp2p customization', function () {
148148
},
149149
pubsub: {
150150
enabled: true,
151-
emitSelf: true,
152-
signMessages: true,
153-
strictSigning: true
151+
emitSelf: true
154152
}
155153
})
156154
const transports = Array.from(libp2p.transportManager.getTransports())

0 commit comments

Comments
 (0)