|
147 | 147 | },
|
148 | 148 | "typesVersions": {
|
149 | 149 | "*": {
|
150 |
| - "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], |
151 |
| - "auth": ["./dist/types/exports/auth.d.ts"], |
152 |
| - "chains": ["./dist/types/exports/chains.d.ts"], |
153 |
| - "contract": ["./dist/types/exports/contract.d.ts"], |
154 |
| - "deploys": ["./dist/types/exports/deploys.d.ts"], |
155 |
| - "event": ["./dist/types/exports/event.d.ts"], |
156 |
| - "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], |
157 |
| - "pay": ["./dist/types/exports/pay.d.ts"], |
158 |
| - "react": ["./dist/types/exports/react.d.ts"], |
159 |
| - "react-native": ["./dist/types/exports/react.native.d.ts"], |
160 |
| - "rpc": ["./dist/types/exports/rpc.d.ts"], |
161 |
| - "storage": ["./dist/types/exports/storage.d.ts"], |
162 |
| - "transaction": ["./dist/types/exports/transaction.d.ts"], |
163 |
| - "utils": ["./dist/types/exports/utils.d.ts"], |
164 |
| - "wallets": ["./dist/types/exports/wallets.d.ts"], |
165 |
| - "wallets/*": ["./dist/types/exports/wallets/*.d.ts"], |
166 |
| - "modules": ["./dist/types/exports/modules.d.ts"], |
167 |
| - "social": ["./dist/types/exports/social.d.ts"], |
168 |
| - "ai": ["./dist/types/exports/ai.d.ts"], |
169 |
| - "bridge": ["./dist/types/exports/bridge.d.ts"] |
| 150 | + "adapters/*": [ |
| 151 | + "./dist/types/exports/adapters/*.d.ts" |
| 152 | + ], |
| 153 | + "auth": [ |
| 154 | + "./dist/types/exports/auth.d.ts" |
| 155 | + ], |
| 156 | + "chains": [ |
| 157 | + "./dist/types/exports/chains.d.ts" |
| 158 | + ], |
| 159 | + "contract": [ |
| 160 | + "./dist/types/exports/contract.d.ts" |
| 161 | + ], |
| 162 | + "deploys": [ |
| 163 | + "./dist/types/exports/deploys.d.ts" |
| 164 | + ], |
| 165 | + "event": [ |
| 166 | + "./dist/types/exports/event.d.ts" |
| 167 | + ], |
| 168 | + "extensions/*": [ |
| 169 | + "./dist/types/exports/extensions/*.d.ts" |
| 170 | + ], |
| 171 | + "pay": [ |
| 172 | + "./dist/types/exports/pay.d.ts" |
| 173 | + ], |
| 174 | + "react": [ |
| 175 | + "./dist/types/exports/react.d.ts" |
| 176 | + ], |
| 177 | + "react-native": [ |
| 178 | + "./dist/types/exports/react.native.d.ts" |
| 179 | + ], |
| 180 | + "rpc": [ |
| 181 | + "./dist/types/exports/rpc.d.ts" |
| 182 | + ], |
| 183 | + "storage": [ |
| 184 | + "./dist/types/exports/storage.d.ts" |
| 185 | + ], |
| 186 | + "transaction": [ |
| 187 | + "./dist/types/exports/transaction.d.ts" |
| 188 | + ], |
| 189 | + "utils": [ |
| 190 | + "./dist/types/exports/utils.d.ts" |
| 191 | + ], |
| 192 | + "wallets": [ |
| 193 | + "./dist/types/exports/wallets.d.ts" |
| 194 | + ], |
| 195 | + "wallets/*": [ |
| 196 | + "./dist/types/exports/wallets/*.d.ts" |
| 197 | + ], |
| 198 | + "modules": [ |
| 199 | + "./dist/types/exports/modules.d.ts" |
| 200 | + ], |
| 201 | + "social": [ |
| 202 | + "./dist/types/exports/social.d.ts" |
| 203 | + ], |
| 204 | + "ai": [ |
| 205 | + "./dist/types/exports/ai.d.ts" |
| 206 | + ], |
| 207 | + "bridge": [ |
| 208 | + "./dist/types/exports/bridge.d.ts" |
| 209 | + ] |
170 | 210 | }
|
171 | 211 | },
|
172 | 212 | "browser": {
|
|
192 | 232 | "@noble/hashes": "1.7.2",
|
193 | 233 | "@passwordless-id/webauthn": "^2.1.2",
|
194 | 234 | "@radix-ui/react-dialog": "1.1.14",
|
195 |
| - "@radix-ui/react-focus-scope": "1.1.4", |
| 235 | + "@radix-ui/react-focus-scope": "1.1.7", |
196 | 236 | "@radix-ui/react-icons": "1.3.2",
|
197 | 237 | "@radix-ui/react-tooltip": "1.2.7",
|
198 | 238 | "@tanstack/react-query": "5.80.7",
|
|
336 | 376 | "@types/react": "19.1.8",
|
337 | 377 | "@viem/anvil": "0.0.10",
|
338 | 378 | "@vitejs/plugin-react": "^4.5.2",
|
339 |
| - "@vitest/coverage-v8": "3.1.2", |
| 379 | + "@vitest/coverage-v8": "3.2.3", |
340 | 380 | "@vitest/ui": "3.2.3",
|
341 | 381 | "dotenv-mono": "^1.3.14",
|
342 | 382 | "ethers5": "npm:ethers@5",
|
|
362 | 402 | "typedoc-better-json": "0.9.4",
|
363 | 403 | "typescript": "5.8.3",
|
364 | 404 | "vite": "6.3.5",
|
365 |
| - "vitest": "3.1.4" |
| 405 | + "vitest": "3.2.3" |
366 | 406 | }
|
367 | 407 | }
|
0 commit comments