|
3517 | 3517 | resolved "https://registry.yarnpkg.com/@thirdweb-dev/chains/-/chains-0.1.67.tgz#e34a684c47f71187225e92beaf27d2477e3880bf"
|
3518 | 3518 | integrity sha512-mQ4P737lXNopB/WQgKq+t6LbsmxhKNNLgtPAiP9z3EoUlBTgDHWYRHi7DWNGqKhImV6ARr37pyp00ROe6TeEMg==
|
3519 | 3519 |
|
3520 |
| -"@thirdweb-dev/chains@^0.1.65": |
3521 |
| - version "0.1.65" |
3522 |
| - resolved "https://registry.yarnpkg.com/@thirdweb-dev/chains/-/chains-0.1.65.tgz#a298e39d1c16b787008ace29b616bccc9b96d253" |
3523 |
| - integrity sha512-csxBZnnjSEAISjlQrYJP/FV4buUlqHb7NF4vX/15hYc31J6Z4vJPRWcsd2WhzPj9YXR5sgSJcu6ro2C6s4jmOA== |
| 3520 | +"@thirdweb-dev/chains@0.1.70": |
| 3521 | + version "0.1.70" |
| 3522 | + resolved "https://registry.yarnpkg.com/@thirdweb-dev/chains/-/chains-0.1.70.tgz#b3a83314146753c494be3ca59a832df05f366e6b" |
| 3523 | + integrity sha512-VP+JE70wNpbFa0rnKifTxxCXZwbKROf54z7qclxfb9tT1SY0/aIhVee0PYSxPXMd82NTkFkEidGFWS7TbYoldg== |
3524 | 3524 |
|
3525 | 3525 | "@thirdweb-dev/contracts-js@1.3.16":
|
3526 | 3526 | version "1.3.16"
|
|
3590 | 3590 | yaml "^2.3.1"
|
3591 | 3591 | zod "^3.22.3"
|
3592 | 3592 |
|
3593 |
| -"@thirdweb-dev/sdk@4.0.30", "@thirdweb-dev/sdk@^4.0.30": |
| 3593 | +"@thirdweb-dev/sdk@4.0.30": |
3594 | 3594 | version "4.0.30"
|
3595 | 3595 | resolved "https://registry.yarnpkg.com/@thirdweb-dev/sdk/-/sdk-4.0.30.tgz#260604ec23ae3b99e1c025c773e5170efcc5fe82"
|
3596 | 3596 | integrity sha512-fpXwvfDCid2Ra/Dfqf/1jUVpAP+8GAPYichetKAL1VIjQ8ub2c31qtRkWS4aSz9asf/cW5nxS7N2hfvdXLPWNg==
|
|
3613 | 3613 | yaml "^2.3.1"
|
3614 | 3614 | zod "^3.22.3"
|
3615 | 3615 |
|
| 3616 | +"@thirdweb-dev/sdk@4.0.33": |
| 3617 | + version "4.0.33" |
| 3618 | + resolved "https://registry.yarnpkg.com/@thirdweb-dev/sdk/-/sdk-4.0.33.tgz#f48e0feeb4756fb0b9741c8e08e8194292777f89" |
| 3619 | + integrity sha512-sR4xq/oJN/HR7FJDRG2NBOz6FZlX1/7bHMuvz/3sZ15uoBqrPMqashSTvo7PFq2noDPJY5XXOni/MTv0iGDSLQ== |
| 3620 | + dependencies: |
| 3621 | + "@thirdweb-dev/chains" "0.1.70" |
| 3622 | + "@thirdweb-dev/contracts-js" "1.3.16" |
| 3623 | + "@thirdweb-dev/crypto" "0.2.0" |
| 3624 | + "@thirdweb-dev/generated-abis" "0.0.1" |
| 3625 | + "@thirdweb-dev/merkletree" "0.2.0" |
| 3626 | + "@thirdweb-dev/storage" "2.0.9" |
| 3627 | + abitype "^0.2.5" |
| 3628 | + bn.js "^5.2.1" |
| 3629 | + bs58 "^5.0.0" |
| 3630 | + buffer "^6.0.3" |
| 3631 | + eventemitter3 "^5.0.1" |
| 3632 | + fast-deep-equal "^3.1.3" |
| 3633 | + tiny-invariant "^1.2.0" |
| 3634 | + tweetnacl "^1.0.3" |
| 3635 | + uuid "^9.0.1" |
| 3636 | + yaml "^2.3.1" |
| 3637 | + zod "^3.22.3" |
| 3638 | + |
3616 | 3639 | "@thirdweb-dev/service-utils@^0.4.2":
|
3617 | 3640 | version "0.4.2"
|
3618 | 3641 | resolved "https://registry.yarnpkg.com/@thirdweb-dev/service-utils/-/service-utils-0.4.2.tgz#bb22fcb38349bf4c5879cbfc105902d3cc32413a"
|
|
3640 | 3663 | form-data "^4.0.0"
|
3641 | 3664 | uuid "^9.0.1"
|
3642 | 3665 |
|
| 3666 | +"@thirdweb-dev/storage@2.0.9": |
| 3667 | + version "2.0.9" |
| 3668 | + resolved "https://registry.yarnpkg.com/@thirdweb-dev/storage/-/storage-2.0.9.tgz#cbf739c9b843471d09ec024e09cd3dd0b67a732f" |
| 3669 | + integrity sha512-KpttP1g0YBLv1NKqAr4xe9Pqey++tGBzgPbLzvBqNLXYa6BAuxtb01eTeWDsyLIx+WAWy0COBhqDQd4YNRawyQ== |
| 3670 | + dependencies: |
| 3671 | + "@thirdweb-dev/crypto" "0.2.0" |
| 3672 | + cid-tool "^3.0.0" |
| 3673 | + form-data "^4.0.0" |
| 3674 | + uuid "^9.0.1" |
| 3675 | + |
3643 | 3676 | "@thirdweb-dev/wallets@2.4.5":
|
3644 | 3677 | version "2.4.5"
|
3645 | 3678 | resolved "https://registry.yarnpkg.com/@thirdweb-dev/wallets/-/wallets-2.4.5.tgz#b61f29ff5015192d11614facf00c58a86fb917e2"
|
|
0 commit comments