@algolia/client-search 5.46.4 → 5.48.0

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.
@@ -1,6 +1,5 @@
1
1
  // builds/node.ts
2
2
  import { createHmac } from "crypto";
3
- import { createHttpRequester } from "@algolia/requester-node-http";
4
3
  import {
5
4
  IndexAlreadyExistsError,
6
5
  IndexNotFoundError,
@@ -10,6 +9,7 @@ import {
10
9
  createNullLogger,
11
10
  serializeQueryParameters
12
11
  } from "@algolia/client-common";
12
+ import { createHttpRequester } from "@algolia/requester-node-http";
13
13
 
14
14
  // src/searchClient.ts
15
15
  import {
@@ -20,7 +20,7 @@ import {
20
20
  getAlgoliaAgent,
21
21
  shuffle
22
22
  } from "@algolia/client-common";
23
- var apiClientVersion = "5.46.4";
23
+ var apiClientVersion = "5.48.0";
24
24
  function getDefaultHosts(appId) {
25
25
  return [
26
26
  {