2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

chore(release): v1.3.4 (#5565)

Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
This commit is contained in:
github-actions[bot]
2023-02-22 23:05:31 +02:00
committed by GitHub
parent cbe2de60d3
commit 2e70cecda4
17 changed files with 79 additions and 51 deletions
+5 -3
View File
@@ -1,4 +1,4 @@
// Axios v1.3.3 Copyright (c) 2023 Matt Zabriskie and contributors
// Axios v1.3.4 Copyright (c) 2023 Matt Zabriskie and contributors
'use strict';
function bind(fn, thisArg) {
@@ -1214,6 +1214,8 @@ var URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams
var FormData$1 = typeof FormData !== 'undefined' ? FormData : null;
var Blob$1 = typeof Blob !== 'undefined' ? Blob : null;
/**
* Determine if we're running in a standard browser environment
*
@@ -1268,7 +1270,7 @@ var platform = {
classes: {
URLSearchParams: URLSearchParams$1,
FormData: FormData$1,
Blob
Blob: Blob$1
},
isStandardBrowserEnv,
isStandardBrowserWebWorkerEnv,
@@ -2616,7 +2618,7 @@ function mergeConfig(config1, config2) {
return config;
}
const VERSION = "1.3.3";
const VERSION = "1.3.4";
const validators$1 = {};
+1 -1
View File
File diff suppressed because one or more lines are too long