From a90bf2e87bf7dce9e15d222a957ef4b7fcce162a Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 13 Feb 2014 08:54:47 +0100 Subject: [PATCH] Require windshaft 0.18.1 for improve garbage collection --- NEWS.md | 1 + npm-shrinkwrap.json | 14 +++++++------- package.json | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/NEWS.md b/NEWS.md index 30137d80..75a31ab0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,6 +9,7 @@ Enhancements: * Avoid sending multiple varnish invalidation at once (#135) * Tested with node-0.10 (#141) * Use single redis pooler for torque and grainstore + * Reduce cost of garbage collection for localized resources 1.7.1 -- 2014-02-11 ------------------- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f1266041..406a2f5c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,11 +10,11 @@ "version": "1.3.3" }, "windshaft": { - "version": "0.18.0", - "from": "http://github.com/CartoDB/Windshaft/tarball/0.18.0", + "version": "0.18.1", + "from": "http://github.com/CartoDB/Windshaft/tarball/0.18.1", "dependencies": { "grainstore": { - "version": "0.17.1", + "version": "0.18.0", "dependencies": { "mapnik-reference": { "version": "5.0.7" @@ -413,14 +413,14 @@ "lzma": { "version": "1.2.3" }, - "strftime": { - "version": "0.6.2" + "redis": { + "version": "0.8.6" }, "semver": { "version": "1.1.4" }, - "redis": { - "version": "0.8.6" + "strftime": { + "version": "0.6.2" }, "mocha": { "version": "1.14.0", diff --git a/package.json b/package.json index d972b397..e967fff2 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "Sandro Santilli " ], "dependencies": { - "node-varnish": "~0.2.0", + "node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/v0.2.0", "underscore" : "~1.3.3", - "windshaft" : "~0.18.0", + "windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.18.1", "step": "0.0.x", "request": "2.9.202", "cartodb-redis": "~0.3.0",