mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore: v1.2.0 pre-release
This commit is contained in:
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
// Axios v1.2.0 Copyright (c) 2022 Matt Zabriskie and contributors
|
||||
// Axios v1.2.0-alpha.1 Copyright (c) 2022 Matt Zabriskie and contributors
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
||||
typeof define === 'function' && define.amd ? define(factory) :
|
||||
@@ -2344,7 +2344,7 @@
|
||||
return config;
|
||||
}
|
||||
|
||||
var VERSION = "1.2.0";
|
||||
var VERSION = "1.2.0-alpha.1";
|
||||
|
||||
var validators$1 = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user