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

Required updates for p2panda-js 0.6.0 and GraphQL API #4

Merged
merged 8 commits into from
Feb 14, 2023
Merged

Conversation

sandreae
Copy link
Member

@sandreae sandreae commented Oct 26, 2022

  • update GraphQL API
  • bump p2panda-js to 0.6.0
  • bonus: don't use documentId when previous is enough

closes: #3 #2

📋 Checklist

  • Add tests that cover your changes
  • Add this PR to the Unreleased section in CHANGELOG.md
  • Link this PR to any issues it closes
  • New files contain a SPDX license header

@adzialocha adzialocha self-requested a review February 14, 2023 09:37
@codecov
Copy link

codecov bot commented Feb 14, 2023

Codecov Report

Base: 96.62% // Head: 96.63% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (bed8ea7) compared to base (7fecdf4).
Patch coverage: 96.29% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
+ Coverage   96.62%   96.63%   +0.01%     
==========================================
  Files          11       11              
  Lines         237      238       +1     
  Branches       40       40              
==========================================
+ Hits          229      230       +1     
  Misses          8        8              
Impacted Files Coverage Δ
src/session/session.ts 92.85% <92.30%> (ø)
src/document/document.ts 100.00% <100.00%> (ø)
src/entry/entry.ts 100.00% <100.00%> (ø)
test/fixtures.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@adzialocha adzialocha merged commit f6e9ab3 into main Feb 14, 2023
@adzialocha adzialocha deleted the update-api branch February 14, 2023 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove documentId where previous is enough
2 participants