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

Commit d56fa4b

Browse files
authored
deps: update @multiformats/multiaddr to 11.0.0 (#188)
Also update project config
1 parent 217d1df commit d56fa4b

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ updates:
66
interval: daily
77
time: "10:00"
88
open-pull-requests-limit: 10
9+
commit-message:
10+
prefix: "deps"
11+
prefix-development: "deps(dev)"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- [Connection](#connection)
1818
- [Contribute](#contribute)
1919
- [License](#license)
20-
- [Contribution](#contribution)
20+
- [Contribute](#contribute-1)
2121

2222
## Install
2323

@@ -34,7 +34,7 @@ $ npm i @libp2p/webrtc-direct
3434

3535
```js
3636
import { WebRTCDirect } from '@libp2p/webrtc-direct'
37-
import { Multiaddr } from '@multiformats/multiaddr'
37+
import { multiaddr } from '@multiformats/multiaddr'
3838
import { pipe } from 'it-pipe'
3939
import all from 'it-all'
4040

@@ -107,6 +107,6 @@ Licensed under either of
107107
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
108108
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
109109

110-
## Contribution
110+
## Contribute
111111

112112
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

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@
6969
"release": "patch"
7070
},
7171
{
72-
"type": "chore",
72+
"type": "docs",
7373
"release": "patch"
7474
},
7575
{
76-
"type": "docs",
76+
"type": "test",
7777
"release": "patch"
7878
},
7979
{
80-
"type": "test",
80+
"type": "deps",
8181
"release": "patch"
8282
},
8383
{
@@ -107,7 +107,11 @@
107107
},
108108
{
109109
"type": "docs",
110-
"section": "Trivial Changes"
110+
"section": "Documentation"
111+
},
112+
{
113+
"type": "deps",
114+
"section": "Dependencies"
111115
},
112116
{
113117
"type": "test",
@@ -135,27 +139,27 @@
135139
"release": "aegir release"
136140
},
137141
"dependencies": {
138-
"@libp2p/interface-transport": "^1.0.3",
142+
"@libp2p/interface-transport": "^1.0.4",
139143
"@libp2p/interfaces": "^3.0.3",
140-
"@libp2p/logger": "^2.0.0",
141-
"@libp2p/utils": "^3.0.1",
144+
"@libp2p/logger": "^2.0.1",
145+
"@libp2p/utils": "^3.0.2",
142146
"@libp2p/webrtc-peer": "^2.0.0",
143-
"@multiformats/mafmt": "^11.0.2",
144-
"@multiformats/multiaddr": "^10.1.7",
147+
"@multiformats/mafmt": "^11.0.3",
148+
"@multiformats/multiaddr": "^11.0.0",
145149
"abortable-iterator": "^4.0.2",
146150
"err-code": "^3.0.0",
147151
"multiformats": "^9.4.5",
148152
"native-fetch": "^4.0.2",
149153
"p-event": "^5.0.1",
150154
"uint8arrays": "^3.0.0",
151155
"undici": "^5.2.0",
152-
"wherearewe": "^1.0.1"
156+
"wherearewe": "^2.0.1"
153157
},
154158
"devDependencies": {
155-
"@libp2p/interface-mocks": "^4.0.1",
156-
"@libp2p/interface-transport-compliance-tests": "^2.0.5",
159+
"@libp2p/interface-mocks": "^4.0.3",
160+
"@libp2p/interface-transport-compliance-tests": "^2.0.6",
157161
"@mapbox/node-pre-gyp": "^1.0.8",
158-
"aegir": "^37.2.0",
162+
"aegir": "^37.5.3",
159163
"it-all": "^1.0.6",
160164
"it-pipe": "^2.0.3",
161165
"it-stream-types": "^1.0.4",

0 commit comments

Comments
 (0)