bt-core-app 1.4.508 → 1.4.509
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/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -5651,7 +5651,7 @@ function rx(e, t, n) {
|
|
|
5651
5651
|
return !1;
|
|
5652
5652
|
}
|
|
5653
5653
|
function xV(e) {
|
|
5654
|
-
return e != null ? e.replaceAll(" ", "").toLowerCase() : null;
|
|
5654
|
+
return e != null ? e.replaceAll(" ", "").replaceAll(/(\r\n|\n|\r)/gm, "").toLowerCase() : null;
|
|
5655
5655
|
}
|
|
5656
5656
|
function kV(e = 2e3) {
|
|
5657
5657
|
return new Promise((t) => {
|
package/package.json
CHANGED