@rash2x/bridge-widget 0.6.34 → 0.6.35

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.6.34",
3
+ "version": "0.6.35",
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",
@@ -28,7 +28,7 @@
28
28
  "build:lib": "tsc -p tsconfig.lib.json && vite build --config vite.config.lib.ts",
29
29
  "lint": "eslint .",
30
30
  "preview": "vite preview",
31
- "prepublishOnly": "npm run build:lib"
31
+ "prepublishOnly": "pnpm run build:lib"
32
32
  },
33
33
  "repository": {
34
34
  "type": "git",
@@ -65,6 +65,15 @@
65
65
  "wagmi": "^2.0.0"
66
66
  },
67
67
  "peerDependenciesMeta": {
68
+ "@rollup/rollup-darwin-arm64": {
69
+ "optional": true
70
+ },
71
+ "@rollup/rollup-linux-x64-gnu": {
72
+ "optional": true
73
+ },
74
+ "@rollup/rollup-win32-x64-gnu": {
75
+ "optional": true
76
+ },
68
77
  "@ton/core": {
69
78
  "optional": true
70
79
  },
@@ -100,7 +109,8 @@
100
109
  }
101
110
  },
102
111
  "overrides": {
103
- "viem": "^2.38.1"
112
+ "viem": "^2.38.1",
113
+ "use-sync-external-store": "^1.4.0"
104
114
  },
105
115
  "dependencies": {
106
116
  "@hookform/resolvers": "^5.2.1",
@@ -111,7 +121,6 @@
111
121
  "@radix-ui/react-slot": "^1.2.3",
112
122
  "@radix-ui/react-switch": "^1.2.6",
113
123
  "@radix-ui/react-tooltip": "^1.2.8",
114
- "@rollup/rollup-darwin-arm64": "^4.53.5",
115
124
  "@types/react-window": "^1.8.8",
116
125
  "class-variance-authority": "^0.7.1",
117
126
  "clsx": "^2.1.1",
@@ -153,9 +162,11 @@
153
162
  "eslint-plugin-react-hooks": "^5.2.0",
154
163
  "eslint-plugin-react-refresh": "^0.4.20",
155
164
  "globals": "^16.3.0",
165
+ "picomatch": "^4.0.3",
156
166
  "process": "^0.11.10",
157
167
  "react": "^19.0.0",
158
168
  "react-dom": "^19.0.0",
169
+ "rollup": "^4.53.5",
159
170
  "tailwindcss": "^4.1.11",
160
171
  "tronweb": "^6.0.4",
161
172
  "tw-animate-css": "^1.3.6",