File tree Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 11## CHANGE LOG
22
3+ ## v7.1.2
4+ - 增加自定义资源访问响应头部的功能
5+ - 改进时间戳签名方法,支持复杂urlencode
6+
37### v7.1.1
48- 修复 index.d.ts 中的函数声明错误
59
Original file line number Diff line number Diff line change 11{
22 "name" : " qiniu" ,
3- "version" : " 7.1.1 " ,
3+ "version" : " 7.1.2 " ,
44 "description" : " Node wrapper for Qiniu Resource (Cloud) Storage API" ,
55 "main" : " index.js" ,
66 "directories" : {
3333 " web-service"
3434 ],
3535 "author" : " sdk@qiniu.com" ,
36- "contributors" : [{
37- "name" : " Xu Shiwei" ,
38- "email" : " xushiweizh@gmail.com"
39- }, {
40- "name" : " why404" ,
41- "email" : " awhy.xu@gmail.com"
42- }, {
43- "name" : " guhao" ,
44- "email" : " guhao@qiniu.com"
45- }, {
46- "name" : " jinxinxin" ,
47- "email" : " jinxinxin@qiniu.com"
48- }],
36+ "contributors" : [
37+ {
38+ "name" : " Xu Shiwei" ,
39+ "email" : " xushiweizh@gmail.com"
40+ },
41+ {
42+ "name" : " why404" ,
43+ "email" : " awhy.xu@gmail.com"
44+ },
45+ {
46+ "name" : " guhao" ,
47+ "email" : " guhao@qiniu.com"
48+ },
49+ {
50+ "name" : " jinxinxin" ,
51+ "email" : " jinxinxin@qiniu.com"
52+ }
53+ ],
4954 "engines" : [
5055 " node >= 4"
5156 ],
You can’t perform that action at this time.
0 commit comments