hirosystems / stacks.js

JavaScript libraries for identity, auth, storage and transactions on the Stacks blockchain.
https://stacks.js.org
MIT License
949 stars 309 forks source link

build: fix circular dep issue #1658

Closed janniks closed 6 months ago

janniks commented 6 months ago

This PR was published to npm with the version 6.12.1-pr.5ca1638.0 e.g. npm install @stacks/common@6.12.1-pr.5ca1638.0 --save-exact

This PR is needed to fix a circular dependency issue. In the future I would like to move all the message-type definitions to this files, but it doesn't fit into the priorities right now :(

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
stacksjs-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 14, 2024 2:39pm
codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 66.39%. Comparing base (7a11d0b) to head (5ca1638). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1658 +/- ## ======================================== Coverage 66.39% 66.39% ======================================== Files 119 119 Lines 8718 8719 +1 Branches 1920 1947 +27 ======================================== + Hits 5788 5789 +1 + Misses 2805 2692 -113 - Partials 125 238 +113 ```

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