Skip to content

Commit

Permalink
deps: switch to @libp2p/interface (#334)
Browse files Browse the repository at this point in the history
Replaces `@libp2p/interfaces` dep with `@libp2p/interface`
  • Loading branch information
achingbrain committed Aug 5, 2023
1 parent fbb6628 commit bb14cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"dependencies": {
"@chainsafe/is-ip": "^2.0.1",
"@chainsafe/netmask": "^2.0.0",
"@libp2p/interfaces": "^3.3.1",
"@libp2p/interface": "^0.1.1",
"dns-over-http-resolver": "^2.1.0",
"multiformats": "^12.0.1",
"uint8arrays": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* ```
*/

import { CodeError } from '@libp2p/interfaces/errors'
import { CodeError } from '@libp2p/interface/errors'
import { base58btc } from 'multiformats/bases/base58'
import { CID } from 'multiformats/cid'
import { equals as uint8ArrayEquals } from 'uint8arrays/equals'
Expand Down

0 comments on commit bb14cb2

Please sign in to comment.