Skip to content

Commit

Permalink
deps(dev): bump @helia/ipns from 5.0.0 to 6.0.0 (#107)
Browse files Browse the repository at this point in the history
Bumps [@helia/ipns](https://github.com/ipfs/helia) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@ipns-v5.0.0...ipns-v6.0.0)

---
updated-dependencies:
- dependency-name: "@helia/ipns"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

---------

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>
  • Loading branch information
dependabot[bot] and achingbrain authored Feb 1, 2024
1 parent 30d5d80 commit c4d9c8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

permissions:
contents: write
id-token: write
packages: write

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/delegated-routing-v1-http-api-server": "^3.0.0",
"@helia/ipns": "^5.0.0",
"@helia/ipns": "^6.0.0",
"@libp2p/identify": "^1.0.10",
"@libp2p/interface": "^1.1.1",
"@libp2p/kad-dht": "^12.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ describe('delegated-routing-v1-http-api interop', () => {
// resolve the record using a remote host
const i = ipns(network[8])
const result = await i.resolve(peerId)
expect(result.toString()).to.equal(cid.toString())
expect(result.cid.toString()).to.equal(cid.toString())
})
})

0 comments on commit c4d9c8f

Please sign in to comment.