@libp2p/tcp 6.2.1 → 7.0.0
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
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
- [Usage](#usage)
|
|
14
14
|
- [API Docs](#api-docs)
|
|
15
15
|
- [License](#license)
|
|
16
|
-
- [
|
|
16
|
+
- [Contribution](#contribution)
|
|
17
17
|
|
|
18
18
|
## Install
|
|
19
19
|
|
|
@@ -82,6 +82,6 @@ Licensed under either of
|
|
|
82
82
|
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
83
83
|
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
84
84
|
|
|
85
|
-
##
|
|
85
|
+
## Contribution
|
|
86
86
|
|
|
87
87
|
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/tcp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "A TCP transport for libp2p",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p-tcp#readme",
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"release": "aegir release"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@libp2p/interface-connection": "^
|
|
144
|
+
"@libp2p/interface-connection": "^5.0.0",
|
|
145
145
|
"@libp2p/interface-metrics": "^4.0.0",
|
|
146
|
-
"@libp2p/interface-transport": "^
|
|
146
|
+
"@libp2p/interface-transport": "^3.0.0",
|
|
147
147
|
"@libp2p/interfaces": "^3.2.0",
|
|
148
148
|
"@libp2p/logger": "^2.0.0",
|
|
149
149
|
"@libp2p/utils": "^3.0.2",
|
|
@@ -152,11 +152,11 @@
|
|
|
152
152
|
"stream-to-it": "^0.2.2"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
|
-
"@libp2p/interface-mocks": "^
|
|
155
|
+
"@libp2p/interface-mocks": "^10.0.0",
|
|
156
156
|
"@libp2p/interface-transport-compliance-tests": "^3.0.0",
|
|
157
157
|
"aegir": "^38.1.0",
|
|
158
158
|
"it-all": "^3.0.1",
|
|
159
|
-
"it-pipe": "^
|
|
159
|
+
"it-pipe": "^3.0.1",
|
|
160
160
|
"p-defer": "^4.0.0",
|
|
161
161
|
"sinon": "^15.0.0",
|
|
162
162
|
"uint8arrays": "^4.0.2"
|