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

Commit

Permalink
fix: update interfaces (#153)
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 d9bbd38 commit 57c5887
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 @@ -152,6 +152,7 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/interfaces": "^1.3.31",
"@libp2p/logger": "^1.1.3",
"@libp2p/utils": "^1.0.10",
"@multiformats/mafmt": "^11.0.2",
Expand All @@ -165,8 +166,7 @@
"wherearewe": "^1.0.0"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^1.1.21",
"@libp2p/interfaces": "^1.3.20",
"@libp2p/interface-compliance-tests": "^1.1.32",
"@types/ws": "^8.2.2",
"aegir": "^37.0.12",
"is-loopback-addr": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/listener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { Listener, ListenerEvents, CreateListenerOptions } from '@libp2p/in
import type { Server } from 'http'
import type { WebSocketServer } from 'it-ws/server'
import type { DuplexWebSocket } from 'it-ws/duplex'
import { EventEmitter, CustomEvent } from '@libp2p/interfaces'
import { EventEmitter, CustomEvent } from '@libp2p/interfaces/events'
import type { Connection } from '@libp2p/interfaces/connection'

const log = logger('libp2p:websockets:listener')
Expand Down

0 comments on commit 57c5887

Please sign in to comment.