Skip to content

Commit

Permalink
v12.3.19: upgrade web3-payments to fix solana nonce issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Jan 5, 2024
1 parent 862a53e commit dea52e6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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.3.18",
"version": "12.3.19",
"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.2.9",
"@depay/web3-client-evm": "^10.18.4",
"@depay/web3-exchanges-evm": "^13.7.0",
"@depay/web3-payments-evm": "^13.6.9",
"@depay/web3-payments-evm": "^13.6.10",
"@depay/web3-tokens-evm": "^10.3.0",
"@depay/web3-wallets-evm": "^16.3.6",
"@tanstack/react-virtual": "^3.0.0-beta.54",
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.3.18",
"version": "12.3.19",
"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 @@ -47,7 +47,7 @@
"@depay/web3-blockchains": "^9.2.9",
"@depay/web3-client": "^10.18.4",
"@depay/web3-exchanges": "^13.7.0",
"@depay/web3-payments": "^13.6.9",
"@depay/web3-payments": "^13.6.10",
"@depay/web3-tokens": "^10.3.0",
"@depay/web3-wallets": "^16.3.6",
"@tanstack/react-virtual": "^3.0.0-beta.54",
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.3.18",
"version": "12.3.19",
"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-blockchains": "^9.2.9",
"@depay/web3-client-solana": "^10.18.4",
"@depay/web3-exchanges-solana": "^13.7.0",
"@depay/web3-payments-solana": "^13.6.9",
"@depay/web3-payments-solana": "^13.6.10",
"@depay/web3-tokens-solana": "^10.3.0",
"@depay/web3-wallets-solana": "^16.3.6",
"@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 @@ -1330,10 +1330,10 @@
"@depay/web3-blockchains" "^9.1.4"
ethers "^5.7.1"

"@depay/web3-payments@^13.6.9":
version "13.6.9"
resolved "https://registry.yarnpkg.com/@depay/web3-payments/-/web3-payments-13.6.9.tgz#8ee0782c08f13b7dedce531067aec4397eb12592"
integrity sha512-+jkDuesxW2TQ2KpfKUsjAF9HTgGro3O3hkf48AU+is5ryfdkVhEp3EdeR+2VTpxNCk+QGI5zN23NvcDqF4AiVA==
"@depay/web3-payments@^13.6.10":
version "13.6.10"
resolved "https://registry.yarnpkg.com/@depay/web3-payments/-/web3-payments-13.6.10.tgz#8b8474495162651980072886023b1821ff45a938"
integrity sha512-fXqpxUb3Jxf/yjIqXkxxHSwBF2+sm/g8FNgbdxdDG3KMSaF4wtJXn88fHtkjnYmA1u9UfuLXlPgo/7DkvZwStQ==

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

0 comments on commit dea52e6

Please sign in to comment.