Skip to content

Commit

Permalink
v12.16.8: improve Wallet App async auth
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Dec 4, 2024
1 parent 6239fde commit 339aa6d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/coinbase-wallet-sdk@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/walletconnect-v2@2"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/worldcoin-precompiled@1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-wallets@17.6.1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-wallets@17.6.2"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-assets@7"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-exchanges@13"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-payments@13.12.10"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/coinbase-wallet-sdk@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/walletconnect-v2@2.12.2"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/worldcoin-precompiled@1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-wallets@17.6.1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-wallets@17.6.2"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-assets@7.4.1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-exchanges@13.11.0"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-payments@13.12.10"></script>
Expand Down
4 changes: 2 additions & 2 deletions package.evm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/widgets-evm",
"moduleName": "DePayWidgets",
"version": "12.16.7",
"version": "12.16.8",
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@depay/web3-exchanges-evm": "^13.11.0",
"@depay/web3-payments-evm": "^13.12.10",
"@depay/web3-tokens-evm": "^10.4.3",
"@depay/web3-wallets-evm": "^17.6.1",
"@depay/web3-wallets-evm": "^17.6.2",
"@depay/worldcoin-precompiled": "^1.2.0",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/widgets",
"moduleName": "DePayWidgets",
"version": "12.16.7",
"version": "12.16.8",
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@depay/web3-exchanges": "^13.11.0",
"@depay/web3-payments": "^13.12.10",
"@depay/web3-tokens": "^10.4.3",
"@depay/web3-wallets": "^17.6.1",
"@depay/web3-wallets": "^17.6.2",
"@depay/worldcoin-precompiled": "^1.2.0",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
Expand Down
4 changes: 2 additions & 2 deletions package.solana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/widgets-solana",
"moduleName": "DePayWidgets",
"version": "12.16.7",
"version": "12.16.8",
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@depay/web3-exchanges-solana": "^13.11.0",
"@depay/web3-payments-solana": "^13.12.10",
"@depay/web3-tokens-solana": "^10.4.3",
"@depay/web3-wallets-solana": "^17.6.1",
"@depay/web3-wallets-solana": "^17.6.2",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
"decimal.js": "^10.4.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1374,15 +1374,15 @@
resolved "https://registry.yarnpkg.com/@depay/web3-tokens/-/web3-tokens-10.4.3.tgz#d84b2fa24efac9ccdebd2c04f2b9ef8d7a8aa63a"
integrity sha512-SYaCrND2yzWDIlI1mxy3El9LDyEYLbfG5jEiTaq9mHrgQ/90keTIzUFXUsKPVC9EKjLuS4RkAKvg3Pgryi7o2w==

"@depay/web3-wallets@^17.5.0":
version "17.5.0"
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-17.5.0.tgz#7011184541f798e4042e90586c36da7fcea300eb"
integrity sha512-LnLtf+9+MtHfzMbvFzDgHXHPEN0W0tNei8vYsqy1YxIA1hSf1xmE/9+gSRS34BM4MOYLtz/Q6W3uf+fYiLG4Qw==

"@depay/worldcoin-precompiled@^0.0.33":
version "0.0.33"
resolved "https://registry.yarnpkg.com/@depay/worldcoin-precompiled/-/worldcoin-precompiled-0.0.33.tgz#0c0dab3b332c9c4d0f036efd287d2f8a8e218846"
integrity sha512-AlyBpjEBXD++v3LL3v/AURMtUnFCnBICJNjaqHmi7KXgmVMYVB2rwuSFBOI1ygblXpoObAJIPRtt0Vl4kzkVCA==
"@depay/web3-wallets@^17.6.2":
version "17.6.2"
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-17.6.2.tgz#6ed0a129ac5914deee704d9e1b3cbf1d80bde2b1"
integrity sha512-IpnuHLUJVnuWy6OLBz53Zfhpd4WVcWAJTO/CyYaXdWSWGAE9AGtwn9tn5Zo0QTHpDNmj+ajlXtwHwNMKImN2fA==

"@depay/worldcoin-precompiled@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@depay/worldcoin-precompiled/-/worldcoin-precompiled-1.2.0.tgz#5eb6b55d0d3890e6542c8e72f1941c08c6804058"
integrity sha512-VeHmugWFCMq2k6WvHpcu4M24hOyt17tvFEyYdo439q5wowcIXLVQYHyBCoEU3IScDwW5mtH0gPI0BWyoD2cAqA==
dependencies:
"@rollup/plugin-alias" "^5.1.0"

Expand Down

0 comments on commit 339aa6d

Please sign in to comment.