@libp2p/mplex 10.0.15 → 10.0.16-2122a713d

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ # @libp2p/mplex
2
+
1
3
  [![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
2
4
  [![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io)
3
5
  [![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p)
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * @example
9
9
  *
10
- * ```js
10
+ * ```TypeScript
11
11
  * import { mplex } from '@libp2p/mplex'
12
12
  * import { pipe } from 'it-pipe'
13
13
  *
package/dist/src/index.js CHANGED
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * @example
9
9
  *
10
- * ```js
10
+ * ```TypeScript
11
11
  * import { mplex } from '@libp2p/mplex'
12
12
  * import { pipe } from 'it-pipe'
13
13
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/mplex",
3
- "version": "10.0.15",
3
+ "version": "10.0.16-2122a713d",
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",
@@ -50,6 +50,7 @@
50
50
  "clean": "aegir clean",
51
51
  "lint": "aegir lint",
52
52
  "dep-check": "aegir dep-check",
53
+ "doc-check": "aegir doc-check",
53
54
  "build": "aegir build",
54
55
  "benchmark": "node ./node_modules/.bin/benchmark benchmark/send-and-receive.js",
55
56
  "test": "aegir test",
@@ -61,21 +62,21 @@
61
62
  "test:electron-main": "aegir test -t electron-main"
62
63
  },
63
64
  "dependencies": {
64
- "@libp2p/interface": "^1.1.3",
65
- "@libp2p/utils": "^5.2.5",
65
+ "@libp2p/interface": "1.1.4-2122a713d",
66
+ "@libp2p/utils": "5.2.6-2122a713d",
66
67
  "it-pipe": "^3.0.1",
67
68
  "it-pushable": "^3.2.3",
68
69
  "it-stream-types": "^2.0.1",
69
70
  "uint8-varint": "^2.0.4",
70
71
  "uint8arraylist": "^2.4.8",
71
- "uint8arrays": "^5.0.1"
72
+ "uint8arrays": "^5.0.2"
72
73
  },
73
74
  "devDependencies": {
74
- "@libp2p/interface-compliance-tests": "^5.3.1",
75
- "@libp2p/logger": "^4.0.6",
76
- "aegir": "^42.2.3",
75
+ "@libp2p/interface-compliance-tests": "5.3.2-2122a713d",
76
+ "@libp2p/logger": "4.0.7-2122a713d",
77
+ "aegir": "^42.2.4",
77
78
  "benchmark": "^2.1.4",
78
- "cborg": "^4.0.8",
79
+ "cborg": "^4.0.9",
79
80
  "delay": "^6.0.0",
80
81
  "iso-random-stream": "^2.0.2",
81
82
  "it-all": "^3.0.4",
package/src/index.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * @example
9
9
  *
10
- * ```js
10
+ * ```TypeScript
11
11
  * import { mplex } from '@libp2p/mplex'
12
12
  * import { pipe } from 'it-pipe'
13
13
  *
@@ -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
- }