Releases: Uniswap/sdks
Releases · Uniswap/sdks
@uniswap/v4-sdk-v1.21.0
@uniswap/v3-sdk-v3.25.0
@uniswap/v2-sdk-v4.15.0
@uniswap/universal-router-sdk-v4.19.1
@uniswap/universal-router-sdk-v4.19.1 (2025-03-04)
Bug Fixes
@uniswap/sdk-core-v7.7.0
@uniswap/router-sdk-v2.0.0
@uniswap/router-sdk-v2.0.0 (2025-03-04)
Bug Fixes
Features
BREAKING CHANGES
- router-sdk: to build structure for
router-sdk
Description
updates the build setup for router-sdk
to manually and explicitly create separate cjs and esm builds (plus a types-only version)
How Has This Been Tested?
built the sdk locally, then installed the local build result in another project (universe/apps/web
) and verified that it properly resolved the esm version instead of the cjs version
Are there any breaking changes?
there shouldn't be, but technically if an end user is importing incorrectly (by directly referencing any build artifact files) then they'll need to update
(Optional) Follow Ups
PRs to follow will do this for many other SDKs