ipfs-inactive / js-ipfs-http-client

[ARCHIVED] now part of the https://github.com/ipfs/js-ipfs repo
Other
1.05k stars 298 forks source link

Update ipfsd-ctl to the latest version 🚀 #1236

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency ipfsd-ctl was updated from 2.1.0 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: hugomrdias License: MIT

Release Notes for v3.0.0

Code Refactoring

  • remove option normalisation (#454) (f1e5c82)
  • remove path and ref from module args also findBin (#458) (7049cc9)

BREAKING CHANGES

    • .path and .ref args removed from ipfsModule and ipfsHttpModule
  • findBin function removed
  • chore: update dep versions

  • chore: increase test timeouts

  • fix: only get go-ipfs-dep path in node

  • fix: linting

Co-authored-by: Alex Potsides alex@achingbrain.net

  • ipfsd-ctl no longer defaults to a local ipfs, ipfs-http-client or ipfs bin, now the user needs to set those packages when creating controllers and remote controller server.
Commits

The new version differs by 4 commits.

  • 7c1b469 chore: release version v3.0.0
  • ac7e55b chore: update contributors
  • 7049cc9 refactor: remove path and ref from module args also findBin (#458)
  • f1e5c82 refactor: remove option normalisation (#454)

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: