Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

fix: update all deps to versions that return uint8arrays #286

Merged
merged 2 commits into from
Aug 5, 2020

Conversation

Removes use of node Buffer in favour of Uint8Arrays and updates
all dependencies to versions that do the same.

BREAKING CHANGES:

- CIDs returned from `put*` methods have breaking API changes
  See see multiformats/js-cid#117 for changes
@achingbrain achingbrain requested review from Gozala and vmx August 4, 2020 16:08
@codecov
Copy link

codecov bot commented Aug 4, 2020

Codecov Report

Merging #286 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
- Coverage   88.31%   88.23%   -0.08%     
==========================================
  Files           3        3              
  Lines         154      153       -1     
==========================================
- Hits          136      135       -1     
  Misses         18       18              
Impacted Files Coverage Δ
src/index.js 86.76% <ø> (-0.10%) ⬇️

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 3e03866...73b6aed. Read the comment docs.

@vmx vmx merged commit 75037ea into master Aug 5, 2020
@vmx vmx deleted the fix/replace-node-buffers-with-uint8arrays branch August 5, 2020 09:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants