@getlupa/client 1.23.2 → 1.23.3

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.
@@ -47207,7 +47207,8 @@ and ensure you are accounting for this risk.
47207
47207
  setup(__props, { expose: __expose }) {
47208
47208
  const productRecommendations = ref(null);
47209
47209
  const fetch2 = () => {
47210
- productRecommendations == null ? void 0 : productRecommendations.fetch();
47210
+ var _a25;
47211
+ (_a25 = productRecommendations == null ? void 0 : productRecommendations.value) == null ? void 0 : _a25.fetch();
47211
47212
  };
47212
47213
  __expose({ fetch: fetch2 });
47213
47214
  return (_ctx, _cache) => {
@@ -47207,7 +47207,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
47207
47207
  setup(__props, { expose: __expose }) {
47208
47208
  const productRecommendations = ref(null);
47209
47209
  const fetch2 = () => {
47210
- productRecommendations == null ? void 0 : productRecommendations.fetch();
47210
+ var _a25;
47211
+ (_a25 = productRecommendations == null ? void 0 : productRecommendations.value) == null ? void 0 : _a25.fetch();
47211
47212
  };
47212
47213
  __expose({ fetch: fetch2 });
47213
47214
  return (_ctx, _cache) => {
@@ -47205,7 +47205,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
47205
47205
  setup(__props, { expose: __expose }) {
47206
47206
  const productRecommendations = ref(null);
47207
47207
  const fetch2 = () => {
47208
- productRecommendations == null ? void 0 : productRecommendations.fetch();
47208
+ var _a25;
47209
+ (_a25 = productRecommendations == null ? void 0 : productRecommendations.value) == null ? void 0 : _a25.fetch();
47209
47210
  };
47210
47211
  __expose({ fetch: fetch2 });
47211
47212
  return (_ctx, _cache) => {
@@ -47209,7 +47209,8 @@ and ensure you are accounting for this risk.
47209
47209
  setup(__props, { expose: __expose }) {
47210
47210
  const productRecommendations = ref(null);
47211
47211
  const fetch2 = () => {
47212
- productRecommendations == null ? void 0 : productRecommendations.fetch();
47212
+ var _a25;
47213
+ (_a25 = productRecommendations == null ? void 0 : productRecommendations.value) == null ? void 0 : _a25.fetch();
47213
47214
  };
47214
47215
  __expose({ fetch: fetch2 });
47215
47216
  return (_ctx, _cache) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/client",
3
- "version": "1.23.2",
3
+ "version": "1.23.3",
4
4
  "main": "dist/lupaSearch.js",
5
5
  "module": "dist/lupaSearch.mjs",
6
6
  "types": "dist/index.d.ts",