|
137 | 137 | }, |
138 | 138 | "typesVersions": { |
139 | 139 | "*": { |
140 | | - "adapters/*": [ |
141 | | - "./dist/types/exports/adapters/*.d.ts" |
142 | | - ], |
143 | | - "auth": [ |
144 | | - "./dist/types/exports/auth.d.ts" |
145 | | - ], |
146 | | - "chains": [ |
147 | | - "./dist/types/exports/chains.d.ts" |
148 | | - ], |
149 | | - "contract": [ |
150 | | - "./dist/types/exports/contract.d.ts" |
151 | | - ], |
152 | | - "deploys": [ |
153 | | - "./dist/types/exports/deploys.d.ts" |
154 | | - ], |
155 | | - "event": [ |
156 | | - "./dist/types/exports/event.d.ts" |
157 | | - ], |
158 | | - "extensions/*": [ |
159 | | - "./dist/types/exports/extensions/*.d.ts" |
160 | | - ], |
161 | | - "pay": [ |
162 | | - "./dist/types/exports/pay.d.ts" |
163 | | - ], |
164 | | - "react": [ |
165 | | - "./dist/types/exports/react.d.ts" |
166 | | - ], |
167 | | - "react-native": [ |
168 | | - "./dist/types/exports/react-native.d.ts" |
169 | | - ], |
170 | | - "rpc": [ |
171 | | - "./dist/types/exports/rpc.d.ts" |
172 | | - ], |
173 | | - "storage": [ |
174 | | - "./dist/types/exports/storage.d.ts" |
175 | | - ], |
176 | | - "transaction": [ |
177 | | - "./dist/types/exports/transaction.d.ts" |
178 | | - ], |
179 | | - "utils": [ |
180 | | - "./dist/types/exports/utils.d.ts" |
181 | | - ], |
182 | | - "wallets": [ |
183 | | - "./dist/types/exports/wallets.d.ts" |
184 | | - ], |
185 | | - "wallets/*": [ |
186 | | - "./dist/types/exports/wallets/*.d.ts" |
187 | | - ], |
188 | | - "modules": [ |
189 | | - "./dist/types/exports/modules.d.ts" |
190 | | - ], |
191 | | - "social": [ |
192 | | - "./dist/types/exports/social.d.ts" |
193 | | - ], |
194 | | - "ai": [ |
195 | | - "./dist/types/exports/ai.d.ts" |
196 | | - ], |
197 | | - "bridge": [ |
198 | | - "./dist/types/exports/bridge.d.ts" |
199 | | - ] |
| 140 | + "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], |
| 141 | + "auth": ["./dist/types/exports/auth.d.ts"], |
| 142 | + "chains": ["./dist/types/exports/chains.d.ts"], |
| 143 | + "contract": ["./dist/types/exports/contract.d.ts"], |
| 144 | + "deploys": ["./dist/types/exports/deploys.d.ts"], |
| 145 | + "event": ["./dist/types/exports/event.d.ts"], |
| 146 | + "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], |
| 147 | + "pay": ["./dist/types/exports/pay.d.ts"], |
| 148 | + "react": ["./dist/types/exports/react.d.ts"], |
| 149 | + "react-native": ["./dist/types/exports/react-native.d.ts"], |
| 150 | + "rpc": ["./dist/types/exports/rpc.d.ts"], |
| 151 | + "storage": ["./dist/types/exports/storage.d.ts"], |
| 152 | + "transaction": ["./dist/types/exports/transaction.d.ts"], |
| 153 | + "utils": ["./dist/types/exports/utils.d.ts"], |
| 154 | + "wallets": ["./dist/types/exports/wallets.d.ts"], |
| 155 | + "wallets/*": ["./dist/types/exports/wallets/*.d.ts"], |
| 156 | + "modules": ["./dist/types/exports/modules.d.ts"], |
| 157 | + "social": ["./dist/types/exports/social.d.ts"], |
| 158 | + "ai": ["./dist/types/exports/ai.d.ts"], |
| 159 | + "bridge": ["./dist/types/exports/bridge.d.ts"] |
200 | 160 | } |
201 | 161 | }, |
202 | 162 | "browser": { |
|
226 | 186 | "@radix-ui/react-icons": "1.3.2", |
227 | 187 | "@radix-ui/react-tooltip": "1.1.8", |
228 | 188 | "@tanstack/react-query": "5.67.3", |
229 | | - "@walletconnect/ethereum-provider": "2.17.5", |
230 | | - "@walletconnect/sign-client": "2.17.5", |
| 189 | + "@walletconnect/ethereum-provider": "2.19.1", |
| 190 | + "@walletconnect/sign-client": "2.19.1", |
231 | 191 | "abitype": "1.0.8", |
232 | 192 | "cross-spawn": "7.0.6", |
233 | 193 | "fuse.js": "7.1.0", |
|
342 | 302 | "@aws-sdk/credential-providers": "3.592.0", |
343 | 303 | "@biomejs/biome": "1.9.4", |
344 | 304 | "@chromatic-com/storybook": "3.2.6", |
345 | | - "@codspeed/vitest-plugin": "4.0.0", |
| 305 | + "@codspeed/vitest-plugin": "4.0.1", |
346 | 306 | "@coinbase/wallet-mobile-sdk": "1.1.2", |
347 | 307 | "@mobile-wallet-protocol/client": "1.0.0", |
348 | 308 | "@react-native-async-storage/async-storage": "2.1.2", |
|
361 | 321 | "@types/react": "19.0.10", |
362 | 322 | "@viem/anvil": "0.0.10", |
363 | 323 | "@vitejs/plugin-react": "^4.3.4", |
364 | | - "@vitest/coverage-v8": "3.0.8", |
365 | | - "@vitest/ui": "3.0.8", |
| 324 | + "@vitest/coverage-v8": "3.0.9", |
| 325 | + "@vitest/ui": "3.0.9", |
366 | 326 | "dotenv-mono": "^1.3.14", |
367 | 327 | "ethers5": "npm:ethers@5", |
368 | 328 | "ethers6": "npm:ethers@6", |
|
387 | 347 | "typedoc-better-json": "0.9.4", |
388 | 348 | "typescript": "5.8.2", |
389 | 349 | "vite": "6.2.1", |
390 | | - "vitest": "3.0.8" |
| 350 | + "vitest": "3.0.9" |
391 | 351 | } |
392 | 352 | } |
0 commit comments