@libp2p/mplex 12.0.14 → 12.0.15-1ecf0e324
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/dist/index.min.js.map +2 -2
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +5 -5
- package/src/index.ts +1 -1
- package/dist/typedoc-urls.json +0 -6
package/dist/src/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* This is a [simple stream multiplexer(https://
|
|
4
|
+
* This is a [simple stream multiplexer(https://libp2p.io/docs/mplex/) that has been deprecated.
|
|
5
5
|
*
|
|
6
6
|
* Please use [@chainsafe/libp2p-yamux](https://www.npmjs.com/package/@chainsafe/libp2p-yamux) instead.
|
|
7
7
|
*
|
package/dist/src/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* This is a [simple stream multiplexer(https://
|
|
4
|
+
* This is a [simple stream multiplexer(https://libp2p.io/docs/mplex/) that has been deprecated.
|
|
5
5
|
*
|
|
6
6
|
* Please use [@chainsafe/libp2p-yamux](https://www.npmjs.com/package/@chainsafe/libp2p-yamux) instead.
|
|
7
7
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/mplex",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.15-1ecf0e324",
|
|
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",
|
|
@@ -55,16 +55,16 @@
|
|
|
55
55
|
"test:electron-main": "aegir test -t electron-main"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@libp2p/interface": "
|
|
59
|
-
"@libp2p/utils": "
|
|
58
|
+
"@libp2p/interface": "3.1.1-1ecf0e324",
|
|
59
|
+
"@libp2p/utils": "7.0.14-1ecf0e324",
|
|
60
60
|
"it-pushable": "^3.2.3",
|
|
61
61
|
"uint8-varint": "^2.0.4",
|
|
62
62
|
"uint8arraylist": "^2.4.8",
|
|
63
63
|
"uint8arrays": "^5.1.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@libp2p/interface-compliance-tests": "
|
|
67
|
-
"@libp2p/logger": "
|
|
66
|
+
"@libp2p/interface-compliance-tests": "7.0.15-1ecf0e324",
|
|
67
|
+
"@libp2p/logger": "6.2.3-1ecf0e324",
|
|
68
68
|
"aegir": "^47.0.22",
|
|
69
69
|
"benchmark": "^2.1.4",
|
|
70
70
|
"iso-random-stream": "^2.0.2",
|
package/src/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* This is a [simple stream multiplexer(https://
|
|
4
|
+
* This is a [simple stream multiplexer(https://libp2p.io/docs/mplex/) that has been deprecated.
|
|
5
5
|
*
|
|
6
6
|
* Please use [@chainsafe/libp2p-yamux](https://www.npmjs.com/package/@chainsafe/libp2p-yamux) instead.
|
|
7
7
|
*
|
package/dist/typedoc-urls.json
DELETED
|
@@ -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
|
-
}
|