@libp2p/mplex 10.0.20 → 10.0.21-90cfd25e2

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/README.md CHANGED
@@ -31,8 +31,8 @@ Loading this module through a script tag will make it's exports available as `Li
31
31
 
32
32
  Licensed under either of
33
33
 
34
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
35
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
34
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/stream-multiplexer-mplex/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
35
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/stream-multiplexer-mplex/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
36
36
 
37
37
  # Contribution
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/mplex",
3
- "version": "10.0.20",
3
+ "version": "10.0.21-90cfd25e2",
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,8 +62,8 @@
62
62
  "test:electron-main": "aegir test -t electron-main"
63
63
  },
64
64
  "dependencies": {
65
- "@libp2p/interface": "^1.2.0",
66
- "@libp2p/utils": "^5.3.1",
65
+ "@libp2p/interface": "1.3.0-90cfd25e2",
66
+ "@libp2p/utils": "5.3.2-90cfd25e2",
67
67
  "it-pipe": "^3.0.1",
68
68
  "it-pushable": "^3.2.3",
69
69
  "it-stream-types": "^2.0.1",
@@ -72,8 +72,8 @@
72
72
  "uint8arrays": "^5.0.3"
73
73
  },
74
74
  "devDependencies": {
75
- "@libp2p/interface-compliance-tests": "^5.4.1",
76
- "@libp2p/logger": "^4.0.10",
75
+ "@libp2p/interface-compliance-tests": "5.4.2-90cfd25e2",
76
+ "@libp2p/logger": "4.0.11-90cfd25e2",
77
77
  "aegir": "^42.2.5",
78
78
  "benchmark": "^2.1.4",
79
79
  "cborg": "^4.1.4",
@@ -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
- }