Skip to content

Commit

Permalink
v2.7.1 fix: do not require approval for direct transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Sep 7, 2021
1 parent 58958fb commit 4d1c4ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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": "2.7.0",
"version": "2.7.1",
"description": "Accept and perform crypto payments with DePay widgets. Simple Decentralized Payments.",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"depay-web3-client": "^5.0.1",
"depay-web3-constants": "^3.0.1",
"depay-web3-exchanges": "^5.0.0",
"depay-web3-payments": "^5.2.0",
"depay-web3-payments": "^5.2.1",
"depay-web3-tokens": "^4.0.1",
"depay-web3-transaction": "^3.2.1",
"depay-web3-wallets": "^5.1.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2890,10 +2890,10 @@ depay-web3-mock@^8.0.0:
resolved "https://registry.yarnpkg.com/depay-web3-mock/-/depay-web3-mock-8.0.0.tgz#bb08137e9b8ad5f8e193e239b131b06a0921f884"
integrity sha512-Oy8Rm6sHwlca/HRsbJV56niaOz43GsxYGLNeiAOW6rMVJDrHY/LbBB6BWiYXVyTCTyFl+8iusSyQA7/XlepsPQ==

depay-web3-payments@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/depay-web3-payments/-/depay-web3-payments-5.2.0.tgz#8bf9fc67a5cfad13d065de11f1ed0dea59a04d77"
integrity sha512-bbs6/9smtN+9AGFpnGaHSxwQ7Vvb4Lmp4VCaKNz6t5YKA5Iu0YfQeOSqYACrv116dxNxcF/tedP+X48+jfQuCw==
depay-web3-payments@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/depay-web3-payments/-/depay-web3-payments-5.2.1.tgz#53801e1781121f8c2b258002b8ddf840c7eaefac"
integrity sha512-ce5SNzJMIs5Y0IJcy/h7/a2W7yrpmWxjSzKw2Hmqq2b4vww3pl19KaxFsbe7LTvS1Mv7Nh7qhTVQAaZKtksyVw==

depay-web3-tokens@^4.0.1:
version "4.0.1"
Expand Down

0 comments on commit 4d1c4ac

Please sign in to comment.