@libp2p/webtransport 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/webtransport",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "JavaScript implementation of the WebTransport module that libp2p uses and that implements the interface-transport spec",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-webtransport#readme",
@@ -161,14 +161,14 @@
161
161
  "@libp2p/interface-transport": "^2.0.0",
162
162
  "@libp2p/logger": "^2.0.2",
163
163
  "@libp2p/peer-id": "^2.0.0",
164
- "@multiformats/multiaddr": "^11.1.5",
164
+ "@multiformats/multiaddr": "^12.1.0",
165
165
  "it-stream-types": "^1.0.4",
166
166
  "multiformats": "^11.0.0",
167
167
  "uint8arraylist": "^2.3.3"
168
168
  },
169
169
  "devDependencies": {
170
170
  "aegir": "^38.1.7",
171
- "libp2p": "^0.42.0"
171
+ "libp2p": "^0.43.2"
172
172
  },
173
173
  "browser": {
174
174
  "./dist/src/listener.js": "./dist/src/listener.browser.js"