algolia-experiences 1.6.11 → 1.6.13

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.
@@ -12600,7 +12600,7 @@
12600
12600
 
12601
12601
  // We use the same pattern for the `searchForFacetValues`.
12602
12602
  helper.searchForFacetValues = function (facetName, facetValue, maxFacetHits, userState) {
12603
- var state = helper.state.setQueryParameters(userState);
12603
+ var state = mergeSearchParameters.apply(void 0, [mainHelper.state].concat(_toConsumableArray$2(resolveSearchParameters(_this3)))).setQueryParameters(userState);
12604
12604
  return mainHelper.searchForFacetValues(facetName, facetValue, maxFacetHits, state);
12605
12605
  };
12606
12606
  var isolatedHelper = indexName ? helper : algoliasearchHelper_1({}, '__empty_index__', {});
@@ -12972,7 +12972,7 @@
12972
12972
  };
12973
12973
  }
12974
12974
 
12975
- var version$1 = '4.87.2';
12975
+ var version$1 = '4.89.0';
12976
12976
 
12977
12977
  function _typeof$j(o) {
12978
12978
  "@babel/helpers - typeof";