react-instantsearch-core 7.15.6 → 7.15.7

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.
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = exports.default = '7.15.6';
7
+ var _default = exports.default = '7.15.7';
@@ -1,2 +1,2 @@
1
- declare const _default: "7.15.6";
1
+ declare const _default: "7.15.7";
2
2
  export default _default;
@@ -1 +1 @@
1
- export default '7.15.6';
1
+ export default '7.15.7';
@@ -7,7 +7,7 @@
7
7
 
8
8
  var React__default = 'default' in React ? React['default'] : React;
9
9
 
10
- var version = '7.15.6';
10
+ var version = '7.15.7';
11
11
 
12
12
  function _iterableToArrayLimit(r, l) {
13
13
  var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
@@ -11141,10 +11141,14 @@
11141
11141
  var insightsClientWithLocalCredentials = insightsClient;
11142
11142
  if (isModernInsightsClient(insightsClient)) {
11143
11143
  insightsClientWithLocalCredentials = function insightsClientWithLocalCredentials(method, payload) {
11144
+ var _getAppIdAndApiKey3 = getAppIdAndApiKey(instantSearchInstance.client),
11145
+ _getAppIdAndApiKey4 = _slicedToArray$5(_getAppIdAndApiKey3, 2),
11146
+ latestAppId = _getAppIdAndApiKey4[0],
11147
+ latestApiKey = _getAppIdAndApiKey4[1];
11144
11148
  var extraParams = {
11145
11149
  headers: {
11146
- 'X-Algolia-Application-Id': appId,
11147
- 'X-Algolia-API-Key': apiKey
11150
+ 'X-Algolia-Application-Id': latestAppId,
11151
+ 'X-Algolia-API-Key': latestApiKey
11148
11152
  }
11149
11153
  };
11150
11154
 
@@ -12877,7 +12881,7 @@
12877
12881
  };
12878
12882
  }
12879
12883
 
12880
- var version$2 = '4.78.2';
12884
+ var version$2 = '4.78.3';
12881
12885
 
12882
12886
  function _typeof$l(o) {
12883
12887
  "@babel/helpers - typeof";