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

Add named export for Docusaurus and improve alpha publishing workflow #198

Merged
merged 8 commits into from
Aug 28, 2023

Conversation

frankhinek
Copy link
Contributor

@frankhinek frankhinek commented Aug 25, 2023

This PR will:

  • Add a /browser named export to the @web5/api package so that TBD's Docusaurus developer site can include Web5 code examples in MDX pages.
  • Fixes a bug in the alpha publishing GH Actions workflow and improves it by removing the dependence on npm version, which was duplicating package installs and throwing errors upon first publication of a new package.
  • Fixes the repository.url entries in all package.json files in the workspace.

Docusaurus testing completed by @dayhaysoos

@frankhinek frankhinek added the WIP Work in progress label Aug 25, 2023
@frankhinek frankhinek added this to the 0.8 milestone Aug 25, 2023
@frankhinek frankhinek self-assigned this Aug 25, 2023
Signed-off-by: Frank Hinek <[email protected]>
@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Merging #198 (ac2e98c) into main (7f450d2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #198   +/-   ##
=======================================
  Coverage   90.28%   90.28%           
=======================================
  Files          63       63           
  Lines       11592    11592           
  Branches     1132     1132           
=======================================
  Hits        10466    10466           
  Misses       1106     1106           
  Partials       20       20           
Components Coverage Δ
api 95.05% <ø> (ø)
common 95.00% <ø> (ø)
credentials ∅ <ø> (∅)
crypto 94.87% <ø> (ø)
dids 92.16% <ø> (ø)
agent 89.18% <ø> (ø)
identity-agent 60.50% <ø> (ø)
proxy-agent 60.00% <ø> (ø)
user-agent 58.67% <ø> (ø)

@frankhinek frankhinek changed the title Docusaurus imports Add named export for Docusaurus and improve alpha publishing workflow Aug 28, 2023
@frankhinek frankhinek added bug Something isn't working enhancement New feature or request and removed WIP Work in progress labels Aug 28, 2023
@frankhinek frankhinek merged commit 337c220 into main Aug 28, 2023
22 of 23 checks passed
@frankhinek frankhinek deleted the docusaurus-imports branch August 28, 2023 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants