Skip to content

Commit

Permalink
fix: update type import path
Browse files Browse the repository at this point in the history
The export path changed in `@libp2p/interface@1.x.x`
  • Loading branch information
achingbrain committed Jan 16, 2024
1 parent 1323117 commit a113d2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/interop/test/ipns-pubsub.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit a113d2c

Please sign in to comment.