algolia-experiences 1.5.10 → 1.5.11
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.
|
@@ -10603,10 +10603,14 @@
|
|
|
10603
10603
|
var insightsClientWithLocalCredentials = insightsClient;
|
|
10604
10604
|
if (isModernInsightsClient(insightsClient)) {
|
|
10605
10605
|
insightsClientWithLocalCredentials = function insightsClientWithLocalCredentials(method, payload) {
|
|
10606
|
+
var _getAppIdAndApiKey3 = getAppIdAndApiKey(instantSearchInstance.client),
|
|
10607
|
+
_getAppIdAndApiKey4 = _slicedToArray$4(_getAppIdAndApiKey3, 2),
|
|
10608
|
+
latestAppId = _getAppIdAndApiKey4[0],
|
|
10609
|
+
latestApiKey = _getAppIdAndApiKey4[1];
|
|
10606
10610
|
var extraParams = {
|
|
10607
10611
|
headers: {
|
|
10608
|
-
'X-Algolia-Application-Id':
|
|
10609
|
-
'X-Algolia-API-Key':
|
|
10612
|
+
'X-Algolia-Application-Id': latestAppId,
|
|
10613
|
+
'X-Algolia-API-Key': latestApiKey
|
|
10610
10614
|
}
|
|
10611
10615
|
};
|
|
10612
10616
|
|
|
@@ -13051,7 +13055,7 @@
|
|
|
13051
13055
|
};
|
|
13052
13056
|
}
|
|
13053
13057
|
|
|
13054
|
-
var version$1 = '4.78.
|
|
13058
|
+
var version$1 = '4.78.3';
|
|
13055
13059
|
|
|
13056
13060
|
function _typeof$j(o) {
|
|
13057
13061
|
"@babel/helpers - typeof";
|