@libp2p/mplex 10.0.23 → 10.0.24-167bf2b3c

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/mplex",
3
- "version": "10.0.23",
3
+ "version": "10.0.24-167bf2b3c",
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",
@@ -62,27 +62,27 @@
62
62
  "test:electron-main": "aegir test -t electron-main"
63
63
  },
64
64
  "dependencies": {
65
- "@libp2p/interface": "^1.3.1",
66
- "@libp2p/utils": "^5.4.1",
65
+ "@libp2p/interface": "1.4.0-167bf2b3c",
66
+ "@libp2p/utils": "5.4.2-167bf2b3c",
67
67
  "it-pipe": "^3.0.1",
68
68
  "it-pushable": "^3.2.3",
69
69
  "it-stream-types": "^2.0.1",
70
70
  "uint8-varint": "^2.0.4",
71
71
  "uint8arraylist": "^2.4.8",
72
- "uint8arrays": "^5.0.3"
72
+ "uint8arrays": "^5.1.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@libp2p/interface-compliance-tests": "^5.4.4",
76
- "@libp2p/logger": "^4.0.12",
77
- "aegir": "^42.2.5",
75
+ "@libp2p/interface-compliance-tests": "5.4.5-167bf2b3c",
76
+ "@libp2p/logger": "4.0.13-167bf2b3c",
77
+ "aegir": "^42.2.11",
78
78
  "benchmark": "^2.1.4",
79
- "cborg": "^4.1.4",
79
+ "cborg": "^4.2.0",
80
80
  "delay": "^6.0.0",
81
81
  "iso-random-stream": "^2.0.2",
82
- "it-all": "^3.0.4",
83
- "it-drain": "^3.0.5",
84
- "it-foreach": "^2.0.6",
85
- "it-map": "^3.0.5",
82
+ "it-all": "^3.0.6",
83
+ "it-drain": "^3.0.7",
84
+ "it-foreach": "^2.1.0",
85
+ "it-map": "^3.1.0",
86
86
  "it-pair": "^2.0.6",
87
87
  "p-defer": "^4.0.1",
88
88
  "random-int": "^3.0.0"
@@ -1,6 +0,0 @@
1
- {
2
- "MplexInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_mplex.MplexInit.html",
3
- ".:MplexInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_mplex.MplexInit.html",
4
- "mplex": "https://libp2p.github.io/js-libp2p/functions/_libp2p_mplex.mplex.html",
5
- ".:mplex": "https://libp2p.github.io/js-libp2p/functions/_libp2p_mplex.mplex.html"
6
- }