@libp2p/websockets 1.0.5 → 1.0.6
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/websockets",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
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,7 +168,7 @@
|
|
|
168
168
|
"@libp2p/interface-compliance-tests": "^1.1.21",
|
|
169
169
|
"@libp2p/interfaces": "^1.3.20",
|
|
170
170
|
"@types/ws": "^8.2.2",
|
|
171
|
-
"aegir": "^37.0.
|
|
171
|
+
"aegir": "^37.0.12",
|
|
172
172
|
"is-loopback-addr": "^2.0.1",
|
|
173
173
|
"it-all": "^1.0.6",
|
|
174
174
|
"it-drain": "^1.0.5",
|