marmot-release
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -35,2 +35,4 @@ 'use strict'; | ||
const REQUEST_TIMEOUTS = [20 * 1000, 60 * 1000]; | ||
/** | ||
@@ -274,2 +276,3 @@ * @param {String} acl object acl [default|public-read-write|public-read|private] | ||
writeStream: fs.createWriteStream(downloadFile), | ||
timeout: REQUEST_TIMEOUTS, | ||
}); | ||
@@ -287,2 +290,3 @@ return { | ||
streaming: true, | ||
timeout: REQUEST_TIMEOUTS, | ||
}); | ||
@@ -289,0 +293,0 @@ source = streamResponse.res; |
{ | ||
"name": "marmot-release", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "marmot release tool", | ||
@@ -28,4 +28,3 @@ "main": "index.js", | ||
"test": "nyc --reporter=lcov --reporter=text mocha", | ||
"lint": "eslint . --fix", | ||
"contributor": "git-contributor" | ||
"lint": "eslint . --fix" | ||
}, | ||
@@ -38,3 +37,3 @@ "engines": { | ||
"type": "git", | ||
"url": "https://github.com/macacajs/marmot-release.git" | ||
"url": "git@github.com:marmot-hq/marmot-release.git" | ||
}, | ||
@@ -44,4 +43,3 @@ "license": "MIT", | ||
"eslint": "^5.2.0", | ||
"eslint-config-antife": "^1.0.2", | ||
"git-contributor": "^1.0.8", | ||
"eslint-config-antife": "^2.0.0", | ||
"intelli-espower-loader": "^1.0.1", | ||
@@ -48,0 +46,0 @@ "mocha": "^5.2.0", |
@@ -10,6 +10,6 @@ # Release build files | ||
[npm-url]: https://npmjs.org/package/marmot-release | ||
[travis-image]: https://img.shields.io/travis/macacajs/marmot-release.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/macacajs/marmot-release | ||
[coveralls-image]: https://img.shields.io/coveralls/macacajs/marmot-release.svg?style=flat-square | ||
[coveralls-url]: https://coveralls.io/r/macacajs/marmot-release?branch=master | ||
[travis-image]: https://img.shields.io/travis/marmot-hq/marmot-release.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/marmot-hq/marmot-release | ||
[coveralls-image]: https://img.shields.io/coveralls/marmot-hq/marmot-release.svg?style=flat-square | ||
[coveralls-url]: https://coveralls.io/r/marmot-hq/marmot-release?branch=master | ||
[download-image]: https://img.shields.io/npm/dm/marmot-release.svg?style=flat-square | ||
@@ -45,16 +45,4 @@ [download-url]: https://npmjs.org/package/marmot-release | ||
<!-- GITCONTRIBUTOR_START --> | ||
## Contributors | ||
|[<img src="https://avatars1.githubusercontent.com/u/2139038?v=4" width="100px;"/><br/><sub><b>zhangyuheng</b></sub>](https://github.com/zhangyuheng)<br/>|[<img src="https://avatars1.githubusercontent.com/u/15955374?v=4" width="100px;"/><br/><sub><b>gaius-qi</b></sub>](https://github.com/gaius-qi)<br/>|[<img src="https://avatars1.githubusercontent.com/u/1011681?v=4" width="100px;"/><br/><sub><b>xudafeng</b></sub>](https://github.com/xudafeng)<br/> | ||
| :---: | :---: | :---: | | ||
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto upated at `Wed Sep 12 2018 18:54:40 GMT+0800`. | ||
<!-- GITCONTRIBUTOR_END --> | ||
## License | ||
[MIT](LICENSE) |
Sorry, the diff of this file is not supported yet
7
357
13784
47