bt-core-app 2.0.241 → 2.0.242

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.
@@ -11385,7 +11385,7 @@ function a4(e) {
11385
11385
  var C = null;
11386
11386
  typeof A.value == "function" ? C = A.value(P) : typeof A.value == "string" && (C = zn(P, A.value));
11387
11387
  var w = A.itemText != null ? zn(C, A.itemText) : C;
11388
- w != null && (w = w.replaceAll(u, " ").replaceAll(`
11388
+ w != null && typeof w == "string" && (w = w.replaceAll(u, " ").replaceAll(`
11389
11389
  `, "").replaceAll("\r", "")), y[A.header] = w;
11390
11390
  }
11391
11391
  p.push(y), Mt(x) && x.forEach((L) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.241",
3
+ "version": "2.0.242",
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": {