caravan-bitcoin / caravan

Caravan monorepo
https://caravanmultisig.com
MIT License
24 stars 19 forks source link

fix: some build cleanup to avoid dependency #98

Closed bucko13 closed 4 weeks ago

bucko13 commented 4 weeks ago

when trying to install one of the new packages (psbt or wallets) that depends on the internal package @caravan/multisig, I'm getting an error that the package can't be found in the registry. This shouldn't even be attempted. I'm not sure that this will fix it, but when looking at some turborepo examples, I did see that internal packages seem to have a version of 0.0.0 so maybe that will help. Included some other cleanup in the build processes that may or may not be related.

changeset-bot[bot] commented 4 weeks ago

🦋 Changeset detected

Latest commit: d3de44e81ec2369e2520f5836386ce9fd809fcc5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ---------------- | ----- | | @caravan/psbt | Patch | | @caravan/wallets | Patch |

Not sure what this means? Click here to learn what changesets are.

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

vercel[bot] commented 4 weeks ago

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

Name Status Preview Comments Updated (UTC)
caravan-coordinator ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2024 10:14pm
bucko13 commented 4 weeks ago

@robertshuford includes the changes from #99 as well