scope360-core 0.0.224 → 0.0.225
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/scope360-core.js
CHANGED
|
@@ -30026,7 +30026,7 @@ function _5(t) {
|
|
|
30026
30026
|
const r = n.slice(s + 1).search(/[^0]/);
|
|
30027
30027
|
if (r === -1)
|
|
30028
30028
|
return e;
|
|
30029
|
-
const o = 10 ** (r +
|
|
30029
|
+
const o = 10 ** (r + 4);
|
|
30030
30030
|
return Math.floor(e * o) / o;
|
|
30031
30031
|
}
|
|
30032
30032
|
function Zg(t) {
|