axios 1.8.1 → 1.8.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/esm/axios.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Axios v1.8.1 Copyright (c) 2025 Matt Zabriskie and contributors */
1
+ /*! Axios v1.8.3 Copyright (c) 2025 Matt Zabriskie and contributors */
2
2
  function bind(fn, thisArg) {
3
3
  return function wrap() {
4
4
  return fn.apply(thisArg, arguments);
@@ -2341,7 +2341,7 @@ const resolveConfig = (config) => {
2341
2341
 
2342
2342
  newConfig.headers = headers = AxiosHeaders$2.from(headers);
2343
2343
 
2344
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
2344
+ newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
2345
2345
 
2346
2346
  // HTTP basic authentication
2347
2347
  if (auth) {
@@ -3066,7 +3066,7 @@ function dispatchRequest(config) {
3066
3066
  });
3067
3067
  }
3068
3068
 
3069
- const VERSION$1 = "1.8.1";
3069
+ const VERSION$1 = "1.8.3";
3070
3070
 
3071
3071
  const validators$1 = {};
3072
3072