@libp2p/webrtc 1.1.2 → 1.1.4

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/webrtc",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "A libp2p transport using WebRTC connections",
5
5
  "author": "",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -138,7 +138,7 @@
138
138
  },
139
139
  "dependencies": {
140
140
  "@chainsafe/libp2p-noise": "^11.0.0",
141
- "@libp2p/interface-connection": "^3.0.2",
141
+ "@libp2p/interface-connection": "^4.0.0",
142
142
  "@libp2p/interface-peer-id": "^2.0.0",
143
143
  "@libp2p/interface-peer-store": "^1.2.8",
144
144
  "@libp2p/interface-registrar": "^2.0.8",
@@ -147,7 +147,7 @@
147
147
  "@libp2p/interfaces": "^3.2.0",
148
148
  "@libp2p/logger": "^2.0.0",
149
149
  "@libp2p/peer-id": "^2.0.0",
150
- "@multiformats/multiaddr": "^12.0.0",
150
+ "@multiformats/multiaddr": "^12.1.1",
151
151
  "@protobuf-ts/runtime": "^2.8.0",
152
152
  "abortable-iterator": "^4.0.2",
153
153
  "err-code": "^3.0.1",
@@ -157,7 +157,7 @@
157
157
  "it-pipe": "^2.0.4",
158
158
  "it-pushable": "^3.1.0",
159
159
  "it-stream-types": "^1.0.4",
160
- "multiformats": "^11.0.0",
160
+ "multiformats": "^11.0.2",
161
161
  "multihashes": "^4.0.3",
162
162
  "p-defer": "^4.0.0",
163
163
  "protons-runtime": "^4.0.1",