@openocean.finance/widget 1.0.12 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/widget",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -76,7 +76,7 @@
76
76
  "@tanstack/react-query": "^5.62.0",
77
77
  "react": ">=18",
78
78
  "react-dom": ">=18",
79
- "wagmi": "^2.15.1"
79
+ "wagmi": "^2.14.0"
80
80
  },
81
81
  "files": ["dist/**", "src/**", "!tsconfig.json"]
82
82
  }
package/src/App.tsx CHANGED
@@ -19,7 +19,7 @@ export const App = forwardRef<WidgetDrawer, WidgetProps>((props, ref) => {
19
19
  }
20
20
  }
21
21
 
22
- config.subvariant = 'bridge'
22
+ // config.subvariant = 'bridge'
23
23
  // config.subvariantOptions = {
24
24
  // custom: 'checkout',
25
25
  // split: 'bridge',
@@ -1,2 +1,2 @@
1
1
  export const name = '@openocean.finance/widget'
2
- export const version = '1.0.11'
2
+ export const version = '1.0.13'