Skip to content

Commit

Permalink
Compatible with scenarios that do not support AbortController
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Oct 10, 2023
1 parent af81be5 commit cad1587
Show file tree
Hide file tree
Showing 7 changed files with 2,168 additions and 1,246 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.0
version: 8.9.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.0
version: 8.9.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.0
version: 8.9.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2023.10.10 v2.6.0

1. Compatible with scenarios that do not support `AbortController`
2. upgrade all packages

## 2023.07.15 v2.5.0

1. Improved request control execution timing
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "axios-ex",
"description": "A integration solution of axios for large enterprise projects",
"version": "2.5.0",
"packageManager": "pnpm@8.6.0",
"version": "2.6.0",
"packageManager": "pnpm@8.9.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"browser": "dist/index.esm-browser.js",
Expand Down Expand Up @@ -49,47 +49,47 @@
"dependencies": {
"axios": "^0.27.2",
"is-retry-allowed": "^3.0.0",
"js-cool": "^5.1.0",
"tslib": "^2.6.0"
"js-cool": "^5.11.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/preset-typescript": "^7.22.5",
"@eslint-sets/eslint-config-ts": "^5.6.1",
"@microsoft/api-extractor": "^7.36.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.1",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@eslint-sets/eslint-config-ts": "^5.9.0",
"@microsoft/api-extractor": "^7.38.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.4",
"chalk": "^5.3.0",
"core-js": "^3.31.1",
"core-js": "^3.33.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"fast-glob": "^3.3.0",
"jest": "^29.6.1",
"load-yml": "^1.3.0",
"esbuild": "^0.19.4",
"eslint": "^8.51.0",
"fast-glob": "^3.3.1",
"jest": "^29.7.0",
"load-yml": "^1.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"prettier-config-common": "^1.4.0",
"reinstaller": "^3.0.2",
"rm-all": "^1.1.1",
"rollup": "^3.26.2",
"rollup": "^4.0.2",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-inject-code": "^1.1.0",
"rollup-plugin-visualizer": "^5.9.2",
"ts-jest": "^29.1.1",
"ts-morph": "^19.0.0",
"ts-morph": "^20.0.0",
"tsnd": "^1.1.0",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.1.6",
"typedoc": "^0.25.2",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"zx": "^7.2.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit cad1587

Please sign in to comment.