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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.508",
3
+ "version": "1.4.509",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {