Skip to content

Commit bb58351

Browse files
deps: bump @libp2p/interface from 0.1.6 to 1.0.0 (#357)
* 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] <support@github.com> * chore: update import --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
1 parent cb12e5d commit bb58351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"dependencies": {
165165
"@chainsafe/is-ip": "^2.0.1",
166166
"@chainsafe/netmask": "^2.0.0",
167-
"@libp2p/interface": "^0.1.1",
167+
"@libp2p/interface": "^1.0.0",
168168
"dns-over-http-resolver": "3.0.0",
169169
"multiformats": "^12.0.1",
170170
"uint8-varint": "^2.0.1",

src/multiaddr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* ```
1313
*/
1414

15-
import { CodeError } from '@libp2p/interface/errors'
15+
import { CodeError } from '@libp2p/interface'
1616
import { base58btc } from 'multiformats/bases/base58'
1717
import { CID } from 'multiformats/cid'
1818
import { equals as uint8ArrayEquals } from 'uint8arrays/equals'

0 commit comments

Comments
 (0)