bt-core-app 1.4.554 → 1.4.555

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.
@@ -7483,6 +7483,7 @@ function px(e) {
7483
7483
  meta: { storedOn: t.toString() },
7484
7484
  data: p
7485
7485
  };
7486
+ p != null && (d.id ?? (d.id = p.id));
7486
7487
  const w = s(d);
7487
7488
  return console.log(w), l == !0 && await r.setItem(w, qt(T)), n.value[w] = T, T.data;
7488
7489
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.554",
3
+ "version": "1.4.555",
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": {