-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from WalletConnect/chore/updates-packages
chore: updates `@walletconnect` packages to latest
- Loading branch information
Showing
6 changed files
with
222 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2965,10 +2965,10 @@ | |
"@typescript-eslint/types" "4.33.0" | ||
eslint-visitor-keys "^2.0.0" | ||
|
||
"@walletconnect/[email protected].1": | ||
version "2.10.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.10.1.tgz#d1fb442bd77424666bacdb0f5a07f7708fb3d984" | ||
integrity sha512-WAoXfmj+Zy5q48TnrKUjmHXJCBahzKwbul+noepRZf7JDtUAZ9IOWpUjg+UPRbfK5EiWZ0TF42S6SXidf7EHoQ== | ||
"@walletconnect/[email protected].4": | ||
version "2.10.4" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.10.4.tgz#da9396b56f63806c165389cbf98d2373d36854df" | ||
integrity sha512-MGdw5a4dIlQFPxVHEw2neIpHPAw3gtrsJYyUqm6rI+1c1SfmZyOPCaYTr6zPU2cnoWQUjv2ePMLeO/JKy3Yh5g== | ||
dependencies: | ||
"@walletconnect/heartbeat" "1.2.1" | ||
"@walletconnect/jsonrpc-provider" "1.0.13" | ||
|
@@ -2981,8 +2981,8 @@ | |
"@walletconnect/relay-auth" "^1.0.4" | ||
"@walletconnect/safe-json" "^1.0.2" | ||
"@walletconnect/time" "^1.0.2" | ||
"@walletconnect/types" "2.10.1" | ||
"@walletconnect/utils" "2.10.1" | ||
"@walletconnect/types" "2.10.4" | ||
"@walletconnect/utils" "2.10.4" | ||
events "^3.3.0" | ||
lodash.isequal "4.5.0" | ||
uint8arrays "^3.1.0" | ||
|
@@ -3003,19 +3003,19 @@ | |
dependencies: | ||
tslib "1.14.1" | ||
|
||
"@walletconnect/[email protected].1": | ||
version "2.10.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.10.1.tgz#4733a98f0b388cf5ae6c2b269f50da87da432ee5" | ||
integrity sha512-Yhoz8EXkKzxOlBT6G+elphqCx/gkH6RxD9/ZAiy9lLc8Ng5p1gvKCVVP5zsGNE9FbkKmHd+J9JJRzn2Bw2yqtQ== | ||
"@walletconnect/[email protected].4": | ||
version "2.10.4" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.10.4.tgz#6123c4418ab8ff2a787ea6b70d40493dace992d6" | ||
integrity sha512-t8Utp3GOk4p1X//tRgLDdTh/+nmb5SwvmrMpfHzcDvYjetqtTWfZcXt2xj7DOsnvwaxi8MPf+0FqlTiZnrnNWQ== | ||
dependencies: | ||
"@walletconnect/jsonrpc-http-connection" "^1.0.7" | ||
"@walletconnect/jsonrpc-provider" "^1.0.13" | ||
"@walletconnect/jsonrpc-types" "^1.0.3" | ||
"@walletconnect/jsonrpc-utils" "^1.0.8" | ||
"@walletconnect/sign-client" "2.10.1" | ||
"@walletconnect/types" "2.10.1" | ||
"@walletconnect/universal-provider" "2.10.1" | ||
"@walletconnect/utils" "2.10.1" | ||
"@walletconnect/sign-client" "2.10.4" | ||
"@walletconnect/types" "2.10.4" | ||
"@walletconnect/universal-provider" "2.10.4" | ||
"@walletconnect/utils" "2.10.4" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/events@^1.0.1": | ||
|
@@ -3175,19 +3175,19 @@ | |
dependencies: | ||
tslib "1.14.1" | ||
|
||
"@walletconnect/[email protected].1": | ||
version "2.10.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.10.1.tgz#db60bc9400cd79f0cb2380067343512b21ee4749" | ||
integrity sha512-iG3eJGi1yXeG3xGeVSSMf8wDFyx239B0prLQfy1uYDtYFb2ynnH/09oqAZyKn96W5nfQzUgM2Mz157PVdloH3Q== | ||
"@walletconnect/[email protected].4": | ||
version "2.10.4" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.10.4.tgz#4e3b14ebe900472874f4cae5f53c74a6077c85da" | ||
integrity sha512-C5VHkK59/DQNrJS91UXLn5OSr0drXHkKjajhl2a9hb3h6kxuSdlWbyC0yRPKT1sD0fQho8+EWZHBiV063yBePw== | ||
dependencies: | ||
"@walletconnect/core" "2.10.1" | ||
"@walletconnect/core" "2.10.4" | ||
"@walletconnect/events" "^1.0.1" | ||
"@walletconnect/heartbeat" "1.2.1" | ||
"@walletconnect/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/logger" "^2.0.1" | ||
"@walletconnect/time" "^1.0.2" | ||
"@walletconnect/types" "2.10.1" | ||
"@walletconnect/utils" "2.10.1" | ||
"@walletconnect/types" "2.10.4" | ||
"@walletconnect/utils" "2.10.4" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/time@^1.0.2": | ||
|
@@ -3197,10 +3197,10 @@ | |
dependencies: | ||
tslib "1.14.1" | ||
|
||
"@walletconnect/[email protected].1": | ||
version "2.10.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.10.1.tgz#1355bce236f3eef575716ea3efe4beed98a873ef" | ||
integrity sha512-7pccAhajQdiH2kYywjE1XI64IqRI+4ioyGy0wvz8d0UFQ/DSG3MLKR8jHf5aTOafQQ/HRLz6xvlzN4a7gIVkUQ== | ||
"@walletconnect/[email protected].3": | ||
version "2.10.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.10.3.tgz#e32adaf6ca921f4c08e1331fc5f919b5baad8120" | ||
integrity sha512-HcLR4JKTQyVoconQ8CqxtPrIVYHMQwZtvBq5RD0InuhxChabu2GsxtSfmz+M7ShzKWItohZx1EQJKYZKYw9ekA== | ||
dependencies: | ||
"@walletconnect/events" "^1.0.1" | ||
"@walletconnect/heartbeat" "1.2.1" | ||
|
@@ -3209,25 +3209,57 @@ | |
"@walletconnect/logger" "^2.0.1" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/[email protected]": | ||
version "2.10.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.10.1.tgz#c4a77bd2eed1a335edae5b2b298636092fff63ef" | ||
integrity sha512-81QxTH/X4dRoYCz0U9iOrBYOcj7N897ONcB57wsGhEkV7Rc9htmWJq2CzeOuxvVZ+pNZkE+/aw9LrhizO1Ltxg== | ||
"@walletconnect/[email protected]": | ||
version "2.10.4" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.10.4.tgz#23f6e4bd785671812dc6ea96848a6bd7ea78f038" | ||
integrity sha512-eQpOElyiwJp3tepuOS3TS9dXTl9jVVlrC3iVA8bytnbLagkAUxmiv/s7PyDFx+ndXwQVh8PFBkWg1oxGwgCSBA== | ||
dependencies: | ||
"@walletconnect/events" "^1.0.1" | ||
"@walletconnect/heartbeat" "1.2.1" | ||
"@walletconnect/jsonrpc-types" "1.0.3" | ||
"@walletconnect/keyvaluestorage" "^1.0.2" | ||
"@walletconnect/logger" "^2.0.1" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/[email protected]": | ||
version "2.10.4" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.10.4.tgz#601604d11320531594dab928ef2af88b19dda74c" | ||
integrity sha512-f9uhRQX9iExoMz1V4JT13OpqvpoJYhE9GLvuwNWposhDS35vVKfQfmPxQCcsdw7IpMr+UdpA8K2ShPh8g9wT4g== | ||
dependencies: | ||
"@walletconnect/jsonrpc-http-connection" "^1.0.7" | ||
"@walletconnect/jsonrpc-provider" "1.0.13" | ||
"@walletconnect/jsonrpc-types" "^1.0.2" | ||
"@walletconnect/jsonrpc-utils" "^1.0.7" | ||
"@walletconnect/logger" "^2.0.1" | ||
"@walletconnect/sign-client" "2.10.1" | ||
"@walletconnect/types" "2.10.1" | ||
"@walletconnect/utils" "2.10.1" | ||
"@walletconnect/sign-client" "2.10.4" | ||
"@walletconnect/types" "2.10.4" | ||
"@walletconnect/utils" "2.10.4" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/[email protected]": | ||
version "2.10.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.10.1.tgz#65b37c9800eb0e80a08385b6987471fb46e1e22e" | ||
integrity sha512-DM0dKgm9O58l7VqJEyV2OVv16XRePhDAReI23let6WdW1dSpw/Y/A89Lp99ZJOjLm2FxyblMRF3YRaZtHwBffw== | ||
"@walletconnect/[email protected]": | ||
version "2.10.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.10.3.tgz#56fb9a6ab96a3c85f952205dc5042f1c0f1e9f6c" | ||
integrity sha512-9FTujY4t+SrENgvyT84TFsO1iFvix2dWH5C9PmJ3/LMrkYytjszJVMPY5bDG73RBwph9wbeYzPgkGvid2RP63A== | ||
dependencies: | ||
"@stablelib/chacha20poly1305" "1.0.1" | ||
"@stablelib/hkdf" "1.0.1" | ||
"@stablelib/random" "^1.0.2" | ||
"@stablelib/sha256" "1.0.1" | ||
"@stablelib/x25519" "^1.0.3" | ||
"@walletconnect/relay-api" "^1.0.9" | ||
"@walletconnect/safe-json" "^1.0.2" | ||
"@walletconnect/time" "^1.0.2" | ||
"@walletconnect/types" "2.10.3" | ||
"@walletconnect/window-getters" "^1.0.1" | ||
"@walletconnect/window-metadata" "^1.0.1" | ||
detect-browser "5.3.0" | ||
query-string "7.1.3" | ||
uint8arrays "^3.1.0" | ||
|
||
"@walletconnect/[email protected]": | ||
version "2.10.4" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.10.4.tgz#5f17938e7ea481541ec2dbae0df5cd494c72523f" | ||
integrity sha512-XbrKgnQ0hC9DC9wjFb468MEYMoJxnCVmOj2gi01DA4FSr8fJi7wwNRUnlnZzLWrUWrHuaPReYe4PgBAgIv363g== | ||
dependencies: | ||
"@stablelib/chacha20poly1305" "1.0.1" | ||
"@stablelib/hkdf" "1.0.1" | ||
|
@@ -3237,7 +3269,7 @@ | |
"@walletconnect/relay-api" "^1.0.9" | ||
"@walletconnect/safe-json" "^1.0.2" | ||
"@walletconnect/time" "^1.0.2" | ||
"@walletconnect/types" "2.10.1" | ||
"@walletconnect/types" "2.10.4" | ||
"@walletconnect/window-getters" "^1.0.1" | ||
"@walletconnect/window-metadata" "^1.0.1" | ||
detect-browser "5.3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1801,7 +1801,29 @@ | |
events "^3.3.0" | ||
isomorphic-unfetch "^3.1.0" | ||
|
||
"@walletconnect/[email protected]", "@walletconnect/core@^2.10.1": | ||
"@walletconnect/[email protected]": | ||
version "2.10.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.10.3.tgz#413d4acfcf3ca831b2f072a083a830194ebbfd82" | ||
integrity sha512-zvV7Rr48Mftm1+eWr+eTyriV3BFhhY703hGmi2+dA1qMe/5FuIQZs24anBWQapfJuL+CgdGczb/BI9/x3NX7jA== | ||
dependencies: | ||
"@walletconnect/heartbeat" "1.2.1" | ||
"@walletconnect/jsonrpc-provider" "1.0.13" | ||
"@walletconnect/jsonrpc-types" "1.0.3" | ||
"@walletconnect/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/jsonrpc-ws-connection" "1.0.13" | ||
"@walletconnect/keyvaluestorage" "^1.0.2" | ||
"@walletconnect/logger" "^2.0.1" | ||
"@walletconnect/relay-api" "^1.0.9" | ||
"@walletconnect/relay-auth" "^1.0.4" | ||
"@walletconnect/safe-json" "^1.0.2" | ||
"@walletconnect/time" "^1.0.2" | ||
"@walletconnect/types" "2.10.3" | ||
"@walletconnect/utils" "2.10.3" | ||
events "^3.3.0" | ||
lodash.isequal "4.5.0" | ||
uint8arrays "^3.1.0" | ||
|
||
"@walletconnect/core@^2.10.1": | ||
version "2.10.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.10.1.tgz#d1fb442bd77424666bacdb0f5a07f7708fb3d984" | ||
integrity sha512-WAoXfmj+Zy5q48TnrKUjmHXJCBahzKwbul+noepRZf7JDtUAZ9IOWpUjg+UPRbfK5EiWZ0TF42S6SXidf7EHoQ== | ||
|
@@ -1927,26 +1949,26 @@ | |
dependencies: | ||
tslib "1.14.1" | ||
|
||
"@walletconnect/[email protected].0-rc-1": | ||
version "1.6.0-rc-1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/se-sdk/-/se-sdk-1.6.0-rc-1.tgz#9ea31e8f6ed94554ce2bdd8da8a82072997b83c1" | ||
integrity sha512-gD107hZaanuXTrmMXoAW/woadOYSIGIdzY/xbMhP453a1xtFH4N0/i9P56PmBu+q8yz9kUQihD4V/Usbh33VnQ== | ||
"@walletconnect/[email protected].2-rc.0": | ||
version "1.6.2-rc.0" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/se-sdk/-/se-sdk-1.6.2-rc.0.tgz#1ac4992b297968f340a8efe8feac533c073ff7e4" | ||
integrity sha512-BVHWuu5aRdgbEEUD6WKeSn5Ejsm/8mgji9wj2OJfMSWXCaLGaew9ca92mHevKs6znKXGNTyJ1MQODC0ogtRGxg== | ||
dependencies: | ||
"@walletconnect/web3wallet" "1.9.1" | ||
"@walletconnect/web3wallet" "1.9.3" | ||
|
||
"@walletconnect/[email protected].1": | ||
version "2.10.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.10.1.tgz#db60bc9400cd79f0cb2380067343512b21ee4749" | ||
integrity sha512-iG3eJGi1yXeG3xGeVSSMf8wDFyx239B0prLQfy1uYDtYFb2ynnH/09oqAZyKn96W5nfQzUgM2Mz157PVdloH3Q== | ||
"@walletconnect/[email protected].3": | ||
version "2.10.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.10.3.tgz#154774f6b03a785b1f3d90df17ed5bf5fd6cce50" | ||
integrity sha512-XvO1HpJM3jVaQfYAZ8FKgT9UqaqSgEWjlDcJir6X2imRRJthZxFIcezs43+SnF41eVA7HNHL4RmIOW/eHku1lQ== | ||
dependencies: | ||
"@walletconnect/core" "2.10.1" | ||
"@walletconnect/core" "2.10.3" | ||
"@walletconnect/events" "^1.0.1" | ||
"@walletconnect/heartbeat" "1.2.1" | ||
"@walletconnect/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/logger" "^2.0.1" | ||
"@walletconnect/time" "^1.0.2" | ||
"@walletconnect/types" "2.10.1" | ||
"@walletconnect/utils" "2.10.1" | ||
"@walletconnect/types" "2.10.3" | ||
"@walletconnect/utils" "2.10.3" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/time@^1.0.2": | ||
|
@@ -1968,6 +1990,18 @@ | |
"@walletconnect/logger" "^2.0.1" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/[email protected]": | ||
version "2.10.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.10.3.tgz#e32adaf6ca921f4c08e1331fc5f919b5baad8120" | ||
integrity sha512-HcLR4JKTQyVoconQ8CqxtPrIVYHMQwZtvBq5RD0InuhxChabu2GsxtSfmz+M7ShzKWItohZx1EQJKYZKYw9ekA== | ||
dependencies: | ||
"@walletconnect/events" "^1.0.1" | ||
"@walletconnect/heartbeat" "1.2.1" | ||
"@walletconnect/jsonrpc-types" "1.0.3" | ||
"@walletconnect/keyvaluestorage" "^1.0.2" | ||
"@walletconnect/logger" "^2.0.1" | ||
events "^3.3.0" | ||
|
||
"@walletconnect/[email protected]", "@walletconnect/utils@^2.10.1": | ||
version "2.10.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.10.1.tgz#65b37c9800eb0e80a08385b6987471fb46e1e22e" | ||
|
@@ -1988,19 +2022,39 @@ | |
query-string "7.1.3" | ||
uint8arrays "^3.1.0" | ||
|
||
"@walletconnect/[email protected]": | ||
version "1.9.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.9.1.tgz#578967c1dc572ef52d9407e604e07324e04aa3da" | ||
integrity sha512-amijU+dK8zhDTxbJqxQvBlysFEroHUbE9HyMGKp6HSba5k5fXI0F+mvxeidDkOXur+ZsCj86rPQqSuPrTkPySg== | ||
"@walletconnect/[email protected]": | ||
version "2.10.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.10.3.tgz#56fb9a6ab96a3c85f952205dc5042f1c0f1e9f6c" | ||
integrity sha512-9FTujY4t+SrENgvyT84TFsO1iFvix2dWH5C9PmJ3/LMrkYytjszJVMPY5bDG73RBwph9wbeYzPgkGvid2RP63A== | ||
dependencies: | ||
"@stablelib/chacha20poly1305" "1.0.1" | ||
"@stablelib/hkdf" "1.0.1" | ||
"@stablelib/random" "^1.0.2" | ||
"@stablelib/sha256" "1.0.1" | ||
"@stablelib/x25519" "^1.0.3" | ||
"@walletconnect/relay-api" "^1.0.9" | ||
"@walletconnect/safe-json" "^1.0.2" | ||
"@walletconnect/time" "^1.0.2" | ||
"@walletconnect/types" "2.10.3" | ||
"@walletconnect/window-getters" "^1.0.1" | ||
"@walletconnect/window-metadata" "^1.0.1" | ||
detect-browser "5.3.0" | ||
query-string "7.1.3" | ||
uint8arrays "^3.1.0" | ||
|
||
"@walletconnect/[email protected]": | ||
version "1.9.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.9.3.tgz#8ad2f71ff121ea078650a268ca2da9dae4de263f" | ||
integrity sha512-oXun37ie3NTvLIfPjAaYDdIYfxWw0bOZBuOEAIBQaXzBAEqTBg/amk9MFoSa+twSY0OEn128d6wyc9ju81BMPg== | ||
dependencies: | ||
"@walletconnect/auth-client" "2.1.2" | ||
"@walletconnect/core" "2.10.1" | ||
"@walletconnect/core" "2.10.3" | ||
"@walletconnect/jsonrpc-provider" "1.0.13" | ||
"@walletconnect/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/logger" "2.0.1" | ||
"@walletconnect/sign-client" "2.10.1" | ||
"@walletconnect/types" "2.10.1" | ||
"@walletconnect/utils" "2.10.1" | ||
"@walletconnect/sign-client" "2.10.3" | ||
"@walletconnect/types" "2.10.3" | ||
"@walletconnect/utils" "2.10.3" | ||
|
||
"@walletconnect/window-getters@^1.0.1": | ||
version "1.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
febb259
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
se-sdk-dapp – ./examples/dapp/
se-sdk-dapp-git-main-walletconnect1.vercel.app
se-sdk-dapp.vercel.app
se-sdk-dapp-walletconnect1.vercel.app
febb259
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
se-sdk-wallet – ./examples/wallet/
se-sdk-wallet.vercel.app
se-sdk-wallet-walletconnect1.vercel.app
se-sdk-wallet-git-main-walletconnect1.vercel.app