Skip to content

Commit

Permalink
chore: use libp2p rc
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 15, 2021
1 parent 22a63ef commit a6571c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [12]
node: [14]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@typescript-eslint/parser": "^3.0.2",
"aegir": "^33.0.0",
"benchmark": "^2.1.4",
"buffer": "^6.0.3",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"delay": "^5.0.0",
Expand All @@ -68,7 +69,7 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"it-pair": "^1.0.0",
"libp2p": "libp2p/js-libp2p#chore/config-ts",
"libp2p": "^0.31.0-rc.0",
"libp2p-floodsub": "^0.25.0",
"libp2p-mplex": "^0.10.0",
"libp2p-noise": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ts/interfaces.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { InMessage } from 'libp2p-interfaces/src/pubsub'
import PeerId = require('peer-id')
import { Multiaddr } from 'multiaddr'
import PeerId = require('peer-id')

export interface AddrInfo {
id: PeerId
Expand Down

0 comments on commit a6571c3

Please sign in to comment.