@libp2p/websockets 5.0.0 → 5.0.1

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/websockets",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "JavaScript implementation of the WebSockets 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-websockets#readme",
@@ -168,23 +168,23 @@
168
168
  "@multiformats/multiaddr-to-uri": "^9.0.2",
169
169
  "abortable-iterator": "^4.0.2",
170
170
  "err-code": "^3.0.1",
171
- "it-ws": "^5.0.0",
171
+ "it-ws": "^5.0.6",
172
172
  "p-defer": "^4.0.0",
173
173
  "p-timeout": "^6.0.0",
174
174
  "wherearewe": "^2.0.1"
175
175
  },
176
176
  "devDependencies": {
177
- "@libp2p/interface-mocks": "^7.0.1",
177
+ "@libp2p/interface-mocks": "^8.0.2",
178
178
  "@libp2p/interface-transport-compliance-tests": "^3.0.0",
179
179
  "@types/ws": "^8.2.2",
180
180
  "aegir": "^37.5.3",
181
181
  "is-loopback-addr": "^2.0.1",
182
- "it-all": "^1.0.6",
183
- "it-drain": "^1.0.5",
182
+ "it-all": "^2.0.0",
183
+ "it-drain": "^2.0.0",
184
184
  "it-goodbye": "^4.0.1",
185
185
  "it-pipe": "^2.0.3",
186
186
  "it-stream-types": "^1.0.4",
187
- "it-take": "^1.0.2",
187
+ "it-take": "^2.0.0",
188
188
  "p-wait-for": "^5.0.0",
189
189
  "uint8arraylist": "^2.3.2",
190
190
  "uint8arrays": "^4.0.2"