Skip to content

Commit

Permalink
deps: bump @libp2p/interface from 0.1.6 to 1.0.0 (#357)
Browse files Browse the repository at this point in the history
* deps: bump @libp2p/interface from 0.1.6 to 1.0.0

Bumps [@libp2p/interface](https://github.com/libp2p/js-libp2p) from 0.1.6 to 1.0.0.
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@interface-v0.1.6...ping-v1.0.0)

---
updated-dependencies:
- dependency-name: "@libp2p/interface"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update import

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <[email protected]>
  • Loading branch information
dependabot[bot] and achingbrain authored Nov 30, 2023
1 parent cb12e5d commit bb58351
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 @@ -164,7 +164,7 @@
"dependencies": {
"@chainsafe/is-ip": "^2.0.1",
"@chainsafe/netmask": "^2.0.0",
"@libp2p/interface": "^0.1.1",
"@libp2p/interface": "^1.0.0",
"dns-over-http-resolver": "3.0.0",
"multiformats": "^12.0.1",
"uint8-varint": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/multiaddr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* ```
*/

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

0 comments on commit bb58351

Please sign in to comment.