Skip to content

Commit

Permalink
update @crustio/ipfs-w3auth-handler
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Jun 25, 2024
1 parent e443184 commit e66112a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
22 changes: 15 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -125,13 +126,20 @@
bs58 "^4.0.1"
tweetnacl "^1.0.3"

"@crustio/[email protected]", "@crustio/ipfs-w3auth-substrate@^0.0.3":
"@crustio/[email protected]", "@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"
Expand Down Expand Up @@ -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==

[email protected], [email protected], tweetnacl@^1.0.3:
[email protected], [email protected], [email protected].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==
Expand Down

0 comments on commit e66112a

Please sign in to comment.