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

Commit d88eda5

Browse files
authoredDec 2, 2021
chore: update to new peer-id (#102)
BREAKING CHANGE: requires node 15+
1 parent afca4bf commit d88eda5

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed
 

‎.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "11:00"
8+
open-pull-requests-limit: 10

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [windows-latest, ubuntu-latest, macos-latest]
24-
node: [14, 15]
24+
node: [16]
2525
fail-fast: true
2626
steps:
2727
- uses: actions/checkout@v2
28-
- uses: actions/setup-node@v1
28+
- uses: actions/setup-node@v2
2929
with:
3030
node-version: ${{ matrix.node }}
3131
- run: npm install

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
},
3232
"homepage": "https://github.com/libp2p/js-libp2p-mdns",
3333
"devDependencies": {
34-
"aegir": "^33.0.0",
34+
"aegir": "^36.0.2",
3535
"delay": "^5.0.0",
36-
"libp2p-interfaces": "^1.0.0",
37-
"libp2p-interfaces-compliance-tests": "^1.0.0",
36+
"libp2p-interfaces": "^2.0.1",
37+
"libp2p-interfaces-compliance-tests": "^2.0.1",
3838
"p-defer": "^3.0.0",
3939
"p-wait-for": "^3.1.0"
4040
},
4141
"dependencies": {
4242
"debug": "^4.3.1",
4343
"multiaddr": "^10.0.0",
4444
"multicast-dns": "^7.2.0",
45-
"peer-id": "^0.15.0"
45+
"peer-id": "^0.16.0"
4646
},
4747
"contributors": [
4848
"David Dias <daviddias.p@gmail.com>",

0 commit comments

Comments
 (0)
This repository has been archived.