@libp2p/webrtc 1.1.3 → 1.1.5

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 (2) hide show
  1. package/dist/index.min.js +16 -16
  2. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/webrtc",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "A libp2p transport using WebRTC connections",
5
5
  "author": "",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -147,20 +147,20 @@
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",
154
154
  "it-length-prefixed": "^8.0.3",
155
155
  "it-merge": "^2.0.0",
156
156
  "it-pb-stream": "^3.2.1",
157
- "it-pipe": "^2.0.4",
157
+ "it-pipe": "^3.0.1",
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
- "protons-runtime": "^4.0.1",
163
+ "protons-runtime": "^5.0.0",
164
164
  "timeout-abort-controller": "^3.0.0",
165
165
  "uint8arraylist": "^2.3.3",
166
166
  "uint8arrays": "^4.0.2",
@@ -174,7 +174,7 @@
174
174
  "aegir": "^38.1.6",
175
175
  "eslint-plugin-etc": "^2.0.2",
176
176
  "it-pair": "^2.0.3",
177
- "protons": "^6.0.1",
177
+ "protons": "^7.0.2",
178
178
  "sinon": "^15.0.1"
179
179
  }
180
180
  }