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.
@@ -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
  'use strict';
3
3
 
4
4
  function bind(fn, thisArg) {
@@ -2343,7 +2343,7 @@ var resolveConfig = (config) => {
2343
2343
 
2344
2344
  newConfig.headers = headers = AxiosHeaders$1.from(headers);
2345
2345
 
2346
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
2346
+ newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
2347
2347
 
2348
2348
  // HTTP basic authentication
2349
2349
  if (auth) {
@@ -3068,7 +3068,7 @@ function dispatchRequest(config) {
3068
3068
  });
3069
3069
  }
3070
3070
 
3071
- const VERSION = "1.8.1";
3071
+ const VERSION = "1.8.3";
3072
3072
 
3073
3073
  const validators$1 = {};
3074
3074