@getlupa/client 1.17.13 → 1.17.14

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.
@@ -31520,7 +31520,12 @@ and ensure you are accounting for this risk.
31520
31520
  const hasResults2 = Boolean(
31521
31521
  results.total > 0 || ((_a = results.similarQueries) == null ? void 0 : _a.length) || ((_b = results.didYouMean) == null ? void 0 : _b.options) || ((_d = (_c = results.similarResults) == null ? void 0 : _c.items) == null ? void 0 : _d.length)
31522
31522
  );
31523
- (_f = (_e = props.options.callbacks) == null ? void 0 : _e.onSearchResults) == null ? void 0 : _f.call(_e, { queryKey, hasResults: hasResults2, params: paramStore.params });
31523
+ (_f = (_e = props.options.callbacks) == null ? void 0 : _e.onSearchResults) == null ? void 0 : _f.call(_e, {
31524
+ queryKey,
31525
+ hasResults: hasResults2,
31526
+ params: paramStore.params,
31527
+ results
31528
+ });
31524
31529
  if (!hasResults2) {
31525
31530
  return;
31526
31531
  }
@@ -31520,7 +31520,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
31520
31520
  const hasResults2 = Boolean(
31521
31521
  results.total > 0 || ((_a = results.similarQueries) == null ? void 0 : _a.length) || ((_b = results.didYouMean) == null ? void 0 : _b.options) || ((_d = (_c = results.similarResults) == null ? void 0 : _c.items) == null ? void 0 : _d.length)
31522
31522
  );
31523
- (_f = (_e = props.options.callbacks) == null ? void 0 : _e.onSearchResults) == null ? void 0 : _f.call(_e, { queryKey, hasResults: hasResults2, params: paramStore.params });
31523
+ (_f = (_e = props.options.callbacks) == null ? void 0 : _e.onSearchResults) == null ? void 0 : _f.call(_e, {
31524
+ queryKey,
31525
+ hasResults: hasResults2,
31526
+ params: paramStore.params,
31527
+ results
31528
+ });
31524
31529
  if (!hasResults2) {
31525
31530
  return;
31526
31531
  }
@@ -31518,7 +31518,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
31518
31518
  const hasResults2 = Boolean(
31519
31519
  results.total > 0 || ((_a = results.similarQueries) == null ? void 0 : _a.length) || ((_b = results.didYouMean) == null ? void 0 : _b.options) || ((_d = (_c = results.similarResults) == null ? void 0 : _c.items) == null ? void 0 : _d.length)
31520
31520
  );
31521
- (_f = (_e = props.options.callbacks) == null ? void 0 : _e.onSearchResults) == null ? void 0 : _f.call(_e, { queryKey, hasResults: hasResults2, params: paramStore.params });
31521
+ (_f = (_e = props.options.callbacks) == null ? void 0 : _e.onSearchResults) == null ? void 0 : _f.call(_e, {
31522
+ queryKey,
31523
+ hasResults: hasResults2,
31524
+ params: paramStore.params,
31525
+ results
31526
+ });
31522
31527
  if (!hasResults2) {
31523
31528
  return;
31524
31529
  }
@@ -31522,7 +31522,12 @@ and ensure you are accounting for this risk.
31522
31522
  const hasResults2 = Boolean(
31523
31523
  results.total > 0 || ((_a = results.similarQueries) == null ? void 0 : _a.length) || ((_b = results.didYouMean) == null ? void 0 : _b.options) || ((_d = (_c = results.similarResults) == null ? void 0 : _c.items) == null ? void 0 : _d.length)
31524
31524
  );
31525
- (_f = (_e = props.options.callbacks) == null ? void 0 : _e.onSearchResults) == null ? void 0 : _f.call(_e, { queryKey, hasResults: hasResults2, params: paramStore.params });
31525
+ (_f = (_e = props.options.callbacks) == null ? void 0 : _e.onSearchResults) == null ? void 0 : _f.call(_e, {
31526
+ queryKey,
31527
+ hasResults: hasResults2,
31528
+ params: paramStore.params,
31529
+ results
31530
+ });
31526
31531
  if (!hasResults2) {
31527
31532
  return;
31528
31533
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/client",
3
- "version": "1.17.13",
3
+ "version": "1.17.14",
4
4
  "main": "dist/lupaSearch.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/src/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@getlupa/client-sdk": "^1.3.4",
23
- "@getlupa/vue": "0.17.13",
23
+ "@getlupa/vue": "0.17.14",
24
24
  "@rushstack/eslint-patch": "^1.3.2",
25
25
  "@tsconfig/node18": "^2.0.1",
26
26
  "@types/jsdom": "^21.1.1",