Skip to content
TokenFlight SDK

Changelog

TokenFlight Embed SDK follows Semantic Versioning (SemVer):

  • Major (x.0.0) — Breaking changes to the public API
  • Minor (1.x.0) — New features, backwards compatible
  • Patch (1.0.x) — Bug fixes, backwards compatible

v1.0.0@tokenflight/swap

Check npm info @tokenflight/swap for the latest published version.

When upgrading between minor/patch versions:

  1. Update the package: pnpm add @tokenflight/swap@latest
  2. If using adapter packages, update them too: pnpm add @tokenflight/adapter-appkit@latest
  3. Rebuild your project
  4. Test that the widget renders and functions correctly

No code changes should be needed for minor/patch upgrades within v1.x.