ipld / js-ipld-dag-pb

JavaScript Implementation of the MerkleDAG Nodes with Protobuf.
MIT License
69 stars 20 forks source link

Update ipfs-repo to the latest version 🚀 #166

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency ipfs-repo was updated from 0.30.1 to 1.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: achingbrain License: MIT

Release Notes for v1.0.0

Bug Fixes

  • close root datastore after initialized check (65f60d3)

Features

  • add isInitialized method (0c016c5)
Commits

The new version differs by 5 commits.

  • aa5434f chore: release version v1.0.0
  • 4cb313f chore: update contributors
  • f9b8056 Merge pull request #219 from ipfs/feat-add-is-initialized-meethod
  • 65f60d3 fix: close root datastore after initialized check
  • 0c016c5 feat: add isInitialized method

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 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #166   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files          16       16           
  Lines         208      208           
=======================================
  Hits          200      200           
  Misses          8        8

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 963d8ab...470c474. Read the comment docs.