@libp2p/mplex 5.0.0 → 5.1.2
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/package.json +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/mplex",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.1.2",
|
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-mplex#readme",
|
@@ -135,6 +135,7 @@
|
|
135
135
|
"lint": "aegir lint",
|
136
136
|
"dep-check": "aegir dep-check",
|
137
137
|
"build": "aegir build",
|
138
|
+
"benchmark": "node ./node_modules/.bin/benchmark benchmark/send-and-receive.js",
|
138
139
|
"test": "aegir test",
|
139
140
|
"test:chrome": "aegir test -t browser --cov",
|
140
141
|
"test:chrome-webworker": "aegir test -t webworker",
|
@@ -154,7 +155,7 @@
|
|
154
155
|
"any-signal": "^3.0.0",
|
155
156
|
"err-code": "^3.0.1",
|
156
157
|
"it-pipe": "^2.0.3",
|
157
|
-
"it-pushable": "^3.
|
158
|
+
"it-pushable": "^3.1.0",
|
158
159
|
"it-stream-types": "^1.0.4",
|
159
160
|
"uint8arraylist": "^2.1.1",
|
160
161
|
"uint8arrays": "^3.0.0",
|
@@ -173,6 +174,7 @@
|
|
173
174
|
"it-map": "^1.0.6",
|
174
175
|
"p-defer": "^4.0.0",
|
175
176
|
"random-int": "^3.0.0",
|
177
|
+
"@dapplion/benchmark": "^0.2.2",
|
176
178
|
"typescript": "^4.7.4"
|
177
179
|
},
|
178
180
|
"browser": {
|