bt-core-app 1.4.565 → 1.4.566

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.
@@ -10152,7 +10152,8 @@ function ak(e) {
10152
10152
  }, w;
10153
10153
  }) : m = d[0].split(",").map((w) => ({
10154
10154
  headerName: w,
10155
- propName: bu(w.replaceAll(" ", "")),
10155
+ propName: bu(w.replaceAll(" ", "").replaceAll("\r", "").replaceAll(`
10156
+ `, "")),
10156
10157
  csvInd: void 0
10157
10158
  }));
10158
10159
  const p = d[0].split(",");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.565",
3
+ "version": "1.4.566",
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": {