File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [
66 " LeanCloud <support@leancloud.rocks>"
Original file line number Diff line number Diff line change 1+ ## 3.4.1 (2017-11-17)
2+
3+ ### Bug fixes
4+ - 修复了华北节点在 Node.js 中上传大文件可能会抛出 ` invalid multipart format: multipart: message too large ` 异常的问题。
5+ - 修复了小程序中请求返回值被错误地解析为 null 导致的问题。
6+
7+
18# 3.4.0 (2017-11-13)
29
310### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1 " ,
44 "main" : " ./dist/node/index.js" ,
55 "description" : " LeanCloud JavaScript SDK." ,
66 "repository" : {
5454 "qiniu" : " ^6.1.11" ,
5555 "should" : " ^11.1.0" ,
5656 "typescript" : " ^2.4.1" ,
57- "weapp-polyfill" : " ^2.0.0 " ,
57+ "weapp-polyfill" : " ^2.0.1 " ,
5858 "webpack" : " ^2.2.0-rc.3"
5959 },
6060 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1- module . exports = '3.4.0 ' ;
1+ module . exports = '3.4.1 ' ;
You can’t perform that action at this time.
0 commit comments