@algolia/ingestion 1.5.2 → 1.5.3

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
@@ -2237,7 +2237,7 @@ type TransformationUpdateResponse = {
2237
2237
  updatedAt: string;
2238
2238
  };
2239
2239
 
2240
- declare const apiClientVersion = "1.5.2";
2240
+ declare const apiClientVersion = "1.5.3";
2241
2241
  declare const REGIONS: readonly ["eu", "us"];
2242
2242
  type Region = (typeof REGIONS)[number];
2243
2243
  /**
@@ -11,7 +11,7 @@ import { createXhrRequester } from "@algolia/requester-browser-xhr";
11
11
 
12
12
  // src/ingestionClient.ts
13
13
  import { createAuth, createTransporter, getAlgoliaAgent } from "@algolia/client-common";
14
- var apiClientVersion = "1.5.2";
14
+ var apiClientVersion = "1.5.3";
15
15
  var REGIONS = ["eu", "us"];
16
16
  function getDefaultHosts(region) {
17
17
  const url = "data.{region}.algolia.com".replace("{region}", region);