bt-core-app 2.0.177 → 2.0.179

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.
@@ -13742,7 +13742,7 @@ function yD(e, t, a) {
13742
13742
  fe == "view" ? await we() : fe == "edit" ? await ce() : await N();
13743
13743
  }
13744
13744
  if (te != null) {
13745
- let Ae = { data: te }, tt = e.onGetSuccessAsync != null ? await e.onGetSuccessAsync(Ae) : Ae;
13745
+ let Ae = { data: te }, tt = e.onGetSuccessAsync != null ? await e.onGetSuccessAsync(Ae, { refresh: (X == null ? void 0 : X.deepRefresh) ?? !1 }) : Ae;
13746
13746
  y.value = (tt == null ? void 0 : tt.data) ?? void 0;
13747
13747
  } else {
13748
13748
  if (e.additionalUrl == null && e.nav == null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.177",
3
+ "version": "2.0.179",
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": {