multiformats / js-cid

CID implementation in JavaScript
MIT License
97 stars 39 forks source link

Update multibase to the latest version 🚀 #68

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency multibase was updated from 0.5.0 to 0.6.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.


Release Notes for v0.6.0

Bug Fixes

  • base64url encodes multiple occurances of + and / (#39) (84f79ba), closes #35
  • decode example typo (4d0fc17)
  • do not throw when non buffer/string passed to isEncoded (1ae01a0)
Commits

The new version differs by 8 commits.

  • 474376e chore: release version v0.6.0
  • f4abee0 chore: update contributors
  • 5cc1f05 docs: fix docs for decode (#41)
  • eca90cf chore: update aegir to v17.1.0 (#40)
  • 84f79ba fix: base64url encodes multiple occurances of + and / (#39)
  • 1ae01a0 fix: do not throw when non buffer/string passed to isEncoded
  • 4d0fc17 fix: decode example typo
  • 711c447 chore: update CI (#33)

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:

codecov[bot] commented 5 years ago

Codecov Report

Merging #68 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   91.13%   91.13%           
=======================================
  Files           2        2           
  Lines          79       79           
=======================================
  Hits           72       72           
  Misses          7        7

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5653cbc...aafa1f9. Read the comment docs.