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

Commit

Permalink
fix: update interfaces (#178)
Browse files Browse the repository at this point in the history
Update to the latest interfaces version
  • Loading branch information
achingbrain authored May 4, 2022
1 parent 926227b commit 2b1e875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/interfaces": "^1.3.31",
"@libp2p/logger": "^1.1.2",
"@libp2p/utils": "^1.0.9",
"@multiformats/mafmt": "^11.0.2",
Expand All @@ -144,8 +145,7 @@
"stream-to-it": "^0.2.2"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^1.1.17",
"@libp2p/interfaces": "^1.3.14",
"@libp2p/interface-compliance-tests": "^1.1.32",
"aegir": "^37.0.4",
"it-all": "^1.0.6",
"it-pipe": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/listener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
getMultiaddrs,
multiaddrToNetConfig
} from './utils.js'
import { EventEmitter, CustomEvent } from '@libp2p/interfaces'
import { EventEmitter, CustomEvent } from '@libp2p/interfaces/events'
import type { Connection } from '@libp2p/interfaces/connection'
import type { MultiaddrConnection, Upgrader, Listener } from '@libp2p/interfaces/transport'
import type { Server } from 'net'
Expand Down

0 comments on commit 2b1e875

Please sign in to comment.