bt-core-app 1.4.381 → 1.4.382

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.
@@ -23779,7 +23779,7 @@ function Ap() {
23779
23779
  }
23780
23780
  }
23781
23781
  return {
23782
- canNavBack: _(() => t.navHistory.value.length > 0),
23782
+ canNavBack: _(() => t.navHistory.value.length > 1),
23783
23783
  navBack: n
23784
23784
  };
23785
23785
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.381",
3
+ "version": "1.4.382",
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": {