cja-phoenix 0.19.27 → 0.19.28
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/cja-phoenix.es.js
CHANGED
|
@@ -1984,7 +1984,7 @@ const vh = (e, t) => {
|
|
|
1984
1984
|
}, Sx = (e) => JSON.parse(e, (t, r) => {
|
|
1985
1985
|
if (r === "true" || r === "false")
|
|
1986
1986
|
return r === "true";
|
|
1987
|
-
if (Number(r) || r === "0")
|
|
1987
|
+
if ((Number(r) || r === "0") && typeof r != "boolean")
|
|
1988
1988
|
return Number(r);
|
|
1989
1989
|
if (r !== "undefined")
|
|
1990
1990
|
return r === "null" ? null : r;
|
package/package.json
CHANGED