axios 1.12.0 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.1](https://github.com/axios/axios/compare/v1.12.0...v1.12.1) (2025-09-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **types:** fixed env config types; ([#7020](https://github.com/axios/axios/issues/7020)) ([b5f26b7](https://github.com/axios/axios/commit/b5f26b75bdd9afa95016fb67d0cab15fc74cbf05))
9
+
10
+ ### Contributors to this release
11
+
12
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+10/-4 (#7020 )")
13
+
3
14
  # [1.12.0](https://github.com/axios/axios/compare/v1.11.0...v1.12.0) (2025-09-11)
4
15
 
5
16
 
package/dist/axios.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Axios v1.12.0 Copyright (c) 2025 Matt Zabriskie and contributors */
1
+ /*! Axios v1.12.1 Copyright (c) 2025 Matt Zabriskie and contributors */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -3780,7 +3780,7 @@
3780
3780
  });
3781
3781
  }
3782
3782
 
3783
- var VERSION = "1.12.0";
3783
+ var VERSION = "1.12.1";
3784
3784
 
3785
3785
  var validators$1 = {};
3786
3786