bt-core-app 1.4.471 → 1.4.472

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.
@@ -7457,7 +7457,7 @@ function px(e) {
7457
7457
  }
7458
7458
  }
7459
7459
  async function g(d) {
7460
- if (d.additionalUrl ?? (d.additionalUrl = `/patch/restore?id=${d.data.id}`), i(d), e.api != null && d.localOnly !== !0)
7460
+ if (d.additionalUrl ?? (d.additionalUrl = `/restore?id=${d.data.id}`), i(d), e.api != null && d.localOnly !== !0)
7461
7461
  try {
7462
7462
  let k = await e.api.patch(d);
7463
7463
  return k == null ? void 0 : k.data;
@@ -7668,7 +7668,7 @@ function mm(e) {
7668
7668
  async function d(k) {
7669
7669
  var x;
7670
7670
  const C = k.id ?? r(k.data);
7671
- if (k.additionalUrl ?? (k.additionalUrl = `/patch/restore?id=${C}`), e.api != null && k.localOnly !== !0)
7671
+ if (k.additionalUrl ?? (k.additionalUrl = `/restore?id=${C}`), e.api != null && k.localOnly !== !0)
7672
7672
  try {
7673
7673
  await e.api.patch(k);
7674
7674
  } catch (S) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.471",
3
+ "version": "1.4.472",
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": {