freighter icon indicating copy to clipboard operation
freighter copied to clipboard

Decouple local `@stellar/freighter-api` from `@stellar/wallet-sdk`

Open piyalbasu opened this issue 3 years ago • 0 comments

Problem: if @stellar/wallet-sdk depends on a version of @stellar/freighter-api that matches what is currently in this workspace's package.json, on installation, it will use the symlinked version of freighter-api rather than the published version.

This could lead to issues if we make changes to freighter-api locally that are not published and we attempt to build the extension as wallet-sdk will be using an unpublished/untested version of freighter-api.

Goal: Building the extension always uses published versions of freighter-api as a dependency by default rather than using the local workspace

piyalbasu avatar Oct 27 '21 18:10 piyalbasu