Skip to content

0.5.0

Latest

Choose a tag to compare

@longngn longngn released this 21 Mar 17:05
· 1 commit to main since this release

Breaking Changes

  • Prefixed all exported type names with their module name to avoid naming collisions. Examples:
    • OrderOptionsDexV2OrderOptions, SwapExactInOptionsDexV2SwapExactInOptions, ...
    • BuildSwapExactInTxOptionsDexV1BuildSwapExactInTxOptions, V1AndStableswapCustomReceiverDexV1CustomReceiver, ...
    • SwapOptionsStableswapSwapOptions, DepositOptionsStableswapDepositOptions, ...
    • CloseEventOptionsLbeV2CloseEventOptions, RedeemOrdersOptionsLbeV2RedeemOrdersOptions, ...
  • StableswapCustomReceiver is now its own type, no longer shared with DexV1.

Dependencies

  • Bumped @spacebudz/lucid from ^0.20.4 to ^0.20.14
  • Removed engines constraint (node >=20.17 <21) from package.json