Skip to content

Commit

Permalink
v12.14.2: fix Web3Client import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Oct 14, 2024
1 parent 8ead65c commit 1bf0e19
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-wallets@17.5.0"></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.5"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-payments@13.12.6"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/qr-code-styling@1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/fuse.js@6"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/react-rangeslider@2/umd/rangeslider.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-wallets@17.5.0"></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.11.0"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-payments@13.12.5"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-payments@13.12.6"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/qr-code-styling@1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/fuse.js@6"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/react-rangeslider@2/umd/rangeslider.js"></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/esm/index.solana.js.map

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 dist/umd/index.solana.js.map

Large diffs are not rendered by default.

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.14.1",
"version": "12.14.2",
"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 @@ -32,7 +32,7 @@
"@depay/web3-blockchains": "^9.6.8",
"@depay/web3-client-evm": "^10.19.1",
"@depay/web3-exchanges-evm": "^13.11.0",
"@depay/web3-payments-evm": "^13.12.5",
"@depay/web3-payments-evm": "^13.12.6",
"@depay/web3-tokens-evm": "^10.4.3",
"@depay/web3-wallets-evm": "^17.5.0",
"@depay/worldcoin-precompiled": "^0.0.33",
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.14.1",
"version": "12.14.2",
"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 @@ -46,7 +46,7 @@
"@depay/web3-blockchains": "^9.6.8",
"@depay/web3-client": "^10.19.1",
"@depay/web3-exchanges": "^13.11.0",
"@depay/web3-payments": "^13.12.5",
"@depay/web3-payments": "^13.12.6",
"@depay/web3-tokens": "^10.4.3",
"@depay/web3-wallets": "^17.5.0",
"@depay/worldcoin-precompiled": "^0.0.33",
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.14.1",
"version": "12.14.2",
"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 @@ -33,7 +33,7 @@
"@depay/web3-blockchains": "^9.6.8",
"@depay/web3-client-solana": "^10.19.1",
"@depay/web3-exchanges-solana": "^13.11.0",
"@depay/web3-payments-solana": "^13.12.5",
"@depay/web3-payments-solana": "^13.12.6",
"@depay/web3-tokens-solana": "^10.4.3",
"@depay/web3-wallets-solana": "^17.5.0",
"@tanstack/react-virtual": "^3.0.0-beta.54",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1364,10 +1364,10 @@
"@depay/web3-blockchains" "^9.6.1"
ethers "^5.7.1"

"@depay/web3-payments@^13.12.5":
version "13.12.5"
resolved "https://registry.yarnpkg.com/@depay/web3-payments/-/web3-payments-13.12.5.tgz#714ea6caf7fd6be29d5fdf4ea40c8828efcc6fc2"
integrity sha512-6NiWXUkgct/EUHPrKkZ3f3K0BLbj3RiBlVf412d6KAx3OjiDNwnR4TPnKmhMUE7uKuvaIcMzv5zys8ECczL2Iw==
"@depay/web3-payments@^13.12.6":
version "13.12.6"
resolved "https://registry.yarnpkg.com/@depay/web3-payments/-/web3-payments-13.12.6.tgz#6e276a50e963ffcabce5ebf1bd27da6cb1e31b4a"
integrity sha512-g4kbDb46uUJdkkDNnHSVA8Od4ALs6WtRClsgfBWhq+B00Fq1Nj+xNr+TzqGCNjgrqxaBjLHGTEzijTZzDai9rg==

"@depay/web3-tokens@^10.4.3":
version "10.4.3"
Expand Down

0 comments on commit 1bf0e19

Please sign in to comment.