Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit d2b69b6

Browse files
authored
deps!: update stream types (#266)
1 parent c010d66 commit d2b69b6

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.gitignore

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
node_modules
2-
package-lock.json
3-
.coverage
4-
.nyc_output
5-
.docs
2+
build
63
dist
4+
.docs
5+
.coverage
6+
node_modules
7+
package-lock.json
8+
yarn.lock
9+
.vscode

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- [Usage](#usage)
1414
- [API Docs](#api-docs)
1515
- [License](#license)
16-
- [Contribute](#contribute)
16+
- [Contribution](#contribution)
1717

1818
## Install
1919

@@ -82,6 +82,6 @@ Licensed under either of
8282
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
8383
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
8484

85-
## Contribute
85+
## Contribution
8686

8787
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.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@
141141
"release": "aegir release"
142142
},
143143
"dependencies": {
144-
"@libp2p/interface-connection": "^4.0.0",
144+
"@libp2p/interface-connection": "^5.0.0",
145145
"@libp2p/interface-metrics": "^4.0.0",
146-
"@libp2p/interface-transport": "^2.0.0",
146+
"@libp2p/interface-transport": "^3.0.0",
147147
"@libp2p/interfaces": "^3.2.0",
148148
"@libp2p/logger": "^2.0.0",
149149
"@libp2p/utils": "^3.0.2",
@@ -152,7 +152,7 @@
152152
"stream-to-it": "^0.2.2"
153153
},
154154
"devDependencies": {
155-
"@libp2p/interface-mocks": "^9.1.1",
155+
"@libp2p/interface-mocks": "^10.0.0",
156156
"@libp2p/interface-transport-compliance-tests": "^3.0.0",
157157
"aegir": "^38.1.0",
158158
"it-all": "^3.0.1",

0 commit comments

Comments
 (0)