@rash2x/bridge-widget 0.6.32 → 0.6.34
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/evaa-bridge.cjs +1 -1
- package/dist/evaa-bridge.mjs +1 -1
- package/dist/{index-D0iCKCsz.js → index-CO2PQtBo.js} +903 -1245
- package/dist/index-CO2PQtBo.js.map +1 -0
- package/dist/{index-BsEjYruO.cjs → index-CmbarigA.cjs} +866 -646
- package/dist/index-CmbarigA.cjs.map +1 -0
- package/dist/{index-BOtiGj6h.cjs → index-DvjGvKnp.cjs} +903 -1245
- package/dist/index-DvjGvKnp.cjs.map +1 -0
- package/dist/{index-BbLtc5UN.js → index-sU0Z-m5M.js} +866 -646
- package/dist/index-sU0Z-m5M.js.map +1 -0
- package/dist/index.html +89 -0
- package/dist/styles.css +1 -1
- package/package.json +13 -11
- package/dist/index-BOtiGj6h.cjs.map +0 -1
- package/dist/index-BbLtc5UN.js.map +0 -1
- package/dist/index-BsEjYruO.cjs.map +0 -1
- package/dist/index-D0iCKCsz.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rash2x/bridge-widget",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.34",
|
|
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",
|
|
@@ -65,37 +65,37 @@
|
|
|
65
65
|
"wagmi": "^2.0.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependenciesMeta": {
|
|
68
|
-
"
|
|
68
|
+
"@ton/core": {
|
|
69
69
|
"optional": true
|
|
70
70
|
},
|
|
71
|
-
"
|
|
71
|
+
"@ton/crypto": {
|
|
72
72
|
"optional": true
|
|
73
73
|
},
|
|
74
|
-
"
|
|
74
|
+
"@ton/ton": {
|
|
75
75
|
"optional": true
|
|
76
76
|
},
|
|
77
77
|
"@tonconnect/ui-react": {
|
|
78
78
|
"optional": true
|
|
79
79
|
},
|
|
80
|
-
"@
|
|
80
|
+
"@tronweb3/tronwallet-adapter-react-hooks": {
|
|
81
81
|
"optional": true
|
|
82
82
|
},
|
|
83
|
-
"@
|
|
83
|
+
"@tronweb3/tronwallet-adapters": {
|
|
84
84
|
"optional": true
|
|
85
85
|
},
|
|
86
|
-
"@
|
|
86
|
+
"@walletconnect/modal": {
|
|
87
87
|
"optional": true
|
|
88
88
|
},
|
|
89
|
-
"@
|
|
89
|
+
"@walletconnect/universal-provider": {
|
|
90
90
|
"optional": true
|
|
91
91
|
},
|
|
92
|
-
"
|
|
92
|
+
"tronweb": {
|
|
93
93
|
"optional": true
|
|
94
94
|
},
|
|
95
|
-
"
|
|
95
|
+
"viem": {
|
|
96
96
|
"optional": true
|
|
97
97
|
},
|
|
98
|
-
"
|
|
98
|
+
"wagmi": {
|
|
99
99
|
"optional": true
|
|
100
100
|
}
|
|
101
101
|
},
|
|
@@ -111,10 +111,12 @@
|
|
|
111
111
|
"@radix-ui/react-slot": "^1.2.3",
|
|
112
112
|
"@radix-ui/react-switch": "^1.2.6",
|
|
113
113
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
114
|
+
"@rollup/rollup-darwin-arm64": "^4.53.5",
|
|
114
115
|
"@types/react-window": "^1.8.8",
|
|
115
116
|
"class-variance-authority": "^0.7.1",
|
|
116
117
|
"clsx": "^2.1.1",
|
|
117
118
|
"cmdk": "^1.1.1",
|
|
119
|
+
"firebase": "^12.6.0",
|
|
118
120
|
"framer-motion": "^12.23.12",
|
|
119
121
|
"i18next": "^25.4.1",
|
|
120
122
|
"i18next-browser-languagedetector": "^8.2.0",
|