@rash2x/bridge-widget 0.3.9 → 0.4.1

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": "@rash2x/bridge-widget",
3
- "version": "0.3.9",
3
+ "version": "0.4.1",
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",
@@ -56,7 +56,6 @@
56
56
  "@tonconnect/ui-react": "^2.0.0",
57
57
  "@tronweb3/tronwallet-adapter-react-hooks": "^1.0.0",
58
58
  "@tronweb3/tronwallet-adapters": "^1.0.0",
59
- "ethers": "^6.0.0",
60
59
  "react": "^19.0.0",
61
60
  "react-dom": "^19.0.0",
62
61
  "tronweb": "^6.0.0",
@@ -70,9 +69,6 @@
70
69
  "viem": {
71
70
  "optional": true
72
71
  },
73
- "ethers": {
74
- "optional": true
75
- },
76
72
  "tronweb": {
77
73
  "optional": true
78
74
  },
@@ -144,7 +140,6 @@
144
140
  "eslint": "^9.30.1",
145
141
  "eslint-plugin-react-hooks": "^5.2.0",
146
142
  "eslint-plugin-react-refresh": "^0.4.20",
147
- "ethers": "^6.15.0",
148
143
  "globals": "^16.3.0",
149
144
  "process": "^0.11.10",
150
145
  "react": "^19.0.0",