Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

v1.23.0

Compare
Choose a tag to compare
@salil-naik salil-naik released this 04 Jul 06:54
· 14 commits to main since this release

1.23.0 (04-07-2023)

What's Changed

  • updated missing types

Breaking change

getAllQuotes now returns bridgeRouteErrors along with routes
If there are no routes for the desired path, routes will be an empty array []

-      const allRoutes = socket.getAllQuotes();
+      const { routes, bridgeRouteErrors } = socket.getAllQuotes();

Full Changelog: v1.22.0...v1.23.0