bt-core-app 2.0.232 → 2.0.233

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.
@@ -44624,7 +44624,8 @@ function fu(e, t, a) {
44624
44624
  nav: u,
44625
44625
  params: {
44626
44626
  ...he.value,
44627
- ...s ? (zt = (Vt = o == null ? void 0 : o.bladeData) == null ? void 0 : Vt.data) == null ? void 0 : zt.params : {}
44627
+ ...s ? (zt = (Vt = o == null ? void 0 : o.bladeData) == null ? void 0 : Vt.data) == null ? void 0 : zt.params : {},
44628
+ ...a == null ? void 0 : a.params
44628
44629
  },
44629
44630
  proxyID: P.value,
44630
44631
  refresh: (Ve == null ? void 0 : Ve.deepRefresh) ?? !1,
@@ -44645,7 +44646,8 @@ function fu(e, t, a) {
44645
44646
  nav: u,
44646
44647
  params: {
44647
44648
  ...he.value,
44648
- ...s ? (ha = (ca = o == null ? void 0 : o.bladeData) == null ? void 0 : ca.data) == null ? void 0 : ha.params : {}
44649
+ ...s ? (ha = (ca = o == null ? void 0 : o.bladeData) == null ? void 0 : ca.data) == null ? void 0 : ha.params : {},
44650
+ ...a == null ? void 0 : a.params
44649
44651
  },
44650
44652
  proxyID: P.value,
44651
44653
  refresh: (Ve == null ? void 0 : Ve.deepRefresh) ?? !1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.232",
3
+ "version": "2.0.233",
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": {