axios 1.13.0 → 1.13.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,17 @@
1
- # Changelog
2
-
1
+ # Changelog
2
+
3
+ ## [1.13.1](https://github.com/axios/axios/compare/v1.13.0...v1.13.1) (2025-10-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **http:** fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; ([#7193](https://github.com/axios/axios/issues/7193)) ([bcd5581](https://github.com/axios/axios/commit/bcd5581d208cd372055afdcb2fd10b68ca40613c))
9
+
10
+ ### Contributors to this release
11
+
12
+ - <img src="https://avatars.githubusercontent.com/u/128113546?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Anchal Singh](https://github.com/imanchalsingh "+220/-111 (#7173 )")
13
+ - <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 "+18/-1 (#7193 )")
14
+
3
15
  # [1.13.0](https://github.com/axios/axios/compare/v1.12.2...v1.13.0) (2025-10-27)
4
16
 
5
17
 
@@ -1326,4 +1338,4 @@ This functionality is considered as a fix.
1326
1338
  - [Luca Pizzini](https://github.com/lpizzinidev)
1327
1339
  - [Willian Agostini](https://github.com/WillianAgostini)
1328
1340
 
1329
- - [Huyen Nguyen](https://github.com/huyenltnguyen)
1341
+ - [Huyen Nguyen](https://github.com/huyenltnguyen)
package/dist/axios.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Axios v1.13.0 Copyright (c) 2025 Matt Zabriskie and contributors */
1
+ /*! Axios v1.13.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) :
@@ -3847,7 +3847,7 @@
3847
3847
  });
3848
3848
  }
3849
3849
 
3850
- var VERSION = "1.13.0";
3850
+ var VERSION = "1.13.1";
3851
3851
 
3852
3852
  var validators$1 = {};
3853
3853