Skip to content

Commit 61251ed

Browse files
authored
Merge pull request #116 from achingbrain/chore/update-peer-id
chore: update peer-id and libp2p-crypto
2 parents 07a6cd6 + 202f245 commit 61251ed

4 files changed

Lines changed: 52 additions & 140 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 14
18+
node-version: 16
1919
- uses: actions/checkout@v2
2020
- name: Get yarn cache directory path
2121
id: yarn-cache-dir-path
@@ -40,7 +40,7 @@ jobs:
4040
needs: check
4141
strategy:
4242
matrix:
43-
node: [14, 15]
43+
node: [16]
4444
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
4545
runs-on: ${{ matrix.os }}
4646
steps:
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/setup-node@v1
7171
with:
72-
node-version: ${{ matrix.node }}
72+
node-version: 16
7373
- uses: actions/checkout@v2
7474
- name: Get yarn cache directory path
7575
id: yarn-cache-dir-path
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/setup-node@v1
9393
with:
94-
node-version: ${{ matrix.node }}
94+
node-version: 16
9595
- uses: actions/checkout@v2
9696
- name: Get yarn cache directory path
9797
id: yarn-cache-dir-path
@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
- uses: actions/setup-node@v1
115115
with:
116-
node-version: ${{ matrix.node }}
116+
node-version: 16
117117
- uses: actions/checkout@v2
118118
- uses: microsoft/playwright-github-action@v1
119119
- name: Get yarn cache directory path
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
- uses: actions/setup-node@v1
138138
with:
139-
node-version: ${{ matrix.node }}
139+
node-version: 16
140140
- uses: actions/checkout@v2
141141
- name: Get yarn cache directory path
142142
id: yarn-cache-dir-path
@@ -158,7 +158,7 @@ jobs:
158158
steps:
159159
- uses: actions/setup-node@v1
160160
with:
161-
node-version: ${{ matrix.node }}
161+
node-version: 16
162162
- uses: actions/checkout@v2
163163
- name: Get yarn cache directory path
164164
id: yarn-cache-dir-path

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Nodejs
3535
uses: actions/setup-node@v1
3636
with:
37-
node-version: '14'
37+
node-version: 16
3838
always-auth: true
3939
registry-url: 'https://registry.npmjs.org'
4040
env:
@@ -62,7 +62,7 @@ jobs:
6262
body: ${{ steps.changelog_reader.outputs.changes }}
6363
prerelease: false
6464
release_name: Release ${{ needs.tag.outputs.tag }}
65-
65+
6666
- name: Publish packages
6767
run: yarn publish --ignore-scripts --no-git-tag-version --no-commit-hooks --non-interactive
6868
env:

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@
3636
"util": false
3737
},
3838
"devDependencies": {
39+
"@types/bl": "^5.0.2",
3940
"aegir": "^33.1.0",
4041
"benchmark": "^2.1.4",
4142
"buffer": "^6.0.3",
4243
"chai": "^4.3.4",
4344
"events": "^3.3.0",
44-
"libp2p-crypto": "^0.19.7",
45+
"libp2p-crypto": "^0.21.0",
4546
"microtime": "^3.0.0",
4647
"mocha": "^9.0.2",
4748
"sinon": "^11.1.1"
@@ -57,7 +58,7 @@
5758
"it-pair": "^1.0.0",
5859
"it-pb-rpc": "^0.1.11",
5960
"it-pipe": "^1.1.0",
60-
"peer-id": "^0.15.3",
61+
"peer-id": "^0.16.0",
6162
"protobufjs": "^6.11.2",
6263
"uint8arrays": "^3.0.0"
6364
},

0 commit comments

Comments
 (0)