bt-core-app 2.1.28 → 2.1.29

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.
@@ -79496,11 +79496,11 @@ const lie = Ye({
79496
79496
  function _(g) {
79497
79497
  if (t.data != null) {
79498
79498
  var y = Object.keys(t.data), C = g ? t.schema.slides.flatMap((S) => S.fields.filter((x) => !!x.remember && x.prop != null).map((x) => x.prop)) : [];
79499
- y.forEach((S) => {
79500
- C.some((x) => x == S) || (t.data[S] = void 0);
79499
+ console.log(y), console.log(C), console.log(t.schema), y.forEach((S) => {
79500
+ C.some((x) => x == S) || (console.log(S), t.data[S] = void 0);
79501
79501
  });
79502
79502
  }
79503
- c.value = !1, o.value = 0, a.value = JSON.stringify(t.data), s.value = void 0;
79503
+ console.log(t.data), c.value = !1, o.value = 0, a.value = JSON.stringify(t.data), s.value = void 0;
79504
79504
  }
79505
79505
  return Me(() => t.resetRememberToggle, () => {
79506
79506
  _(!0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.28",
3
+ "version": "2.1.29",
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": {