@bsgoal/common 2.15.16 → 2.15.17
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/index.mjs
CHANGED
|
@@ -4100,7 +4100,7 @@ const Ip = { class: "bsgoal-base-form" }, Np = { key: 1 }, Cp = Object.assign({
|
|
|
4100
4100
|
const T = {};
|
|
4101
4101
|
for (const G of Object.keys(C))
|
|
4102
4102
|
if (!G.startsWith("_")) {
|
|
4103
|
-
const te = C[G], ee = Number.
|
|
4103
|
+
const te = C[G], ee = Number.parseFloat(te);
|
|
4104
4104
|
T[G] = (ee || ["0", 0].includes(te)) && !/^0.+/i.test(`${te}`) ? ee : te;
|
|
4105
4105
|
}
|
|
4106
4106
|
return T;
|