Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: output uint8arrays #46

Merged
merged 1 commit into from
Jul 28, 2022
Merged

fix: output uint8arrays #46

merged 1 commit into from
Jul 28, 2022

Conversation

achingbrain
Copy link
Collaborator

In order to pipe lp.encode output straight to sockets, etc, output
individual uint8arrays instead of wrapping them in a list.

In order to pipe lp.encode output straight to sockets, etc, output
individual uint8arrays instead of wrapping them in a list.
@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Merging #46 (950c87b) into master (cbe33da) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   99.16%   99.18%   +0.02%     
==========================================
  Files          11       11              
  Lines         837      859      +22     
  Branches      135      134       -1     
==========================================
+ Hits          830      852      +22     
  Misses          7        7              
Flag Coverage Δ
chrome 100.00% <ø> (ø)
node 99.18% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/encode.ts 100.00% <100.00%> (ø)
test/encode.spec.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

@achingbrain achingbrain merged commit 6288e61 into master Jul 28, 2022
@achingbrain achingbrain deleted the fix/output-uint8arrays branch July 28, 2022 22:22
github-actions bot pushed a commit that referenced this pull request Jul 28, 2022
## [8.0.1](v8.0.0...v8.0.1) (2022-07-28)

### Bug Fixes

* output uint8arrays ([#46](#46)) ([6288e61](6288e61))
@github-actions
Copy link

🎉 This PR is included in version 8.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant