@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.
- package/dist/esm/index.bundle.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/umd/index.bundle.js +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.bundle.js
CHANGED
|
@@ -68189,7 +68189,7 @@ var DonationRoutingProvider = (function (props) {
|
|
|
68189
68189
|
});
|
|
68190
68190
|
|
|
68191
68191
|
var format = (function (input) {
|
|
68192
|
-
var _float =
|
|
68192
|
+
var _float = round$1(input);
|
|
68193
68193
|
|
|
68194
68194
|
var floatToString = _float.toString();
|
|
68195
68195
|
|
package/dist/esm/index.js
CHANGED
package/dist/umd/index.bundle.js
CHANGED
|
@@ -68195,7 +68195,7 @@
|
|
|
68195
68195
|
});
|
|
68196
68196
|
|
|
68197
68197
|
var format = (function (input) {
|
|
68198
|
-
var _float =
|
|
68198
|
+
var _float = round$1(input);
|
|
68199
68199
|
|
|
68200
68200
|
var floatToString = _float.toString();
|
|
68201
68201
|
|
package/dist/umd/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depay/widgets",
|
|
3
3
|
"moduleName": "DePayWidgets",
|
|
4
|
-
"version": "6.11.
|
|
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",
|