修复文件上传时末尾\r\n时无法读取的错误

This commit is contained in:
2023-03-10 18:19:17 +08:00
parent a6b65e75b8
commit ce82e24e2c
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "yizhi-multipart-reader",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "dist/index.js",
"types": "typing/index.d.ts",
@ -14,4 +14,4 @@
"@types/node": "^17.0.23",
"typescript": "^4.6.3"
}
}
}