Skip to content

Commit 0660605

Browse files
committed
feat: update '@metamask/sdk' package to version '0.26.3'
1 parent 8b8e41c commit 0660605

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@web3-onboard/keystone": "^2.3.8",
4949
"@web3-onboard/ledger": "^2.7.1",
5050
"@web3-onboard/magic": "^2.2.1",
51-
"@web3-onboard/metamask": "^2.1.2",
51+
"@web3-onboard/metamask": "^2.1.3-alpha.1",
5252
"@web3-onboard/mew-wallet": "^2.1.1",
5353
"@web3-onboard/okx": "2.0.0",
5454
"@web3-onboard/particle-network": "^2.1.1",

packages/metamask/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/metamask",
3-
"version": "2.1.2",
3+
"version": "2.1.3-alpha.1",
44
"description": "MetaMask SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -60,7 +60,7 @@
6060
"typescript": "^5.2.2"
6161
},
6262
"dependencies": {
63-
"@metamask/sdk": "^0.26.1",
63+
"@metamask/sdk": "^0.26.3",
6464
"@web3-onboard/common": "^2.4.1"
6565
},
6666
"engines": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,10 +2247,10 @@
22472247
utf-8-validate "^6.0.3"
22482248
uuid "^8.3.2"
22492249

2250-
"@metamask/sdk-communication-layer@0.26.0":
2251-
version "0.26.0"
2252-
resolved "https://registry.yarnpkg.com/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.26.0.tgz#4578138328823762ee5b25f7943bb7910b888aa6"
2253-
integrity sha512-Pu9y2YoQMC7mnaVyr2MddUUofPqqE+rZL1NFk30lJbNCVGopWSubWoF8fJZw54fWngNEN0HXPNkTokd5UCvwjQ==
2250+
"@metamask/sdk-communication-layer@0.26.2":
2251+
version "0.26.2"
2252+
resolved "https://registry.yarnpkg.com/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.26.2.tgz#e36f298e78fa7c276a4db6a5bfa76085af3f75ef"
2253+
integrity sha512-YMqwjhCZ4sXYAsEp1LxLrZZycBwpUeEsA4yIx48m1yW9sZ8pv3NGnbjM+F0zf29DLjyqLxJdxHJ7b5YkgtB26g==
22542254
dependencies:
22552255
bufferutil "^4.0.8"
22562256
date-fns "^2.29.3"
@@ -2309,14 +2309,14 @@
23092309
util "^0.12.4"
23102310
uuid "^8.3.2"
23112311

2312-
"@metamask/sdk@^0.26.1":
2313-
version "0.26.1"
2314-
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.26.1.tgz#9484c868a4826058781a037237959f3fe2b669d6"
2315-
integrity sha512-WLlCBtqqsi+DEqW7DfBq0k1Hu3fqIkiNFH0EehUix0UDPWnpv6a6acrOFoeB4ga/lbaQK2CrlIfUp0shaYdZbA==
2312+
"@metamask/sdk@^0.26.3":
2313+
version "0.26.3"
2314+
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.26.3.tgz#d7b08955f0b2fcb1248913a292490745d52fd57b"
2315+
integrity sha512-DM4BFPr1BDAIhTz7/RWb3oWQRvX79TJVZH8EL/Ljp+CRY7IjCbaVwaLdyQjVd8Doyq1V7AL4N/JjXplpo2YyYg==
23162316
dependencies:
23172317
"@metamask/onboarding" "^1.0.1"
23182318
"@metamask/providers" "^15.0.0"
2319-
"@metamask/sdk-communication-layer" "0.26.0"
2319+
"@metamask/sdk-communication-layer" "0.26.2"
23202320
"@metamask/sdk-install-modal-web" "0.26.0"
23212321
"@types/dom-screen-wake-lock" "^1.0.0"
23222322
bowser "^2.9.0"

0 commit comments

Comments
 (0)