bt-core-app 2.0.206 → 2.0.208

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.
@@ -44289,11 +44289,11 @@ function RU() {
44289
44289
  i != null ? s = {
44290
44290
  ...e.query,
44291
44291
  search: i
44292
- } : delete s.search;
44292
+ } : s = void 0;
44293
44293
  let c = {
44294
44294
  ...e,
44295
44295
  params: e.params,
44296
- query: Object.keys(s).length > 0 ? s : void 0,
44296
+ query: s,
44297
44297
  replace: o == !0
44298
44298
  };
44299
44299
  sc = !0, t.replace(c);
@@ -44661,7 +44661,7 @@ function cu(e, t, a) {
44661
44661
  }
44662
44662
  return ze(), xM([A], ([$e]) => {
44663
44663
  (e.trackSearchQuery || e.variant == "page") && r.updateSearch($e), console.log($e), D.value != 1 ? D.value = 1 : je();
44664
- }, { debounce: 500, maxWait: 500 }), Me(() => e.searchStr, ($e) => {
44664
+ }, { debounce: 500 }), Me(() => e.searchStr, ($e) => {
44665
44665
  A.value = $e;
44666
44666
  }), Me(I, async () => {
44667
44667
  m == "whole-last-updated" ? je() : await lt();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.206",
3
+ "version": "2.0.208",
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": {