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

Commit 1b3d005

Browse files
authored
deps: update @multiformats/multiaddr to 12.x.x (#58)
Also updates libp2p to 0.43.x
1 parent 2b7aa5e commit 1b3d005

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@
161161
"@libp2p/interface-transport": "^2.0.0",
162162
"@libp2p/logger": "^2.0.2",
163163
"@libp2p/peer-id": "^2.0.0",
164-
"@multiformats/multiaddr": "^11.1.5",
164+
"@multiformats/multiaddr": "^12.1.0",
165165
"it-stream-types": "^1.0.4",
166166
"multiformats": "^11.0.0",
167167
"uint8arraylist": "^2.3.3"
168168
},
169169
"devDependencies": {
170170
"aegir": "^38.1.7",
171-
"libp2p": "^0.42.0"
171+
"libp2p": "^0.43.2"
172172
},
173173
"browser": {
174174
"./dist/src/listener.js": "./dist/src/listener.browser.js"

test/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('libp2p-webtransport', () => {
8484
await node.start()
8585

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

8989
await node.stop()
9090
})

0 commit comments

Comments
 (0)