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 interface-ipfs-core to the latest version 🚀 #1229

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency interface-ipfs-core was updated from 0.129.0 to 0.130.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: achingbrain License: MIT

Release Notes for v0.130.0

Code Refactoring

BREAKING CHANGES

  • Where PeerIDs were previously CIDs, now they are Strings
  • ipfs.bitswap.stat().peers[n] is now a String (was a CID)
  • ipfs.dht.findPeer().id is now a String (was a CID)
  • ipfs.dht.findProvs()[n].id is now a String (was a CID)
  • ipfs.dht.provide()[n].id is now a String (was a CID)
  • ipfs.dht.put()[n].id is now a String (was a CID)
  • ipfs.dht.query()[n].id is now a String (was a CID)
  • ipfs.id().id is now a String (was a CID)
  • ipfs.id().addresses[n] are now Multiaddrs (were Strings)
Commits

The new version differs by 3 commits.

  • ceb4eef chore: release version v0.130.0
  • 5d90583 chore: update contributors
  • 153fd24 refactor: return peer ids as strings (#581)

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:

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

Release Notes for v0.131.0

Bug Fixes

  • do not assume certain implementations of ipfs are present (#584) (3d24911)
Commits

The new version differs by 3 commits.

  • 816cd8d chore: release version v0.131.0
  • 5160c53 chore: update contributors
  • 3d24911 fix: do not assume certain implementations of ipfs are present (#584)

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀