Skip to content

Commit

Permalink
upgrade web3-payments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Oct 8, 2024
1 parent 877cee2 commit fd40b25
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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@0"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected].4"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected].5"></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/[email protected]"></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/[email protected]"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/worldcoin-precompiled@0"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected].4"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected].5"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-assets@7"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected]"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected]"></script>
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/index.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@depay/web3-exchanges-evm": "^13.11.0",
"@depay/web3-payments-evm": "^13.12.3",
"@depay/web3-tokens-evm": "^10.4.3",
"@depay/web3-wallets-evm": "^17.4.4",
"@depay/web3-wallets-evm": "^17.4.5",
"@depay/worldcoin-precompiled": "^0.0.33",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@depay/web3-exchanges": "^13.11.0",
"@depay/web3-payments": "^13.12.3",
"@depay/web3-tokens": "^10.4.3",
"@depay/web3-wallets": "^17.4.4",
"@depay/web3-wallets": "^17.4.5",
"@depay/worldcoin-precompiled": "^0.0.33",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
Expand Down
2 changes: 1 addition & 1 deletion package.solana.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@depay/web3-exchanges-solana": "^13.11.0",
"@depay/web3-payments-solana": "^13.12.3",
"@depay/web3-tokens-solana": "^10.4.3",
"@depay/web3-wallets-solana": "^17.4.4",
"@depay/web3-wallets-solana": "^17.4.5",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
"decimal.js": "^10.4.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1374,10 +1374,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-tokens/-/web3-tokens-10.4.3.tgz#d84b2fa24efac9ccdebd2c04f2b9ef8d7a8aa63a"
integrity sha512-SYaCrND2yzWDIlI1mxy3El9LDyEYLbfG5jEiTaq9mHrgQ/90keTIzUFXUsKPVC9EKjLuS4RkAKvg3Pgryi7o2w==

"@depay/web3-wallets@^17.4.4":
version "17.4.4"
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-17.4.4.tgz#6c2d6babc14bf4a41183d4fef4bf33b60c245626"
integrity sha512-zSDO0Afx2x4TGAOOoi+ue7Ol5ug3mv4/kz1W8a6whb8qebJeoHmN1HjGNiuHCAGaa650IwJyrTvOJrMBi3ESIw==
"@depay/web3-wallets@^17.4.5":
version "17.4.5"
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-17.4.5.tgz#d6ba0c2cdc85a620b97849b8169ff92e871e1be3"
integrity sha512-33ica1hTSJcQGnntLkatj1sGgHAgdDS1P8NZYhzEUccd4w6WuLQWkp43AlFLeDfnzStEdctmPz/SGmneI82EDg==

"@depay/worldcoin-precompiled@^0.0.33":
version "0.0.33"
Expand Down

0 comments on commit fd40b25

Please sign in to comment.