2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

chore(release): v1.8.3 (#6819)

Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-12 09:23:22 +02:00
committed by GitHub
parent 10fa70ef14
commit 39ec206483
17 changed files with 41 additions and 27 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
/*! Axios v1.8.2 Copyright (c) 2025 Matt Zabriskie and contributors */
/*! Axios v1.8.3 Copyright (c) 2025 Matt Zabriskie and contributors */
'use strict';
function bind(fn, thisArg) {
@@ -2343,7 +2343,7 @@ var resolveConfig = (config) => {
newConfig.headers = headers = AxiosHeaders$1.from(headers);
newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
// HTTP basic authentication
if (auth) {
@@ -3068,7 +3068,7 @@ function dispatchRequest(config) {
});
}
const VERSION = "1.8.2";
const VERSION = "1.8.3";
const validators$1 = {};
+1 -1
View File
File diff suppressed because one or more lines are too long