mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-16 10:41:23 +00:00
feat!: update libp2p interfaces (#1252)
BREAKING CHANGE: uses new single-issue libp2p interface modules
This commit is contained in:
@ -6,7 +6,7 @@ import { NOISE } from '@chainsafe/libp2p-noise'
|
||||
import { createLibp2p, Libp2pOptions } from '../../src/index.js'
|
||||
import { codes as ErrorCodes } from '../../src/errors.js'
|
||||
import { createPeerId } from '../utils/creators/peer.js'
|
||||
import type { PeerId } from '@libp2p/interfaces/peer-id'
|
||||
import type { PeerId } from '@libp2p/interface-peer-id'
|
||||
|
||||
describe('Connection encryption configuration', () => {
|
||||
let peerId: PeerId
|
||||
|
Reference in New Issue
Block a user