bt-core-app 2.0.110 → 2.0.111

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.
@@ -7814,10 +7814,10 @@ function iP(e) {
7814
7814
  if (e.getStorageKey != null)
7815
7815
  return e.getStorageKey(y);
7816
7816
  if (!oa(y.itemID))
7817
- return `${s(y)}_${oa(y.itemID) ? "no-item-id" : y.itemID}`;
7817
+ return `${s(y)}_${y.itemID}`;
7818
7818
  let k = "";
7819
7819
  const C = b.params ?? {};
7820
- return C != null && (k = Object.entries(C).sort(vl.firstBy((M) => M[0])).map((M) => `${M[0]}=${JSON.stringify(M[1])}`).join("&")), `${s(y)}_${k ?? "no-params"}`;
7820
+ return C != null && (k = Object.entries(C).sort(vl.firstBy((M) => M[0])).map((M) => `${M[0]}=${JSON.stringify(M[1])}`).join("&")), `${s(y)}_${oa(k) ? "no-params" : k}`;
7821
7821
  }
7822
7822
  function d() {
7823
7823
  a.value = {}, n.value = {};
@@ -7902,7 +7902,7 @@ function iP(e) {
7902
7902
  }
7903
7903
  async function g(b, y, k, C) {
7904
7904
  var $;
7905
- let M = p_(($ = a.value[b]) == null ? void 0 : $.data, y, e.updateIgnoreProps, "all-obj2-props"), D = {
7905
+ let M = p_((($ = a.value[b]) == null ? void 0 : $.data) ?? {}, y, e.updateIgnoreProps, "all-obj2-props"), D = {
7906
7906
  meta: { storedOn: t.toString() },
7907
7907
  data: M
7908
7908
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.110",
3
+ "version": "2.0.111",
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": {