2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

chore(CI): fixed release info script to use npm registry instead of git as file history source; (#7006)

This commit is contained in:
Dmitriy Mozgovoy
2025-09-04 09:33:40 +03:00
committed by GitHub
parent a0bc911379
commit d03f245a40
4 changed files with 3940 additions and 118 deletions
+5 -4
View File
@@ -91,6 +91,7 @@
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@release-it/conventional-changelog": "^5.1.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
@@ -112,7 +113,6 @@
"fs-extra": "^10.1.0",
"get-stream": "^3.0.0",
"gulp": "^4.0.2",
"gzip-size": "^7.0.0",
"handlebars": "^4.7.8",
"husky": "^8.0.3",
"istanbul-instrumenter-loader": "^3.0.1",
@@ -131,6 +131,7 @@
"minimist": "^1.2.8",
"mocha": "^10.3.0",
"multer": "^1.4.4",
"pacote": "^20.0.0",
"pretty-bytes": "^6.1.1",
"release-it": "^15.11.0",
"rollup": "^2.79.1",
@@ -140,9 +141,9 @@
"sinon": "^4.5.0",
"stream-throttle": "^0.1.3",
"string-replace-async": "^3.0.2",
"tar-stream": "^3.1.7",
"terser-webpack-plugin": "^4.2.3",
"typescript": "^4.9.5",
"@rollup/plugin-alias": "^5.1.0"
"typescript": "^4.9.5"
},
"browser": {
"./lib/adapters/http.js": "./lib/helpers/null.js",
@@ -227,4 +228,4 @@
"@commitlint/config-conventional"
]
}
}
}