ipfs-shipyard / js-did-ipid

The IPID DID method implementation in JavaScript
MIT License
21 stars 9 forks source link

feat: use dag instead of files api #11

Closed satazor closed 5 years ago

satazor commented 5 years ago

BREAKING CHANGE: objects are stored in a dag now

satazor commented 5 years ago

@paulobmarcos We need to be careful so that it doesn't release v1.0.0. I think the latest version of standard-version does already account for this, but I don't know if we are using the latest one.

Still we may use npm run release -- --dry-run to see the outcome.

codecov-io commented 5 years ago

Codecov Report

Merging #11 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   99.59%   99.59%   +<.01%     
==========================================
  Files          10       10              
  Lines         244      247       +3     
  Branches       44       44              
==========================================
+ Hits          243      246       +3     
  Misses          1        1
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) :arrow_up:
src/__tests__/mocks/index.js 100% <100%> (ø) :arrow_up:

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 b97207e...33c8be9. Read the comment docs.