Skip to content

Commit

Permalink
v1.3.0 upgrade depay widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Sep 12, 2022
1 parent fdd5547 commit a107ef7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/widgets.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"private": false,
"dependencies": {
"@depay/web3-blockchains": "^6.1.0",
"@depay/widgets": "^7.16.1"
"@depay/widgets": "^7.16.2"
},
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A WooCommerce plugin for P2P cryptocurrency payments on multiple blockchains.
[youtube https://www.youtube.com/watch?v=bc1sPOnlGyk]

= Features =
> 📌 Check out the [live demo](https://web3wordpress.xyz "WooCommerce Plugin for Crypto Web3 Payments (live demo) by DePay").
> 📌 Check out the [live demo](https://web3woocommerce.xyz "WooCommerce Plugin for Crypto Web3 Payments (live demo) by DePay").

* **Wallet-to-wallet**: Middleman-free P2P payments.
* **Multichain**: Your customers can perform payments on various blockchains.
Expand Down
2 changes: 1 addition & 1 deletion rollup.build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { terser } from "rollup-plugin-terser"
const files = [
'src/admin.js',
'src/checkout.js',
// 'src/widgets.bundle.js', // only build if necessary
'src/widgets.bundle.js', // only build if necessary
]

export default files.map((file)=>{
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1088,10 +1088,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-11.1.1.tgz#d52bb9b7bc2f24d00f25ef2add1583ed11751703"
integrity sha512-LjfR6v50Qy+nbrNkG9tnU0neHkp4O3arIC7lA1OYMBxbpgG467c7uX27Lws+iTPJyN5o76m+1YZ2JmGXwImNlw==

"@depay/widgets@^7.16.1":
version "7.16.1"
resolved "https://registry.yarnpkg.com/@depay/widgets/-/widgets-7.16.1.tgz#1308fb8ae4ecc36d87099bf543ade5622ab63023"
integrity sha512-c/XXnngy3XDPJEU0/mZTWh3fF/iAVtSxsWOxBHh7jyp3kfmaTR1VXO7u+kuPLWOqpVpYvENKUIseyg9p3aOiBQ==
"@depay/widgets@^7.16.2":
version "7.16.2"
resolved "https://registry.yarnpkg.com/@depay/widgets/-/widgets-7.16.2.tgz#dc70f2195e26e604182c98bab08321c1f70d28e2"
integrity sha512-JUIhOShzDHW7z5K0zG4s+I6s5fDxEq48USiqLG6BSEih8Qmf4485lfmT4pQaWGQB7JfDONJPz9FJzGgCxKTFDw==
dependencies:
"@depay/coinbase-wallet-sdk" "^1.0.5"
"@depay/local-currency" "^3.5.3"
Expand Down

0 comments on commit a107ef7

Please sign in to comment.