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.
- package/dist/cjs/version.js +1 -1
- package/dist/es/version.d.ts +1 -1
- package/dist/es/version.js +1 -1
- package/dist/umd/ReactInstantSearchCore.js +8 -4
- package/dist/umd/ReactInstantSearchCore.js.map +1 -1
- package/dist/umd/ReactInstantSearchCore.min.js +1 -1
- package/dist/umd/ReactInstantSearchCore.min.js.map +1 -1
- package/package.json +3 -3
package/dist/cjs/version.js
CHANGED
package/dist/es/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "7.15.
|
|
1
|
+
declare const _default: "7.15.7";
|
|
2
2
|
export default _default;
|
package/dist/es/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '7.15.
|
|
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.
|
|
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':
|
|
11147
|
-
'X-Algolia-API-Key':
|
|
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.
|
|
12884
|
+
var version$2 = '4.78.3';
|
|
12881
12885
|
|
|
12882
12886
|
function _typeof$l(o) {
|
|
12883
12887
|
"@babel/helpers - typeof";
|