Skip to content

Commit

Permalink
v9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Dec 30, 2022
1 parent 0632d6d commit 9a4efdc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/buttons",
"moduleName": "DePayButtons",
"version": "9.0.2",
"version": "9.0.3",
"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,7 +36,7 @@
},
"dependencies": {
"@depay/react-shadow-dom": "^5.0.5",
"@depay/widgets": "^9.0.2",
"@depay/widgets": "^9.0.3",
"@depay/web3-blockchains": "^6.3.2"
},
"peerDependencies": {
Expand All @@ -50,7 +50,7 @@
"@babel/preset-react": "^7.12.7",
"@cypress/react": "^5.12.5",
"@depay/react-shadow-dom": "^5.0.5",
"@depay/widgets": "^9.0.2",
"@depay/widgets": "^9.0.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1306,10 +1306,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-13.1.0.tgz#9a555e3e194da9bb5980cb90d900925ccd0873e7"
integrity sha512-bNnY3SepjNp3uvrZzQtc/J1PrPVzenobSSvsOTR4ckfay1EiuetJpCCJGkcvzB5RLDBcJ4mTrQOBg/r9ERfYsw==

"@depay/widgets@^9.0.2":
version "9.0.2"
resolved "https://registry.yarnpkg.com/@depay/widgets/-/widgets-9.0.2.tgz#f767ab728f8f917058241cd7b5d643bfc451def6"
integrity sha512-cpbcCUs27SCvmfXBxle+irDJPJFxXCZ6HOyFedtxWMn7/oCzW79YyhU6q1UfWSt/4fTD6OFgoNOttjM4PRk3oQ==
"@depay/widgets@^9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@depay/widgets/-/widgets-9.0.3.tgz#bbeb276d377d72fc83f515b154c905466f84fbc9"
integrity sha512-bJaq1EXit7txRywE8y3q/c5tAMOlGEIojdFiGqjmyHZj2f4dF/nAj1Mm6Y2zu5syryemMdXUDc8AMKcUoj5dMg==
dependencies:
"@depay/coinbase-wallet-sdk" "^1.1.0"
"@depay/local-currency" "^3.6.0"
Expand Down

0 comments on commit 9a4efdc

Please sign in to comment.