bt-core-app 1.4.552 → 1.4.553

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.
@@ -7433,6 +7433,7 @@ function px(e) {
7433
7433
  var b;
7434
7434
  d.additionalUrl ?? (d.additionalUrl = "/patch"), i(d);
7435
7435
  const p = s(d);
7436
+ console.log("patching"), console.log(d), console.log(p);
7436
7437
  let T;
7437
7438
  if (e.api != null && d.localOnly !== !0)
7438
7439
  try {
@@ -7466,7 +7467,7 @@ function px(e) {
7466
7467
  d.additionalUrl ?? (d.additionalUrl = "/post"), i(d);
7467
7468
  const p = s(d);
7468
7469
  let T;
7469
- if (e.api != null && d.localOnly !== !0)
7470
+ if (console.log("patching"), console.log(d), console.log(p), e.api != null && d.localOnly !== !0)
7470
7471
  try {
7471
7472
  let b = await e.api.post(d);
7472
7473
  T = b == null ? void 0 : b.data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.552",
3
+ "version": "1.4.553",
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": {