@libp2p/mplex 11.0.15 → 11.0.16
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/mplex",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.16",
|
4
4
|
"description": "JavaScript implementation of https://github.com/libp2p/mplex",
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/stream-multiplexer-mplex#readme",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"uint8arrays": "^5.1.0"
|
73
73
|
},
|
74
74
|
"devDependencies": {
|
75
|
-
"@libp2p/interface-compliance-tests": "^6.2.
|
75
|
+
"@libp2p/interface-compliance-tests": "^6.2.2",
|
76
76
|
"@libp2p/logger": "^5.1.5",
|
77
77
|
"aegir": "^45.0.5",
|
78
78
|
"benchmark": "^2.1.4",
|