@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.
- package/dist/lupaSearch.iife.js +2 -1
- package/dist/lupaSearch.js +2 -1
- package/dist/lupaSearch.mjs +2 -1
- package/dist/lupaSearch.umd.js +2 -1
- package/package.json +1 -1
package/dist/lupaSearch.iife.js
CHANGED
|
@@ -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
|
-
|
|
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) => {
|
package/dist/lupaSearch.js
CHANGED
|
@@ -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
|
-
|
|
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) => {
|
package/dist/lupaSearch.mjs
CHANGED
|
@@ -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
|
-
|
|
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) => {
|
package/dist/lupaSearch.umd.js
CHANGED
|
@@ -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
|
-
|
|
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) => {
|