react-instantsearch 7.0.0 → 7.0.1

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.
@@ -7,7 +7,7 @@
7
7
 
8
8
  var React__default = 'default' in React ? React['default'] : React;
9
9
 
10
- var version = '7.0.0';
10
+ var version = '7.0.1';
11
11
 
12
12
  // Copyright Joyent, Inc. and other Node contributors.
13
13
  //
@@ -11760,7 +11760,7 @@
11760
11760
  };
11761
11761
  }
11762
11762
 
11763
- var version$3 = '4.56.8';
11763
+ var version$3 = '4.56.9';
11764
11764
 
11765
11765
  function _typeof$n(obj) {
11766
11766
  "@babel/helpers - typeof";
@@ -15915,7 +15915,7 @@
15915
15915
  connectorState.createURL = function (page) {
15916
15916
  return createURL(function (uiState) {
15917
15917
  return _objectSpread$r(_objectSpread$r({}, uiState), {}, {
15918
- page: page
15918
+ page: page + 1
15919
15919
  });
15920
15920
  });
15921
15921
  };