Skip to content

Commit 0f4c602

Browse files
authored
Merge pull request #867 from telosnetwork/update-wharfkit
update wharfkit sessions and cleos plugin
2 parents d12309b + f28abcc commit 0f4c602

2 files changed

Lines changed: 23 additions & 10 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
},
1515
"dependencies": {
1616
"@quasar/extras": "^1.13.4",
17-
"@wharfkit/session": "^1.2.8",
17+
"@wharfkit/antelope": "1.0.9",
18+
"@wharfkit/session": "^1.3.1",
1819
"@wharfkit/transact-plugin-resource-provider": "^1.1.1",
1920
"@wharfkit/wallet-plugin-anchor": "^1.3.4",
20-
"@wharfkit/wallet-plugin-cleos": "^1.1.1",
21+
"@wharfkit/wallet-plugin-cleos": "^1.2.0",
2122
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
2223
"@wharfkit/web-renderer": "^1.2.4",
2324
"axios": "^0.21.1",

yarn.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,6 +2680,18 @@
26802680
"@wharfkit/token" "^1.1.2"
26812681
tslib "^2.1.0"
26822682

2683+
"@wharfkit/antelope@1.0.9":
2684+
version "1.0.9"
2685+
resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.9.tgz#87388b8ab86f6f0e63950284661b7e8da16e76a7"
2686+
integrity sha512-kqJJmvp+//OG372HELb8IdSMvSZI9u/S6TPiljB5sm3Yl4rRLJL+EV8SxmfuAY/kF5asbHQkW2HWR8L12HXZ6w==
2687+
dependencies:
2688+
bn.js "^4.11.9"
2689+
brorand "^1.1.0"
2690+
elliptic "^6.5.4"
2691+
hash.js "^1.0.0"
2692+
pako "^2.1.0"
2693+
tslib "^2.0.3"
2694+
26832695
"@wharfkit/antelope@^1.0.0", "@wharfkit/antelope@^1.0.2", "@wharfkit/antelope@^1.0.4", "@wharfkit/antelope@^1.0.5", "@wharfkit/antelope@^1.0.7":
26842696
version "1.0.7"
26852697
resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.7.tgz#5ca010db963e061b2e8c47c14e55f86817718c2e"
@@ -2730,10 +2742,10 @@
27302742
js-big-decimal "^2.0.7"
27312743
tslib "^2.1.0"
27322744

2733-
"@wharfkit/session@^1.2.8":
2734-
version "1.2.8"
2735-
resolved "https://registry.yarnpkg.com/@wharfkit/session/-/session-1.2.8.tgz#84de7a2343df4a45600af6e1e3fe294785da295f"
2736-
integrity sha512-F1oC+4rqCDbt84eKI0Vd2ahhR05Zi2FefqD14PLOo8sj1s5oR5uq7Zc9orSmprkkTqnYFAh9QOck+CWe+xR+8A==
2745+
"@wharfkit/session@^1.3.1":
2746+
version "1.3.1"
2747+
resolved "https://registry.yarnpkg.com/@wharfkit/session/-/session-1.3.1.tgz#2cbfa14aafc21abba060e97dab24e9263c78ad6e"
2748+
integrity sha512-x+SV14arfhvuiDGyWAH2WIKW7v2WKQ1njc3EzU5ZzE6xVWRfKZ23mqtz83YemQ2h0562+QR712CzX5ZhAcdcpg==
27372749
dependencies:
27382750
"@wharfkit/abicache" "^1.2.1"
27392751
"@wharfkit/account" "^1.0.0"
@@ -2778,10 +2790,10 @@
27782790
isomorphic-ws "^5.0.0"
27792791
ws "^8.13.0"
27802792

2781-
"@wharfkit/wallet-plugin-cleos@^1.1.1":
2782-
version "1.1.1"
2783-
resolved "https://registry.yarnpkg.com/@wharfkit/wallet-plugin-cleos/-/wallet-plugin-cleos-1.1.1.tgz#8c27118a01c9d50f3c3638553eac77ed8f8db03b"
2784-
integrity sha512-cFLsx10+Js0ggHUZGi1oTZMWF/fXBAqk9uuCSszPda2VKVWzUijqJJU+vX+TAdCd3WBi86utHJeVoVSIhHEq5A==
2793+
"@wharfkit/wallet-plugin-cleos@^1.2.0":
2794+
version "1.2.0"
2795+
resolved "https://registry.yarnpkg.com/@wharfkit/wallet-plugin-cleos/-/wallet-plugin-cleos-1.2.0.tgz#a00686d3071ec67a67b657c015731e527ee8c084"
2796+
integrity sha512-lO1AjLfyzRaj2kZc7vAoRhXWwsltNsW3j8uV9EDWmrpBuHYbq+odgQLgTZFenvxfUjsrnvCP1RHFyubDpo1QQg==
27852797
dependencies:
27862798
tslib "^2.1.0"
27872799

0 commit comments

Comments
 (0)