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

Commit

Permalink
deps: update @multiformats/multiaddr to 12.x.x (#58)
Browse files Browse the repository at this point in the history
Also updates libp2p to 0.43.x
  • Loading branch information
achingbrain committed Mar 22, 2023
1 parent 2b7aa5e commit 1b3d005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@
"@libp2p/interface-transport": "^2.0.0",
"@libp2p/logger": "^2.0.2",
"@libp2p/peer-id": "^2.0.0",
"@multiformats/multiaddr": "^11.1.5",
"@multiformats/multiaddr": "^12.1.0",
"it-stream-types": "^1.0.4",
"multiformats": "^11.0.0",
"uint8arraylist": "^2.3.3"
},
"devDependencies": {
"aegir": "^38.1.7",
"libp2p": "^0.42.0"
"libp2p": "^0.43.2"
},
"browser": {
"./dist/src/listener.js": "./dist/src/listener.browser.js"
Expand Down
2 changes: 1 addition & 1 deletion test/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('libp2p-webtransport', () => {
await node.start()

const err = await expect(node.dial(ma)).to.eventually.be.rejected()
expect(err.errors[0].toString()).to.contain('Expected multiaddr to contain certhashes')
expect(err.toString()).to.contain('Expected multiaddr to contain certhashes')

await node.stop()
})
Expand Down

0 comments on commit 1b3d005

Please sign in to comment.