Skip to content

Commit 91c979b

Browse files
committed
[fix] Text response type of fetch() mode
1 parent c0d1867 commit 91c979b

File tree

3 files changed

+196
-192
lines changed

3 files changed

+196
-192
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koajax",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"license": "LGPL-3.0",
55
"author": "[email protected]",
66
"description": "HTTP Client based on Koa-like middlewares",
@@ -25,7 +25,7 @@
2525
"main": "dist/index.js",
2626
"module": "dist/index.esm.js",
2727
"dependencies": {
28-
"@swc/helpers": "^0.5.12",
28+
"@swc/helpers": "^0.5.13",
2929
"core-js": "^3.38.1",
3030
"regenerator-runtime": "^0.14.1",
3131
"web-streams-polyfill": "^4.0.0",

0 commit comments

Comments
 (0)