@libp2p/perf 4.0.11 → 4.0.12-f53f65d18
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
- package/dist/typedoc-urls.json +0 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/perf",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.12-f53f65d18",
|
4
4
|
"description": "Implementation of Perf Protocol",
|
5
5
|
"author": "@maschad / @marcopolo",
|
6
6
|
"license": "Apache-2.0 OR MIT",
|
@@ -52,14 +52,14 @@
|
|
52
52
|
"doc-check": "aegir doc-check"
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@libp2p/interface": "
|
56
|
-
"@libp2p/interface-internal": "
|
55
|
+
"@libp2p/interface": "2.2.1-f53f65d18",
|
56
|
+
"@libp2p/interface-internal": "2.1.1-f53f65d18",
|
57
57
|
"@multiformats/multiaddr": "^12.2.3",
|
58
58
|
"it-pushable": "^3.2.3"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
|
-
"@libp2p/interface-compliance-tests": "
|
62
|
-
"@libp2p/logger": "
|
61
|
+
"@libp2p/interface-compliance-tests": "6.1.10-f53f65d18",
|
62
|
+
"@libp2p/logger": "5.1.4-f53f65d18",
|
63
63
|
"aegir": "^44.0.1",
|
64
64
|
"it-last": "^3.0.6",
|
65
65
|
"it-pair": "^2.0.6",
|
package/dist/typedoc-urls.json
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"Perf": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.Perf.html",
|
3
|
-
".:Perf": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.Perf.html",
|
4
|
-
"PerfComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfComponents.html",
|
5
|
-
".:PerfComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfComponents.html",
|
6
|
-
"PerfInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfInit.html",
|
7
|
-
".:PerfInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfInit.html",
|
8
|
-
"PerfOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfOptions.html",
|
9
|
-
".:PerfOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfOptions.html",
|
10
|
-
"PerfOutput": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfOutput.html",
|
11
|
-
".:PerfOutput": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_perf.PerfOutput.html",
|
12
|
-
"perf": "https://libp2p.github.io/js-libp2p/functions/_libp2p_perf.perf-1.html",
|
13
|
-
".:perf": "https://libp2p.github.io/js-libp2p/functions/_libp2p_perf.perf-1.html"
|
14
|
-
}
|