@depay/widgets 7.11.0 → 7.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/umd/index.js CHANGED
@@ -21222,8 +21222,10 @@
21222
21222
  after_block: afterBlock,
21223
21223
  from_token: paymentRoute.fromToken.address,
21224
21224
  from_amount: paymentRoute.fromAmount.toString(),
21225
+ from_decimals: paymentRoute.fromDecimals,
21225
21226
  to_token: paymentRoute.toToken.address,
21226
21227
  to_amount: paymentRoute.toAmount.toString(),
21228
+ to_decimals: paymentRoute.toDecimals,
21227
21229
  fee_amount: paymentRoute === null || paymentRoute === void 0 ? void 0 : (_paymentRoute$feeAmou = paymentRoute.feeAmount) === null || _paymentRoute$feeAmou === void 0 ? void 0 : _paymentRoute$feeAmou.toString()
21228
21230
  }).then(function (response) {
21229
21231
  if (response.status != 200) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/widgets",
3
3
  "moduleName": "DePayWidgets",
4
- "version": "7.11.0",
4
+ "version": "7.12.0",
5
5
  "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.",
6
6
  "main": "./dist/umd/index.js",
7
7
  "module": "./dist/esm/index.js",