@libp2p/perf 3.0.20 → 3.0.21
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
@@ -96,8 +96,8 @@ Loading this module through a script tag will make it's exports available as `Li
|
|
96
96
|
|
97
97
|
Licensed under either of
|
98
98
|
|
99
|
-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
100
|
-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
99
|
+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-perf/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
100
|
+
- MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-perf/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
101
101
|
|
102
102
|
# Contribution
|
103
103
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/perf",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.21",
|
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": "^1.
|
56
|
-
"@libp2p/interface-internal": "^1.1.
|
55
|
+
"@libp2p/interface": "^1.3.0",
|
56
|
+
"@libp2p/interface-internal": "^1.1.1",
|
57
57
|
"@multiformats/multiaddr": "^12.2.1",
|
58
58
|
"it-pushable": "^3.2.3"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
|
-
"@libp2p/interface-compliance-tests": "^5.4.
|
62
|
-
"@libp2p/logger": "^4.0.
|
61
|
+
"@libp2p/interface-compliance-tests": "^5.4.2",
|
62
|
+
"@libp2p/logger": "^4.0.11",
|
63
63
|
"aegir": "^42.2.5",
|
64
64
|
"it-last": "^3.0.4",
|
65
65
|
"it-pair": "^2.0.6",
|