|
25 | 25 | "@tanstack/react-query": "5.81.5", |
26 | 26 | "@thirdweb-dev/engine": "workspace:*", |
27 | 27 | "@thirdweb-dev/insight": "workspace:*", |
28 | | - "@walletconnect/ethereum-provider": "2.20.1", |
| 28 | + "@walletconnect/ethereum-provider": "2.21.4", |
29 | 29 | "@walletconnect/sign-client": "2.20.1", |
30 | | - "@walletconnect/universal-provider": "2.21.4", |
31 | 30 | "abitype": "1.0.8", |
32 | 31 | "cross-spawn": "7.0.6", |
33 | 32 | "fuse.js": "7.1.0", |
|
342 | 341 | "types": "./dist/types/exports/thirdweb.d.ts", |
343 | 342 | "typesVersions": { |
344 | 343 | "*": { |
345 | | - "adapters/*": [ |
346 | | - "./dist/types/exports/adapters/*.d.ts" |
347 | | - ], |
348 | | - "ai": [ |
349 | | - "./dist/types/exports/ai.d.ts" |
350 | | - ], |
351 | | - "auth": [ |
352 | | - "./dist/types/exports/auth.d.ts" |
353 | | - ], |
354 | | - "bridge": [ |
355 | | - "./dist/types/exports/bridge.d.ts" |
356 | | - ], |
357 | | - "chains": [ |
358 | | - "./dist/types/exports/chains.d.ts" |
359 | | - ], |
360 | | - "contract": [ |
361 | | - "./dist/types/exports/contract.d.ts" |
362 | | - ], |
363 | | - "deploys": [ |
364 | | - "./dist/types/exports/deploys.d.ts" |
365 | | - ], |
366 | | - "event": [ |
367 | | - "./dist/types/exports/event.d.ts" |
368 | | - ], |
369 | | - "extensions/*": [ |
370 | | - "./dist/types/exports/extensions/*.d.ts" |
371 | | - ], |
372 | | - "modules": [ |
373 | | - "./dist/types/exports/modules.d.ts" |
374 | | - ], |
375 | | - "pay": [ |
376 | | - "./dist/types/exports/pay.d.ts" |
377 | | - ], |
378 | | - "react": [ |
379 | | - "./dist/types/exports/react.d.ts" |
380 | | - ], |
381 | | - "react-native": [ |
382 | | - "./dist/types/exports/react.native.d.ts" |
383 | | - ], |
384 | | - "rpc": [ |
385 | | - "./dist/types/exports/rpc.d.ts" |
386 | | - ], |
387 | | - "social": [ |
388 | | - "./dist/types/exports/social.d.ts" |
389 | | - ], |
390 | | - "storage": [ |
391 | | - "./dist/types/exports/storage.d.ts" |
392 | | - ], |
393 | | - "transaction": [ |
394 | | - "./dist/types/exports/transaction.d.ts" |
395 | | - ], |
396 | | - "utils": [ |
397 | | - "./dist/types/exports/utils.d.ts" |
398 | | - ], |
399 | | - "wallets": [ |
400 | | - "./dist/types/exports/wallets.d.ts" |
401 | | - ], |
402 | | - "wallets/*": [ |
403 | | - "./dist/types/exports/wallets/*.d.ts" |
404 | | - ] |
| 344 | + "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], |
| 345 | + "ai": ["./dist/types/exports/ai.d.ts"], |
| 346 | + "auth": ["./dist/types/exports/auth.d.ts"], |
| 347 | + "bridge": ["./dist/types/exports/bridge.d.ts"], |
| 348 | + "chains": ["./dist/types/exports/chains.d.ts"], |
| 349 | + "contract": ["./dist/types/exports/contract.d.ts"], |
| 350 | + "deploys": ["./dist/types/exports/deploys.d.ts"], |
| 351 | + "event": ["./dist/types/exports/event.d.ts"], |
| 352 | + "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], |
| 353 | + "modules": ["./dist/types/exports/modules.d.ts"], |
| 354 | + "pay": ["./dist/types/exports/pay.d.ts"], |
| 355 | + "react": ["./dist/types/exports/react.d.ts"], |
| 356 | + "react-native": ["./dist/types/exports/react.native.d.ts"], |
| 357 | + "rpc": ["./dist/types/exports/rpc.d.ts"], |
| 358 | + "social": ["./dist/types/exports/social.d.ts"], |
| 359 | + "storage": ["./dist/types/exports/storage.d.ts"], |
| 360 | + "transaction": ["./dist/types/exports/transaction.d.ts"], |
| 361 | + "utils": ["./dist/types/exports/utils.d.ts"], |
| 362 | + "wallets": ["./dist/types/exports/wallets.d.ts"], |
| 363 | + "wallets/*": ["./dist/types/exports/wallets/*.d.ts"] |
405 | 364 | } |
406 | 365 | }, |
407 | 366 | "typings": "./dist/types/exports/thirdweb.d.ts", |
|
0 commit comments