bt-core-app 1.4.314 → 1.4.316

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.
@@ -7505,6 +7505,7 @@ function tm(e) {
7505
7505
  let C;
7506
7506
  if (e.api != null && b.localOnly !== !0)
7507
7507
  try {
7508
+ console.log("store patching"), console.log(b);
7508
7509
  let p = await e.api.patch(b);
7509
7510
  C = { ...b.data, ...p == null ? void 0 : p.data };
7510
7511
  } catch (p) {
@@ -7749,7 +7750,7 @@ function Kw(e) {
7749
7750
  let C = h.finalUrl, M = h.headers;
7750
7751
  if (C == null && (C = a(h)), h.overrideHeaders !== !0 && (M = t(h)), r != null && r.isDemoing.value)
7751
7752
  return console.log(`DEMO: Patch to ${C}`), r.patch(h);
7752
- console.log(`Patch to ${C}`);
7753
+ console.log(`Patch to ${C}`), console.log(JSON.stringify(h.data));
7753
7754
  let x;
7754
7755
  try {
7755
7756
  if (x = await fetch(C, {
package/dist/index.d.ts CHANGED
@@ -920,7 +920,7 @@ export declare interface MenuGroup {
920
920
  sortNumber?: number;
921
921
  subscriptions?: string[];
922
922
  subFilters?: string[] | 'All';
923
- routeName: string;
923
+ routeName?: string;
924
924
  }
925
925
 
926
926
  export declare interface NavigationItem extends AuthItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.314",
3
+ "version": "1.4.316",
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": {