tsv2-library 1.0.61-alpha.121 → 1.0.61-alpha.122

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.
@@ -51744,7 +51744,7 @@ var cloneDeep_1 = cloneDeep;
51744
51744
  const cloneDeep$1 = /* @__PURE__ */ getDefaultExportFromCjs(cloneDeep_1);
51745
51745
  const user = JSON.parse(localStorage.getItem("user") ?? "{}");
51746
51746
  const API$5 = ({ headers = {}, params = {} } = {}) => {
51747
- const BASE_URL2 = {}.DEV_APP_GLOBAL_SETTINGS_API;
51747
+ const BASE_URL2 = "https://dev-api.global-settings.tagsamurai.com";
51748
51748
  const instance = axios.create({
51749
51749
  baseURL: `${BASE_URL2}/v1/global-settings`,
51750
51750
  headers: {