Skip to content

Commit

Permalink
v12.10.6: fixes some mobile wallet connectivity issues
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed May 10, 2024
1 parent 0775239 commit 63e446f
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 541 deletions.
83 changes: 30 additions & 53 deletions dist/esm/index.bundle.js

Large diffs are not rendered by default.

83 changes: 30 additions & 53 deletions dist/umd/index.bundle.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/buttons",
"moduleName": "DePayButtons",
"version": "12.10.4",
"version": "12.10.6",
"description": "A simple button brings Web3 Payments to your website or App. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion with state-of-the-art widgets.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@depay/react-shadow-dom": "^5.0.5",
"@depay/web3-blockchains": "^9.3.4",
"@depay/widgets": "^12.10.4"
"@depay/web3-blockchains": "^9.3.5",
"@depay/widgets": "^12.10.6"
},
"peerDependencies": {
"react": "^18",
Expand All @@ -54,8 +54,8 @@
"@cypress/webpack-preprocessor": "^6.0.1",
"@depay/coinbase-wallet-sdk": "3.8.4",
"@depay/react-shadow-dom": "^5.0.5",
"@depay/web3-blockchains": "^9.3.4",
"@depay/widgets": "^12.10.2",
"@depay/web3-blockchains": "^9.3.5",
"@depay/widgets": "^12.10.6",
"@peculiar/webcrypto": "^1.4.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
Expand Down
Loading

0 comments on commit 63e446f

Please sign in to comment.