This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
v1.23.0
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