react-instantsearch 7.13.9 → 7.13.10

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.13.9';
10
+ var version = '7.13.10';
11
11
 
12
12
  // Copyright Joyent, Inc. and other Node contributors.
13
13
  //
@@ -7800,7 +7800,10 @@
7800
7800
 
7801
7801
  // typed as any, since it accepts the _real_ js clients, not the interface we otherwise expect
7802
7802
  function getAppIdAndApiKey(searchClient) {
7803
- if (searchClient.transporter) {
7803
+ if (searchClient.appId && searchClient.apiKey) {
7804
+ // searchClient v5
7805
+ return [searchClient.appId, searchClient.apiKey];
7806
+ } else if (searchClient.transporter) {
7804
7807
  // searchClient v4 or v5
7805
7808
  var transporter = searchClient.transporter;
7806
7809
  var headers = transporter.headers || transporter.baseHeaders;
@@ -13165,7 +13168,7 @@
13165
13168
  };
13166
13169
  }
13167
13170
 
13168
- var version$3 = '4.75.6';
13171
+ var version$3 = '4.75.7';
13169
13172
 
13170
13173
  function _typeof$q(obj) {
13171
13174
  "@babel/helpers - typeof";