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

Commit 75c0018

Browse files
committed
update dependencies
1 parent 62cc2a5 commit 75c0018

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"fs-blob-store": "^5.2.1",
6767
"glob": "^7.0.3",
6868
"hapi": "^13.4.1",
69-
"ipfs-bitswap": "^0.4.1",
69+
"ipfs-bitswap": "^0.6.0",
7070
"ipfs-api": "^6.0.1",
7171
"ipfs-block": "^0.3.0",
7272
"ipfs-block-service": "^0.4.0",
@@ -77,8 +77,8 @@
7777
"ipfs-unixfs-engine": "^0.9.0",
7878
"isstream": "^0.1.2",
7979
"joi": "^8.0.5",
80-
"libp2p-ipfs": "^0.11.0",
81-
"libp2p-ipfs-browser": "^0.10.0",
80+
"libp2p-ipfs": "^0.12.0",
81+
"libp2p-ipfs-browser": "^0.12.0",
8282
"lodash.get": "^4.3.0",
8383
"lodash.set": "^4.2.0",
8484
"mafmt": "^2.1.1",

test/core/node-only/test-swarm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe('swarm', function () {
9090
it('libp2p.swarm.localAddrs', (done) => {
9191
nodeB.libp2p.swarm.localAddrs((err, res) => {
9292
expect(err).to.not.exist
93-
expect(res.length).to.equal(2)
93+
expect(res.length > 1).to.equal(true)
9494
done()
9595
})
9696
})

0 commit comments

Comments
 (0)