Skip to content

Commit

Permalink
Updated MetaMask plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Dec 5, 2024
1 parent a302c8c commit cc867b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@tailwindcss/container-queries": "^0.1.1",
"@wharfkit/account": "^1.2.0",
"@wharfkit/account-creation-plugin-greymass": "^1.2.0",
"@wharfkit/account-creation-plugin-metamask": "^1.0.2",
"@wharfkit/account-creation-plugin-metamask": "^1.1.1",
"@wharfkit/antelope": "^1.0.11",
"@wharfkit/common": "^1.4.0",
"@wharfkit/contract": "^1.1.5",
Expand All @@ -62,7 +62,7 @@
"@wharfkit/session": "^1.4.0",
"@wharfkit/transact-plugin-resource-provider": "^1.1.1",
"@wharfkit/wallet-plugin-anchor": "^1.4.0",
"@wharfkit/wallet-plugin-metamask": "1.0.0-rc10",
"@wharfkit/wallet-plugin-metamask": "^1.1.0",
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
"@wharfkit/wallet-plugin-scatter": "^1.5.1",
"@wharfkit/wallet-plugin-tokenpocket": "^1.5.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 3831074445BB38D9-319bbcb8908b3c95-0BAE303A407F69C6-a6664dd7a47d6926
# bun ./bun.lockb --hash: ECB05F2A4F6B5A6B-e8c95a7b99cf9889-8602410DB5AD8AB1-91762af158999f06


"@accuser/svelte-plausible-analytics@^1.0.0":
Expand Down Expand Up @@ -1467,10 +1467,10 @@
"@greymass/create-account" "greymass/create-account"
tslib "^2.1.0"

"@wharfkit/account-creation-plugin-metamask@^1.0.2":
version "1.0.2"
resolved "https://registry.npmjs.org/@wharfkit/account-creation-plugin-metamask/-/account-creation-plugin-metamask-1.0.2.tgz"
integrity sha512-OPLqzADfoHEoO+ND5/d9ERlLOZT9wz7KL3oilXmajbtri6ucirwqNgAMClxOFPcerXzct+/EYFnSIxIVnpsWfg==
"@wharfkit/account-creation-plugin-metamask@^1.1.1":
version "1.1.1"
resolved "https://registry.npmjs.org/@wharfkit/account-creation-plugin-metamask/-/account-creation-plugin-metamask-1.1.1.tgz"
integrity sha512-CqeLZWPrNU1eqj+Rxqm6c4IdtPF0DhX5BP5RoUF0ISWeCq23+R+CboCvugEUC6u15YIjHSqxsSV60FgRM5kHBA==
dependencies:
"@greymass/create-account" "^1.0.2"
"@metamask/providers" "^17.0.0"
Expand Down Expand Up @@ -1601,10 +1601,10 @@
isomorphic-ws "^5.0.0"
ws "^8.13.0"

"@wharfkit/wallet-plugin-metamask@1.0.0-rc10":
version "1.0.0-rc10"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-metamask/-/wallet-plugin-metamask-1.0.0-rc10.tgz"
integrity sha512-y+3W2L83YCNYlRzJLIcSJ1GwW/98eykeJmu6LAsbhHjsx9aOCOKLXU5DHHWTlRB+Vmd8i09ExSaV/tfFPy54SQ==
"@wharfkit/wallet-plugin-metamask@^1.1.0":
version "1.1.0"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-metamask/-/wallet-plugin-metamask-1.1.0.tgz"
integrity sha512-ve5GnIX7myxbPrLrGITvHCW6CKyYEMHx0R2FC5QT3ItF2ImPfYRysodnRbv2KfVewrJK/uDvzxIs4VhU9HZjGQ==
dependencies:
"@metamask/providers" "^17.0.0"
tslib "^2.1.0"
Expand Down

0 comments on commit cc867b3

Please sign in to comment.