Skip to content

Commit 66efeaf

Browse files
deps(dev): bump ipfsd-ctl from 13.0.0 to 14.0.0 (#225)
* 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]>
1 parent ec5c0e9 commit 66efeaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+323
-27267
lines changed

.aegir.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ export default {
2424
const server = createServer({
2525
port: 0
2626
}, {
27-
type: 'go',
28-
kuboRpcModule: await import('./dist/src/index.js'),
29-
ipfsBin: (await import('kubo')).default.path()
27+
type: 'kubo',
28+
rpc: (await import('./dist/src/index.js')).create,
29+
bin: (await import('kubo')).default.path()
3030
})
3131

3232
const echoServer = new EchoServer()

0 commit comments

Comments
 (0)