@getlupa/client 1.14.16 → 1.14.17

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.
@@ -31820,6 +31820,7 @@ and ensure you are accounting for this risk.
31820
31820
  return;
31821
31821
  }
31822
31822
  recommendations2.value = result2.recommended;
31823
+ loading.value = false;
31823
31824
  yield dynamicDataStore.enhanceSearchResultsWithDynamicData({
31824
31825
  result: { items: result2.recommended }
31825
31826
  });
@@ -31820,6 +31820,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
31820
31820
  return;
31821
31821
  }
31822
31822
  recommendations2.value = result2.recommended;
31823
+ loading.value = false;
31823
31824
  yield dynamicDataStore.enhanceSearchResultsWithDynamicData({
31824
31825
  result: { items: result2.recommended }
31825
31826
  });
@@ -31818,6 +31818,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
31818
31818
  return;
31819
31819
  }
31820
31820
  recommendations2.value = result2.recommended;
31821
+ loading.value = false;
31821
31822
  yield dynamicDataStore.enhanceSearchResultsWithDynamicData({
31822
31823
  result: { items: result2.recommended }
31823
31824
  });
@@ -31822,6 +31822,7 @@ and ensure you are accounting for this risk.
31822
31822
  return;
31823
31823
  }
31824
31824
  recommendations2.value = result2.recommended;
31825
+ loading.value = false;
31825
31826
  yield dynamicDataStore.enhanceSearchResultsWithDynamicData({
31826
31827
  result: { items: result2.recommended }
31827
31828
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/client",
3
- "version": "1.14.16",
3
+ "version": "1.14.17",
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.14.16",
23
+ "@getlupa/vue": "0.14.17",
24
24
  "@rushstack/eslint-patch": "^1.3.2",
25
25
  "@tsconfig/node18": "^2.0.1",
26
26
  "@types/jsdom": "^21.1.1",