From e66112a847ef501397d9d259e0dffeb5e354d4d3 Mon Sep 17 00:00:00 2001 From: eericxu <2681350846@qq.com> Date: Tue, 25 Jun 2024 14:09:07 +0800 Subject: [PATCH] update @crustio/ipfs-w3auth-handler --- package.json | 2 +- yarn.lock | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f9067fb..a7329b9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "posttest": "yarn run lint" }, "dependencies": { - "@crustio/ipfs-w3auth-handler": "^0.0.18", + "@crustio/ipfs-w3auth-handler": "^0.0.19", "@polkadot/api": "^5.9.1", "avalanche": "3.8.1", "bs58": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index 256fc01..72dc677 100644 --- a/yarn.lock +++ b/yarn.lock @@ -99,10 +99,10 @@ "@onflow/fcl" "0.0.77" "@onflow/types" "0.0.5" -"@crustio/ipfs-w3auth-handler@^0.0.18": - version "0.0.18" - resolved "https://registry.npmjs.org/@crustio/ipfs-w3auth-handler/-/ipfs-w3auth-handler-0.0.18.tgz#0704f65e5353cd8da01438d22c96a954ab78f505" - integrity sha512-QlgV4kYihIY6HkG2jac7lTXPkcoA5c+bWU1LVqdGgjvZ0i21lP7ELMPR9CVa5BRyGVFxwd7uHfLrAfAk8VOuIA== +"@crustio/ipfs-w3auth-handler@^0.0.19": + version "0.0.19" + resolved "https://registry.npmjs.org/@crustio/ipfs-w3auth-handler/-/ipfs-w3auth-handler-0.0.19.tgz#f3ff3b28ad9168da886f107d347f928953bb26a1" + integrity sha512-WE9E9T8ajbMRQZkoSlDOQ1DanvcW7SYxWLdASMYJzLIlyjWKLeBHrW6i/2Eky66kTvgHUdBGlzhq4wpAi3pJ2Q== dependencies: "@crustio/ipfs-w3auth-algorand" "^0.0.3" "@crustio/ipfs-w3auth-aptos" "^0.0.3" @@ -111,7 +111,8 @@ "@crustio/ipfs-w3auth-ethereum" "^0.0.2" "@crustio/ipfs-w3auth-flow" "^0.0.1" "@crustio/ipfs-w3auth-solana" "^0.0.1" - "@crustio/ipfs-w3auth-substrate" "^0.0.3" + "@crustio/ipfs-w3auth-substrate" "^0.0.4" + "@crustio/ipfs-w3auth-ton" "^0.0.1" "@crustio/ipfs-w3auth-xx" "^0.0.4" express "^4.17.1" lodash "^4.17.21" @@ -125,13 +126,20 @@ bs58 "^4.0.1" tweetnacl "^1.0.3" -"@crustio/ipfs-w3auth-substrate@0.0.4", "@crustio/ipfs-w3auth-substrate@^0.0.3": +"@crustio/ipfs-w3auth-substrate@0.0.4", "@crustio/ipfs-w3auth-substrate@^0.0.4": version "0.0.4" resolved "https://registry.npmjs.org/@crustio/ipfs-w3auth-substrate/-/ipfs-w3auth-substrate-0.0.4.tgz#d1e75ed6eee96228bb6ea13aaff45bd7e89bcf75" integrity sha512-ZXAs+bUFBhogSryPqpr8PmfZPwu6sQK+vXm71IM2FLAepHt2lrfpugvt6U7qZIAQut2dSFDK7Jf/j6CXN7VtpA== dependencies: "@polkadot/api" "5.x" +"@crustio/ipfs-w3auth-ton@^0.0.1": + version "0.0.1" + resolved "https://registry.npmjs.org/@crustio/ipfs-w3auth-ton/-/ipfs-w3auth-ton-0.0.1.tgz#366890ff28c176ea06525539b111a40d210b92fc" + integrity sha512-mAOk5L+6I4/mXETn8to/5FSMLwvQCWwZJChSI7cMThp4PHAfpxqyj4/MxFD9WdevIYj90VKFtBTVmeagp4Wdwg== + dependencies: + tweetnacl "1.x" + "@crustio/ipfs-w3auth-xx@^0.0.4": version "0.0.4" resolved "https://registry.npmjs.org/@crustio/ipfs-w3auth-xx/-/ipfs-w3auth-xx-0.0.4.tgz#8e15fcb7f9ff3bf9f476298575de0e73d0bd39a4" @@ -5286,7 +5294,7 @@ tweetnacl-util@^0.15.1: resolved "https://registry.npmjs.org/tweetnacl-util/-/tweetnacl-util-0.15.1.tgz#b80fcdb5c97bcc508be18c44a4be50f022eea00b" integrity sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw== -tweetnacl@1.0.3, tweetnacl@1.x.x, tweetnacl@^1.0.3: +tweetnacl@1.0.3, tweetnacl@1.x, tweetnacl@1.x.x, tweetnacl@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz#ac0af71680458d8a6378d0d0d050ab1407d35596" integrity sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==