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:
committed by
GitHub
parent
cbe2de60d3
commit
2e70cecda4
Vendored
+5
-3
@@ -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 = {};
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user