|
5012 | 5012 | "@walletconnect/logger" "^2.0.1"
|
5013 | 5013 | events "^3.3.0"
|
5014 | 5014 |
|
| 5015 | +"@walletconnect/ [email protected]": |
| 5016 | + version "2.5.0" |
| 5017 | + resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.5.0.tgz#bf6b4e5ae5df406f4011e5bfe25e8a0acb19c5f1" |
| 5018 | + integrity sha512-vjaa/3ojb6z2WX86trD54bv5XeSh0oQU0RcTtW9wZBRfaEQ0vSO85A8J1+gxVGmjCrezeNNy8ZDWnndXL/TBrQ== |
| 5019 | + dependencies: |
| 5020 | + "@walletconnect/events" "^1.0.1" |
| 5021 | + "@walletconnect/heartbeat" "1.2.0" |
| 5022 | + "@walletconnect/jsonrpc-types" "^1.0.2" |
| 5023 | + "@walletconnect/keyvaluestorage" "^1.0.2" |
| 5024 | + "@walletconnect/logger" "^2.0.1" |
| 5025 | + events "^3.3.0" |
| 5026 | + |
5015 | 5027 | "@walletconnect/types@^1.8.0":
|
5016 | 5028 | version "1.8.0"
|
5017 | 5029 | resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-1.8.0.tgz#3f5e85b2d6b149337f727ab8a71b8471d8d9a195"
|
|
5034 | 5046 | events "^3.3.0"
|
5035 | 5047 | pino "7.11.0"
|
5036 | 5048 |
|
5037 |
| -"@walletconnect/ [email protected]", "@walletconnect/utils@^1.8.0": |
5038 |
| - version "1.8.0" |
5039 |
| - resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-1.8.0.tgz#2591a197c1fa7429941fe428876088fda6632060" |
5040 |
| - integrity sha512-zExzp8Mj1YiAIBfKNm5u622oNw44WOESzo6hj+Q3apSMIb0Jph9X3GDIdbZmvVZsNPxWDL7uodKgZcCInZv2vA== |
5041 |
| - dependencies: |
5042 |
| - "@walletconnect/browser-utils" "^1.8.0" |
5043 |
| - "@walletconnect/encoding" "^1.0.1" |
5044 |
| - "@walletconnect/jsonrpc-utils" "^1.0.3" |
5045 |
| - "@walletconnect/types" "^1.8.0" |
5046 |
| - bn.js "4.11.8" |
5047 |
| - js-sha3 "0.8.0" |
5048 |
| - query-string "6.13.5" |
5049 |
| - |
5050 | 5049 | "@walletconnect/ [email protected]", "@walletconnect/utils@^2.4.5":
|
5051 | 5050 | version "2.4.6"
|
5052 | 5051 | resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.4.6.tgz#2bd192bfcc019d19929be2881f8e4f54fc9b56a0"
|
|
5089 | 5088 | query-string "7.1.1"
|
5090 | 5089 | uint8arrays "^3.1.0"
|
5091 | 5090 |
|
| 5091 | +"@walletconnect/ [email protected]": |
| 5092 | + version "2.5.0" |
| 5093 | + resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.5.0.tgz#534c77596a4b2cfef072c0fbfedfaf9680d02997" |
| 5094 | + integrity sha512-8slq2QOrmBeQE/pjlvctR63rd46/ApvF4rrZkCiluBa9HkX6iy1240/UwFq645lyzt9zd9iwAirjUDIPP2drLQ== |
| 5095 | + dependencies: |
| 5096 | + "@stablelib/chacha20poly1305" "1.0.1" |
| 5097 | + "@stablelib/hkdf" "1.0.1" |
| 5098 | + "@stablelib/random" "^1.0.2" |
| 5099 | + "@stablelib/sha256" "1.0.1" |
| 5100 | + "@stablelib/x25519" "^1.0.3" |
| 5101 | + "@walletconnect/jsonrpc-utils" "^1.0.4" |
| 5102 | + "@walletconnect/relay-api" "^1.0.9" |
| 5103 | + "@walletconnect/safe-json" "^1.0.1" |
| 5104 | + "@walletconnect/time" "^1.0.2" |
| 5105 | + "@walletconnect/types" "2.5.0" |
| 5106 | + "@walletconnect/window-getters" "^1.0.1" |
| 5107 | + "@walletconnect/window-metadata" "^1.0.1" |
| 5108 | + detect-browser "5.3.0" |
| 5109 | + query-string "7.1.1" |
| 5110 | + uint8arrays "^3.1.0" |
| 5111 | + |
| 5112 | +"@walletconnect/utils@^1.8.0": |
| 5113 | + version "1.8.0" |
| 5114 | + resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-1.8.0.tgz#2591a197c1fa7429941fe428876088fda6632060" |
| 5115 | + integrity sha512-zExzp8Mj1YiAIBfKNm5u622oNw44WOESzo6hj+Q3apSMIb0Jph9X3GDIdbZmvVZsNPxWDL7uodKgZcCInZv2vA== |
| 5116 | + dependencies: |
| 5117 | + "@walletconnect/browser-utils" "^1.8.0" |
| 5118 | + "@walletconnect/encoding" "^1.0.1" |
| 5119 | + "@walletconnect/jsonrpc-utils" "^1.0.3" |
| 5120 | + "@walletconnect/types" "^1.8.0" |
| 5121 | + bn.js "4.11.8" |
| 5122 | + js-sha3 "0.8.0" |
| 5123 | + query-string "6.13.5" |
| 5124 | + |
5092 | 5125 | "@walletconnect/ [email protected]":
|
5093 | 5126 | version "1.8.0"
|
5094 | 5127 | resolved "https://registry.yarnpkg.com/@walletconnect/web3-provider/-/web3-provider-1.8.0.tgz#e90d903f4c609b7158ecb5f0f41df121e93b56b5"
|
|
0 commit comments