sei-protocol / sei-js

SeiJS is a monorepo that contains multiple NPM libraries for writing applications that interact with the Sei network.
44 stars 38 forks source link

Added @sei-js/proto to peer dependency #136

Closed codebycarson closed 7 months ago

codebycarson commented 7 months ago

When building the typedocs it fails because the typedocs is built outside of NX, so where other nx commands succeed the docs fails. To get around this I have installed @sei-js/proto during docs generation. This won't affect any other packages and is just used for importing types in cosmjs.

changeset-bot[bot] commented 7 months ago

⚠️ No Changeset found

Latest commit: 3ceb692407e70eebb33098302ee9451ea8b17e94

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.10%. Comparing base (d40a31c) to head (3ceb692).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #136 +/- ## ======================================= Coverage 83.10% 83.10% ======================================= Files 11 11 Lines 148 148 Branches 23 23 ======================================= Hits 123 123 Misses 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.