@algolia/ingestion 1.4.3 → 1.5.1

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
@@ -2262,7 +2262,7 @@ type TransformationUpdateResponse = {
2262
2262
  updatedAt: string;
2263
2263
  };
2264
2264
 
2265
- declare const apiClientVersion = "1.4.3";
2265
+ declare const apiClientVersion = "1.5.1";
2266
2266
  declare const REGIONS: readonly ["eu", "us"];
2267
2267
  type Region = (typeof REGIONS)[number];
2268
2268
  /**
@@ -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.4.3";
14
+ var apiClientVersion = "1.5.1";
15
15
  var REGIONS = ["eu", "us"];
16
16
  function getDefaultHosts(region) {
17
17
  const url = "data.{region}.algolia.com".replace("{region}", region);