bt-core-app 1.4.592 → 1.4.593

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.
@@ -40920,7 +40920,7 @@ const q1 = {
40920
40920
  onClick: (g) => f(m.index),
40921
40921
  disabled: m.disabled,
40922
40922
  key: m.value ?? m.title,
40923
- title: `${m.title} ${m.index}`
40923
+ title: m.title
40924
40924
  }, null, 8, ["onClick", "disabled", "title"]))), 128))
40925
40925
  ]),
40926
40926
  _: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.592",
3
+ "version": "1.4.593",
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": {