File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " qiniu" ,
3- "version" : " 6.1.0 " ,
3+ "version" : " 6.1.3 " ,
44 "description" : " Node wrapper for Qiniu Resource (Cloud) Storage API" ,
55 "main" : " index.js" ,
66 "directories" : {
77 "test" : " test"
88 },
99 "scripts" : {
1010 "test" : " make test" ,
11- "blanket" : {
11+ "blanket" : {
1212 "pattern" : " qiniu/qiniu" ,
1313 "data-cover-flags" : {
1414 "debug" : false
Original file line number Diff line number Diff line change 22exports . ACCESS_KEY = '<PLEASE APPLY YOUR ACCESS KEY>' ;
33exports . SECRET_KEY = '<DONT SEND YOUR SECRET KEY TO ANYONE>' ;
44
5- exports . USER_AGENT = 'qiniu nodejs-sdk v6.0.0 ' ;
5+ exports . USER_AGENT = 'qiniu nodejs-sdk v6.1.3 ' ;
66
77exports . UP_HOST = 'http://up.qbox.me' ;
88exports . RS_HOST = 'http://rs.qbox.me' ;
99exports . RSF_HOST = 'http://rsf.qbox.me' ;
10- exports . RPC_TIMEOUT = 3600000 ; // default rpc timeout: one hour
10+ exports . RPC_TIMEOUT = 3600000 ; // default rpc timeout: one hour
You can’t perform that action at this time.
0 commit comments