bt-core-app 1.4.99 → 1.4.100

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.
@@ -2094,12 +2094,16 @@ function qr(e) {
2094
2094
  return `${e.storeName}_${((i = e.auth) == null ? void 0 : i.credentials.value.userID) ?? "no-user-id"}`;
2095
2095
  }
2096
2096
  async function M() {
2097
- console.log("trying save"), C == !0 && (console.log("saving"), await ve().setItem(_(), {
2098
- meta: g.value,
2099
- data: t.value,
2100
- count: l.value,
2101
- filters: []
2102
- }));
2097
+ if (console.log("trying save"), C == !0) {
2098
+ console.log("saving");
2099
+ var i = {
2100
+ meta: g.value,
2101
+ data: t.value,
2102
+ count: l.value,
2103
+ filters: []
2104
+ };
2105
+ console.log(i), await ve().setItem(_(), i);
2106
+ }
2103
2107
  }
2104
2108
  function $(i) {
2105
2109
  const E = _();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.99",
3
+ "version": "1.4.100",
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": {