bt-core-app 2.0.192 → 2.0.193

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.
@@ -9350,7 +9350,7 @@ function kL(e) {
9350
9350
  }
9351
9351
  }
9352
9352
  function _(E, $) {
9353
- E.name == ($ == null ? void 0 : $.name) && (($ == null ? void 0 : $.params.id) == "new" || ($ == null ? void 0 : $.query.id) == "new") && a.value.pop(), E.params.navIgnore !== "true" && a.value.push(E);
9353
+ console.log(E), console.log($), E.name == ($ == null ? void 0 : $.name) && (($ == null ? void 0 : $.params.id) == "new" || ($ == null ? void 0 : $.query.id) == "new") && a.value.pop(), E.params.navIgnore !== "true" && a.value.push(E);
9354
9354
  const L = E.meta.nav ?? E.name, V = x(L);
9355
9355
  o.value = void 0;
9356
9356
  var I = E.meta.background ?? (V == null ? void 0 : V.background) ?? e.defaultBackgroundName;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.192",
3
+ "version": "2.0.193",
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": {