From 18233e9ea1fd22bab84a6a5c7fc84d39350e347e Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 18 Sep 2014 19:05:20 +0200 Subject: [PATCH] Upgrades windshaft and cartodb-redis --- NEWS.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index abc0a26b..a3e4bc28 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -------------------- Enhancements: - - Upgrades windshaft + - Upgrades windshaft and cartodb-redis - Supports `!scale_denominator!` dynamic param in SQL queries - Metrics revamp: removes and adds some metrics diff --git a/package.json b/package.json index 94fa553d..99627479 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "dependencies": { "node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0", "underscore" : "~1.6.0", - "windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.25.1", + "windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.26.0", "step": "~0.0.5", "request": "~2.9.203", - "cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.10.0", + "cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0", "cartodb-psql": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.4.0", "redis-mpool": "https://github.com/CartoDB/node-redis-mpool/tarball/0.1.0", "lzma": "~1.3.7",