Skip to content

Commit 861e347

Browse files
1.34.2-0.0.4: [update] walletlink to 2.1.11 (#685)
* update walletlink to 2.1.11 to fix issue where chainChanged event was getting emitted in prior release * run yarn install * bump minor version\ * Version bump Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
1 parent 9b7ac34 commit 861e347

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.34.2-0.0.3",
3+
"version": "1.34.2-0.0.4",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",
@@ -83,7 +83,7 @@
8383
"hdkey": "^2.0.1",
8484
"regenerator-runtime": "^0.13.7",
8585
"trezor-connect": "^8.1.9",
86-
"walletlink": "^2.1.10",
86+
"walletlink": "^2.1.11",
8787
"web3-provider-engine": "^15.0.4"
8888
},
8989
"resolutions": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10370,10 +10370,10 @@ vue@^2.6.10:
1037010370
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
1037110371
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
1037210372

10373-
walletlink@^2.1.10:
10374-
version "2.1.10"
10375-
resolved "https://registry.yarnpkg.com/walletlink/-/walletlink-2.1.10.tgz#f69b816bc1aacc11fb4f0385419e3ef7ef322058"
10376-
integrity sha512-ndX2yaa8KDzlxiuiLmrA4pJlD4CXjyCoxm4FqaeGqv/ez3WfwIRa+ZjSDpi7odHiz6sTgi/L6zy16fiocWfHJA==
10373+
walletlink@^2.1.11:
10374+
version "2.1.11"
10375+
resolved "https://registry.yarnpkg.com/walletlink/-/walletlink-2.1.11.tgz#4ed5d53066f4fae8cc43169475e4f9d1f6b8735a"
10376+
integrity sha512-DdnQ2jnVHAdKgQ1IgxPKn3GvVEUbrGCgvgqKqQ7eanxUnyWgRm5T8Ib6NqPDuQ6SNFk6St54uN+uxV7GP6AyZg==
1037710377
dependencies:
1037810378
"@metamask/safe-event-emitter" "2.0.0"
1037910379
bind-decorator "^1.0.11"

0 commit comments

Comments
 (0)