@univerjs/core 0.2.0 → 0.2.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/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +2 -2
package/lib/es/index.js
CHANGED
|
@@ -7405,7 +7405,7 @@ function nc(t) {
|
|
|
7405
7405
|
const n = t.v;
|
|
7406
7406
|
return typeof n == "string" ? t.t === De.BOOLEAN ? n.toUpperCase() : n.replace(/[\r\n]/g, "") : typeof n == "number" ? t.t === De.BOOLEAN ? n ? "TRUE" : "FALSE" : n.toString() : typeof n == "boolean" ? n ? "TRUE" : "FALSE" : "";
|
|
7407
7407
|
}
|
|
7408
|
-
const $l = "0.2.
|
|
7408
|
+
const $l = "0.2.1";
|
|
7409
7409
|
function Wl(t = "", e = ke.ZH_CN, n = "") {
|
|
7410
7410
|
return {
|
|
7411
7411
|
id: t,
|