@depay/widgets 6.11.0 → 6.11.1

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.
@@ -68189,7 +68189,7 @@ var DonationRoutingProvider = (function (props) {
68189
68189
  });
68190
68190
 
68191
68191
  var format = (function (input) {
68192
- var _float = parseFloat(input);
68192
+ var _float = round$1(input);
68193
68193
 
68194
68194
  var floatToString = _float.toString();
68195
68195
 
package/dist/esm/index.js CHANGED
@@ -2778,7 +2778,7 @@ var DonationRoutingProvider = (function (props) {
2778
2778
  });
2779
2779
 
2780
2780
  var format = (function (input) {
2781
- var _float = parseFloat(input);
2781
+ var _float = round(input);
2782
2782
 
2783
2783
  var floatToString = _float.toString();
2784
2784
 
@@ -68195,7 +68195,7 @@
68195
68195
  });
68196
68196
 
68197
68197
  var format = (function (input) {
68198
- var _float = parseFloat(input);
68198
+ var _float = round$1(input);
68199
68199
 
68200
68200
  var floatToString = _float.toString();
68201
68201
 
package/dist/umd/index.js CHANGED
@@ -2773,7 +2773,7 @@
2773
2773
  });
2774
2774
 
2775
2775
  var format = (function (input) {
2776
- var _float = parseFloat(input);
2776
+ var _float = round(input);
2777
2777
 
2778
2778
  var floatToString = _float.toString();
2779
2779
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/widgets",
3
3
  "moduleName": "DePayWidgets",
4
- "version": "6.11.0",
4
+ "version": "6.11.1",
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",