Upgrades windshaft to 0.37.0

This commit is contained in:
Raul Ochoa 2015-02-16 14:57:03 +01:00
parent 5be8afbbeb
commit 00542bbc57
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,9 @@
1.27.1 -- 2015-mm-dd
--------------------
Announcements:
- Upgrades windshaft to [0.37.0](https://github.com/CartoDB/Windshaft/releases/tag/0.37.0)
New features:
- QueryTablesApi will always use an authenticated query to retrieve last update, this allows to query affected private
tables last update (#253)

6
npm-shrinkwrap.json generated
View File

@ -97,7 +97,7 @@
},
"inherits": {
"version": "2.0.1",
"from": "inherits@~2.0.1"
"from": "inherits@2"
}
}
}
@ -183,8 +183,8 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
},
"windshaft": {
"version": "0.36.0",
"from": "windshaft@~0.36.0",
"version": "0.37.0",
"from": "windshaft@~0.37.0",
"dependencies": {
"chronograph": {
"version": "0.1.0",

View File

@ -25,7 +25,7 @@
"node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "~0.36.0",
"windshaft": "~0.37.0",
"step": "~0.0.5",
"queue-async": "~1.0.7",
"request": "~2.9.203",