bt-core-app 1.4.859 → 1.4.861

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.
@@ -24918,7 +24918,9 @@ const FF = ch("v-alert-title"), RF = ["success", "info", "warning", "error"], zF
24918
24918
  key: 0,
24919
24919
  isMobile: _(m).isMobile.value,
24920
24920
  bladeData: _(m).bladeData
24921
- }),
24921
+ }, () => [
24922
+ E[4] || (E[4] = Oe("test"))
24923
+ ]),
24922
24924
  y(kr, {
24923
24925
  modelValue: C.value,
24924
24926
  "onUpdate:modelValue": E[3] || (E[3] = (P) => C.value = P),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.859",
3
+ "version": "1.4.861",
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": {