thorswap / SwapKit

SwapKit SDK - Integrate blockchains easily. Docs - https://docs.thorswap.finance/swapkit-docs
https://swapkit.dev
Apache License 2.0
48 stars 25 forks source link

swapkit(sdk): `dist` folder is not in the released #660

Closed phips28 closed 5 months ago

phips28 commented 6 months ago

Current behavior

"@swapkit/sdk": "1.0.0-rc.129"

dist folder is not in the sdk CleanShot 2024-03-11 at 12 20 43

and therefore the import fails: image

Expected behavior

dist folder exists

Functionality

Packages

Details

"@swapkit/sdk": "1.0.0-rc.129"

phips28 commented 6 months ago

Maybe because of the build script not running correctly?

image

https://github.com/thorswap/SwapKit/blob/develop/packages/swapkit/sdk/package.json#L46

Introduced here: #624 CleanShot 2024-03-11 at 12 31 38