@rebilly/instruments 12.33.6 → 12.33.7

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/CHANGELOG.md CHANGED
@@ -1,6 +1 @@
1
- ## [12.33.6](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.33.5...instruments/core-v12.33.6) (2025-03-12)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **instruments:** reload method view when switching between alternative payment methods v2 ([#10606](https://github.com/Rebilly/rebilly/issues/10606)) ([9b62d39](https://github.com/Rebilly/rebilly/commit/9b62d39961f44a155510aeb4fe481c7b8186887a))
1
+ ## [12.33.7](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.33.6...instruments/core-v12.33.7) (2025-03-17)
package/dist/index.js CHANGED
@@ -4857,7 +4857,7 @@ const resolveConfig = (config) => {
4857
4857
  const newConfig = mergeConfig$1({}, config);
4858
4858
  let { data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
4859
4859
  newConfig.headers = headers = AxiosHeaders$1.from(headers);
4860
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
4860
+ newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
4861
4861
  if (auth) {
4862
4862
  headers.set(
4863
4863
  "Authorization",
@@ -5374,7 +5374,7 @@ function dispatchRequest(config) {
5374
5374
  return Promise.reject(reason);
5375
5375
  });
5376
5376
  }
5377
- const VERSION$1 = "1.8.2";
5377
+ const VERSION$1 = "1.8.3";
5378
5378
  const validators$1 = {};
5379
5379
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((type, i) => {
5380
5380
  validators$1[type] = function validator2(thing) {
@@ -6278,7 +6278,7 @@ function C$1({ options: e2 }) {
6278
6278
  }
6279
6279
  function o2() {
6280
6280
  const i = {
6281
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@9b62d39`
6281
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@e01bbc1`
6282
6282
  };
6283
6283
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6284
6284
  }