Skip to content

Commit

Permalink
Updating all scatter based plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Sep 26, 2024
1 parent 5ead9a7 commit 6ba37f0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
"@wharfkit/wallet-plugin-anchor": "^1.4.0",
"@wharfkit/wallet-plugin-metamask": "1.0.0-rc8",
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
"@wharfkit/wallet-plugin-wombat": "^1.4.0",
"@wharfkit/wallet-plugin-scatter": "^1.5.0",
"@wharfkit/wallet-plugin-tokenpocket": "^1.5.0",
"@wharfkit/wallet-plugin-wombat": "^1.5.0",
"@wharfkit/web-renderer": "^1.4.1",
"big.js": "^6.2.1",
"chart.js": "^4.4.3",
Expand Down
28 changes: 22 additions & 6 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: 908FBBAEC49F24C0-53bfb0807f89d200-C60F8F0DE07D2ACB-1a3fd6615acb69f6
# bun ./bun.lockb --hash: 089FFA81964D824A-c3b5e44b0c70e085-771398EB0974DD79-f8340de00ce4ba41


"@alloc/quick-lru@^5.2.0":
Expand Down Expand Up @@ -1493,7 +1493,7 @@
"@wharfkit/antelope" "^1.0.0"
tslib "^2.0.3"

"@wharfkit/session@^1.1.0", "@wharfkit/session@^1.2.2", "@wharfkit/session@^1.2.7", "@wharfkit/session@^1.3.1", "@wharfkit/session@^1.4.0":
"@wharfkit/session@^1.1.0", "@wharfkit/session@^1.2.7", "@wharfkit/session@^1.3.1", "@wharfkit/session@^1.4.0":
version "1.4.0"
resolved "https://registry.npmjs.org/@wharfkit/session/-/session-1.4.0.tgz"
integrity sha512-U+K9eWbYzFeDshYwgrhyNoF47kYToKFpTe6xFAwaJO+2w0kIkP0vtJFl7ygd06muh7Hu3K1BqrZ3j6+FyyuIyA==
Expand Down Expand Up @@ -1549,10 +1549,26 @@
dependencies:
tslib "^2.1.0"

"@wharfkit/wallet-plugin-wombat@next":
version "1.4.0"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-wombat/-/wallet-plugin-wombat-1.4.0.tgz"
integrity sha512-Q97diZv96INDJ1Z7D7b9K+RQf4URAYu2ydaDG5bEOCEfpVAxVSmNu66bz6PSXmjqOwgVdTF2P01USQ0Ol34dQg==
"@wharfkit/wallet-plugin-scatter@^1.5.0":
version "1.5.0"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-scatter/-/wallet-plugin-scatter-1.5.0.tgz"
integrity sha512-iWZIpO00coHWhh8KsDdSz6ddZ2Wg+DnyUNAQ2fgmbhK2FqSL2k8mGRSSc+Fj63XIgWK8luo8V4fvN0fajZdMvg==
dependencies:
"@wharfkit/protocol-scatter" "^1.3.1"
tslib "^2.1.0"

"@wharfkit/wallet-plugin-tokenpocket@^1.5.0":
version "1.5.0"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-tokenpocket/-/wallet-plugin-tokenpocket-1.5.0.tgz"
integrity sha512-wZhVPkl2u0hdT+dt5+hMqpXVEErS+hvockEWX2OaXe9egYQmO7h19XlKifia3gPhHwV3K6xSJvu4vRGeybCSPQ==
dependencies:
"@wharfkit/protocol-scatter" "^1.3.1"
tslib "^2.1.0"

"@wharfkit/wallet-plugin-wombat@^1.5.0":
version "1.5.0"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-wombat/-/wallet-plugin-wombat-1.5.0.tgz"
integrity sha512-1dXkLxMXKT2Q8/Rst+84DnWH4Zndd18GrQ2aRVkkszXRX4BK8IehjI4iLSuenlr368WiAb+CAp4mWi1LVR3usA==
dependencies:
"@wharfkit/protocol-scatter" "^1.3.1"
tslib "^2.1.0"
Expand Down

0 comments on commit 6ba37f0

Please sign in to comment.