Skip to content

Commit

Permalink
[fix] Text response type of fetch() mode
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Sep 3, 2024
1 parent c0d1867 commit 91c979b
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 192 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koajax",
"version": "3.0.0",
"version": "3.0.1",
"license": "LGPL-3.0",
"author": "[email protected]",
"description": "HTTP Client based on Koa-like middlewares",
Expand All @@ -25,7 +25,7 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"dependencies": {
"@swc/helpers": "^0.5.12",
"@swc/helpers": "^0.5.13",
"core-js": "^3.38.1",
"regenerator-runtime": "^0.14.1",
"web-streams-polyfill": "^4.0.0",
Expand Down
Loading

0 comments on commit 91c979b

Please sign in to comment.