@rash2x/bridge-widget 0.7.5 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -471,7 +471,9 @@ declare interface PollUntilDeliveredParams {
471
471
 
472
472
  export declare interface Quote {
473
473
  route: string;
474
- error: string | null;
474
+ error: {
475
+ message: string;
476
+ } | null;
475
477
  srcAmount: string;
476
478
  dstAmount: string;
477
479
  srcAmountMax: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rash2x/bridge-widget",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "Cross-chain bridge widget powered by Stargate Protocol with multi-chain wallet support",
5
5
  "type": "module",
6
6
  "main": "./dist/evaa-bridge.cjs",