@rash2x/bridge-widget 0.1.12 → 0.1.13

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
@@ -167,6 +167,7 @@ export declare interface EvaaBridgeProps {
167
167
  className?: string;
168
168
  tonClient?: TonClient;
169
169
  tonApiKey?: string;
170
+ defaultLanguage?: string;
170
171
  onInitialized?: () => void;
171
172
  onSwapStart?: (data: SwapStartData) => void;
172
173
  onSwapSuccess?: (data: SwapSuccessData) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rash2x/bridge-widget",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
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",