Skip to content

Commit

Permalink
deps(dev): bump ipfsd-ctl from 13.0.0 to 14.0.0 (#225)
Browse files Browse the repository at this point in the history
* deps(dev): bump ipfsd-ctl from 13.0.0 to 14.0.0

Bumps [ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/ipfs/js-ipfsd-ctl/releases)
- [Changelog](https://github.com/ipfs/js-ipfsd-ctl/blob/master/CHANGELOG.md)
- [Commits](ipfs/js-ipfsd-ctl@v13.0.0...v14.0.0)

---
updated-dependencies:
- dependency-name: ipfsd-ctl
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* chore: update tests

* chore: fix start args

* chore: more tests

* chore: lockfile

* chore: deps

---------

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 Apr 23, 2024
1 parent ec5c0e9 commit 66efeaf
Show file tree
Hide file tree
Showing 98 changed files with 323 additions and 27,267 deletions.
6 changes: 3 additions & 3 deletions .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export default {
const server = createServer({
port: 0
}, {
type: 'go',
kuboRpcModule: await import('./dist/src/index.js'),
ipfsBin: (await import('kubo')).default.path()
type: 'kubo',
rpc: (await import('./dist/src/index.js')).create,
bin: (await import('kubo')).default.path()
})

const echoServer = new EchoServer()
Expand Down
Loading

0 comments on commit 66efeaf

Please sign in to comment.