mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(release): prepare release 1.15.1 (#10767)
* 1.15.1 * chore(release): prepare release 1.15.1 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
908f2206b6
commit
ac42446be5
Vendored
+1
-1
@@ -1 +1 @@
|
|||||||
export const VERSION = "1.15.0";
|
export const VERSION = "1.15.1";
|
||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "axios",
|
"name": "axios",
|
||||||
"version": "1.15.0",
|
"version": "1.15.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "axios",
|
"name": "axios",
|
||||||
"version": "1.15.0",
|
"version": "1.15.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"follow-redirects": "^1.15.11",
|
"follow-redirects": "^1.15.11",
|
||||||
|
|||||||
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "axios",
|
"name": "axios",
|
||||||
"version": "1.15.0",
|
"version": "1.15.1",
|
||||||
"description": "Promise based HTTP client for the browser and node.js",
|
"description": "Promise based HTTP client for the browser and node.js",
|
||||||
"main": "./dist/node/axios.cjs",
|
"main": "./dist/node/axios.cjs",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
@@ -82,14 +82,14 @@
|
|||||||
"Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)",
|
"Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)",
|
||||||
"Nick Uraltsev (https://github.com/nickuraltsev)",
|
"Nick Uraltsev (https://github.com/nickuraltsev)",
|
||||||
"Emily Morehouse (https://github.com/emilyemorehouse)",
|
"Emily Morehouse (https://github.com/emilyemorehouse)",
|
||||||
"Rubén Norte (https://github.com/rubennorte)",
|
|
||||||
"Justin Beckwith (https://github.com/JustinBeckwith)",
|
"Justin Beckwith (https://github.com/JustinBeckwith)",
|
||||||
|
"Rubén Norte (https://github.com/rubennorte)",
|
||||||
"Martti Laine (https://github.com/codeclown)",
|
"Martti Laine (https://github.com/codeclown)",
|
||||||
"Xianming Zhong (https://github.com/chinesedfan)",
|
"Xianming Zhong (https://github.com/chinesedfan)",
|
||||||
"Remco Haszing (https://github.com/remcohaszing)",
|
"Remco Haszing (https://github.com/remcohaszing)",
|
||||||
|
"Shaan Majid (https://github.com/shaanmajid)",
|
||||||
"Willian Agostini (https://github.com/WillianAgostini)",
|
"Willian Agostini (https://github.com/WillianAgostini)",
|
||||||
"Rikki Gibson (https://github.com/RikkiGibson)",
|
"Rikki Gibson (https://github.com/RikkiGibson)"
|
||||||
"Ben Carp (https://github.com/carpben)"
|
|
||||||
],
|
],
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user