react-instantsearch-core 7.32.0 → 7.32.2

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.
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
9
9
  return _default;
10
10
  }
11
11
  });
12
- var _default = '7.32.0';
12
+ var _default = '7.32.2';
@@ -1,2 +1,2 @@
1
- declare const _default: "7.32.0";
1
+ declare const _default: "7.32.2";
2
2
  export default _default;
@@ -1,3 +1,3 @@
1
- var version = '7.32.0';
1
+ var version = '7.32.2';
2
2
 
3
3
  export { version as default };
@@ -1,4 +1,4 @@
1
- /*! React InstantSearch Core 7.32.0 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch */
1
+ /*! React InstantSearch Core 7.32.2 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) :
4
4
  typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) :
@@ -24,7 +24,7 @@
24
24
 
25
25
  var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
26
 
27
- var version$2 = '7.32.0';
27
+ var version$2 = '7.32.2';
28
28
 
29
29
  function _define_property(obj, key, value) {
30
30
  if (key in obj) {
@@ -3919,7 +3919,7 @@
3919
3919
  function requireVersion() {
3920
3920
  if (hasRequiredVersion) return version$1;
3921
3921
  hasRequiredVersion = 1;
3922
- version$1 = '3.29.0';
3922
+ version$1 = '3.29.1';
3923
3923
  return version$1;
3924
3924
  }
3925
3925
 
@@ -8102,11 +8102,11 @@
8102
8102
  var unmountFn = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : noop;
8103
8103
  checkRendering(renderFn, withUsage$s());
8104
8104
  return function(widgetParams) {
8105
- var searchScope = widgetParams.searchScope, _widgetParams_transformFeeds = widgetParams.transformFeeds, transformFeeds = _widgetParams_transformFeeds === void 0 ? function(feeds) {
8105
+ var isolated = widgetParams.isolated, _widgetParams_transformFeeds = widgetParams.transformFeeds, transformFeeds = _widgetParams_transformFeeds === void 0 ? function(feeds) {
8106
8106
  return feeds;
8107
8107
  } : _widgetParams_transformFeeds;
8108
- if (searchScope !== 'global') {
8109
- throw new Error(withUsage$s('The `searchScope` option currently only supports "global".'));
8108
+ if (isolated !== false) {
8109
+ throw new Error(withUsage$s('The `isolated` option currently only supports `false`.'));
8110
8110
  }
8111
8111
  return {
8112
8112
  $$type: 'ais.feeds',
@@ -10853,7 +10853,7 @@
10853
10853
  };
10854
10854
  }
10855
10855
 
10856
- var version = '4.96.0';
10856
+ var version = '4.96.2';
10857
10857
 
10858
10858
  var withUsage$q = createDocumentationMessageGenerator({
10859
10859
  name: 'instantsearch'