@libp2p/mplex 10.0.12 → 10.0.13-c9ed1c7d6

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.12",
3
+ "version": "10.0.13-c9ed1c7d6",
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",
@@ -61,8 +61,8 @@
61
61
  "test:electron-main": "aegir test -t electron-main"
62
62
  },
63
63
  "dependencies": {
64
- "@libp2p/interface": "^1.1.2",
65
- "@libp2p/utils": "^5.2.2",
64
+ "@libp2p/interface": "1.1.2-c9ed1c7d6",
65
+ "@libp2p/utils": "5.2.3-c9ed1c7d6",
66
66
  "it-pipe": "^3.0.1",
67
67
  "it-pushable": "^3.2.3",
68
68
  "it-stream-types": "^2.0.1",
@@ -71,8 +71,8 @@
71
71
  "uint8arrays": "^5.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@libp2p/interface-compliance-tests": "^5.1.3",
75
- "@libp2p/logger": "^4.0.5",
74
+ "@libp2p/interface-compliance-tests": "5.2.0-c9ed1c7d6",
75
+ "@libp2p/logger": "4.0.5-c9ed1c7d6",
76
76
  "aegir": "^42.0.0",
77
77
  "benchmark": "^2.1.4",
78
78
  "cborg": "^4.0.3",
@@ -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
- }