Merge pull request #328 from CartoDB/upgrade-windshaft

Upgrades windshaft to 0.51.0
This commit is contained in:
Raul Ochoa 2015-08-27 17:39:14 +02:00
commit 11bd07ee6b
3 changed files with 7 additions and 4 deletions

View File

@ -4,6 +4,9 @@
Released 2015-mm-dd Released 2015-mm-dd
Announcements:
- Upgrades windshaft to [0.51.0](https://github.com/CartoDB/Windshaft/releases/tag/0.51.0)
New features: New features:
- Make http and https globalAgent options configurable - Make http and https globalAgent options configurable
* If config is not provided it configures them with default values * If config is not provided it configures them with default values

6
npm-shrinkwrap.json generated
View File

@ -483,9 +483,9 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz" "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
}, },
"windshaft": { "windshaft": {
"version": "0.50.0", "version": "0.51.0",
"from": "windshaft@0.50.0", "from": "windshaft@0.51.0",
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.50.0.tgz", "resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.51.0.tgz",
"dependencies": { "dependencies": {
"chronograph": { "chronograph": {
"version": "0.1.0", "version": "0.1.0",

View File

@ -24,7 +24,7 @@
"dependencies": { "dependencies": {
"underscore" : "~1.6.0", "underscore" : "~1.6.0",
"dot": "~1.0.2", "dot": "~1.0.2",
"windshaft": "0.50.0", "windshaft": "0.51.0",
"step": "~0.0.5", "step": "~0.0.5",
"queue-async": "~1.0.7", "queue-async": "~1.0.7",
"request": "~2.9.203", "request": "~2.9.203",