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

Monorepo README #475

Merged
merged 3 commits into from
Apr 2, 2024
Merged

Monorepo README #475

merged 3 commits into from
Apr 2, 2024

Conversation

frankhinek
Copy link
Contributor

@frankhinek frankhinek commented Apr 1, 2024

Summary

This PR replaces the Web5 JS root README file with content relevant for its current state as a monorepo.

Context

The Web5 JS Repo has gone through significant changes since its inception over 14 months and the root README had not been updated to reflect the transformation from a single NPM package to a monorepo housing 10 packages.

closes #270
closes #455

Signed-off-by: Frank Hinek <[email protected]>
@frankhinek frankhinek self-assigned this Apr 1, 2024
@frankhinek frankhinek added the documentation Improvements or additions to documentation label Apr 1, 2024
Copy link
Contributor

github-actions bot commented Apr 1, 2024

TBDocs Report

🛑 Errors: 0
⚠️ Warnings: 4

@web5/api

  • Project entry file: packages/api/src/index.ts

@web5/crypto

  • Project entry file: packages/crypto/src/index.ts

@web5/crypto-aws-kms

  • Project entry file: packages/crypto-aws-kms/src/index.ts
📄 File: ./packages/crypto-aws-kms/src/ecdsa.ts
⚠️ extractor:typedoc:missing-docs: EcdsaAlgorithm (Class) does not have any documentation.
📄 File: ./packages/crypto-aws-kms/src/key-manager.ts
⚠️ extractor:typedoc:missing-docs: AwsKeyManager (Class) does not have any documentation.
📄 File: ./packages/crypto-aws-kms/src/utils.ts
⚠️ extractor:typedoc:missing-docs: getKeySpec (CallSignature) does not have any documentation.
🔀 Misc.
⚠️ extractor:typedoc:invalid-link: Failed to resolve link to "@web5/crypto#Secp256k1.adjustSignatureToLowS | here" in comment for EcdsaAlgorithm.sign. You may have wanted "@web5/crypto!Secp256k1.adjustSignatureToLowS | here"

@web5/dids

  • Project entry file: packages/dids/src/index.ts

@web5/credentials

  • Project entry file: packages/credentials/src/index.ts

TBDocs Report Updated at 2024-04-01T23:21:53Z 2911e33

Signed-off-by: Frank Hinek <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Apr 1, 2024

Codecov Report

Merging #475 (2911e33) into main (3e79652) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #475   +/-   ##
=======================================
  Coverage   90.54%   90.54%           
=======================================
  Files         112      112           
  Lines       29085    29085           
  Branches     2077     2077           
=======================================
  Hits        26335    26335           
  Misses       2715     2715           
  Partials       35       35           
Components Coverage Δ
agent 78.83% <ø> (ø)
api 97.89% <ø> (ø)
common 98.68% <ø> (ø)
credentials 94.95% <ø> (ø)
crypto 93.81% <ø> (ø)
dids 97.65% <ø> (ø)
identity-agent 96.70% <ø> (ø)
crypto-aws-kms 100.00% <ø> (ø)
proxy-agent 96.70% <ø> (ø)
user-agent 96.70% <ø> (ø)

Signed-off-by: Frank Hinek <[email protected]>
Copy link
Contributor

@kirahsapong kirahsapong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nothing glaring and looks good!

Copy link
Contributor

@mistermoe mistermoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome work @frankhinek

@frankhinek frankhinek merged commit 00e0c9e into main Apr 2, 2024
10 checks passed
@frankhinek frankhinek deleted the monorepo-readme branch April 2, 2024 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add links to docs Update Web5 JS Repo README
5 participants