2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

chore(release): v1.2.3 (#5459)

Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
This commit is contained in:
github-actions[bot]
2023-01-15 19:33:15 +02:00
committed by GitHub
parent d83316db4a
commit 484e0b6ed2
17 changed files with 34 additions and 23 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// Axios v1.2.2 Copyright (c) 2022 Matt Zabriskie and contributors
// Axios v1.2.3 Copyright (c) 2023 Matt Zabriskie and contributors
'use strict';
const FormData$1 = require('form-data');
@@ -1911,7 +1911,7 @@ function buildFullPath(baseURL, requestedURL) {
return requestedURL;
}
const VERSION = "1.2.2";
const VERSION = "1.2.3";
function parseProtocol(url) {
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
+1 -1
View File
File diff suppressed because one or more lines are too long