From a113d2c9bfad39b7fb373d5060cec75d7f354748 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 16 Jan 2024 12:04:11 +0100 Subject: [PATCH] fix: update type import path The export path changed in `@libp2p/interface@1.x.x` --- packages/interop/test/ipns-pubsub.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/interop/test/ipns-pubsub.spec.ts b/packages/interop/test/ipns-pubsub.spec.ts index 4884762f..488df145 100644 --- a/packages/interop/test/ipns-pubsub.spec.ts +++ b/packages/interop/test/ipns-pubsub.spec.ts @@ -21,8 +21,7 @@ import { keyTypes } from './fixtures/key-types.js' import { waitFor } from './fixtures/wait-for.js' import type { Helia } from '@helia/interface' import type { IPNS } from '@helia/ipns' -import type { Libp2p } from '@libp2p/interface' -import type { PubSub } from '@libp2p/interface/pubsub' +import type { Libp2p, PubSub } from '@libp2p/interface' import type { Keychain } from '@libp2p/keychain' import type { Controller } from 'ipfsd-ctl'