Skip to content

Commit c4d9c8f

Browse files
deps(dev): bump @helia/ipns from 5.0.0 to 6.0.0 (#107)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <[email protected]>
1 parent 30d5d80 commit c4d9c8f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/js-test-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
permissions:
1111
contents: write
12+
id-token: write
1213
packages: write
1314

1415
concurrency:

packages/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
4242
"@helia/delegated-routing-v1-http-api-server": "^3.0.0",
43-
"@helia/ipns": "^5.0.0",
43+
"@helia/ipns": "^6.0.0",
4444
"@libp2p/identify": "^1.0.10",
4545
"@libp2p/interface": "^1.1.1",
4646
"@libp2p/kad-dht": "^12.0.3",

packages/interop/test/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ describe('delegated-routing-v1-http-api interop', () => {
110110
// resolve the record using a remote host
111111
const i = ipns(network[8])
112112
const result = await i.resolve(peerId)
113-
expect(result.toString()).to.equal(cid.toString())
113+
expect(result.cid.toString()).to.equal(cid.toString())
114114
})
115115
})

0 commit comments

Comments
 (0)