@algolia/client-search 5.2.4-beta.5 → 5.2.4-beta.6

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/browser.d.ts CHANGED
@@ -2972,7 +2972,7 @@ type ReplaceAllObjectsOptions = {
2972
2972
  batchSize?: number;
2973
2973
  };
2974
2974
 
2975
- declare const apiClientVersion = "5.2.4";
2975
+ declare const apiClientVersion = "5.2.4-beta.5";
2976
2976
 
2977
2977
  /**
2978
2978
  * The client type.
@@ -11,7 +11,7 @@ import { createXhrRequester } from "@algolia/requester-browser-xhr";
11
11
 
12
12
  // src/searchClient.ts
13
13
  import { createAuth, createTransporter, getAlgoliaAgent, shuffle, createIterablePromise } from "@algolia/client-common";
14
- var apiClientVersion = "5.2.4";
14
+ var apiClientVersion = "5.2.4-beta.5";
15
15
  function getDefaultHosts(appId) {
16
16
  return [
17
17
  {