@depay/widgets 7.9.0 → 7.10.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
@@ -21215,6 +21215,8 @@
21215
21215
  sender: transaction.from.toLowerCase(),
21216
21216
  nonce: transaction.nonce,
21217
21217
  after_block: afterBlock,
21218
+ from_token: paymentRoute.fromToken.address,
21219
+ from_amount: paymentRoute.fromAmount.toString(),
21218
21220
  to_token: paymentRoute.toToken.address,
21219
21221
  to_amount: paymentRoute.toAmount.toString(),
21220
21222
  fee_amount: paymentRoute === null || paymentRoute === void 0 ? void 0 : (_paymentRoute$feeAmou = paymentRoute.feeAmount) === null || _paymentRoute$feeAmou === void 0 ? void 0 : _paymentRoute$feeAmou.toString()
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/widgets",
3
3
  "moduleName": "DePayWidgets",
4
- "version": "7.9.0",
4
+ "version": "7.10.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",