Require Windshaft 0.18.0

This commit is contained in:
Sandro Santilli 2014-02-12 22:51:52 +01:00
parent e4dd215808
commit 333de67ed5
3 changed files with 13 additions and 12 deletions

View File

@ -8,6 +8,7 @@ Enhancements:
* Add support for specifying a varnish password * Add support for specifying a varnish password
* Avoid sending multiple varnish invalidation at once (#135) * Avoid sending multiple varnish invalidation at once (#135)
* Tested with node-0.10 * Tested with node-0.10
* Use single redis pooler for torque and grainstore
1.7.1 -- 2014-02-11 1.7.1 -- 2014-02-11
------------------- -------------------

22
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "windshaft-cartodb", "name": "windshaft-cartodb",
"version": "1.7.1", "version": "1.8.0",
"dependencies": { "dependencies": {
"node-varnish": { "node-varnish": {
"version": "0.2.0", "version": "0.2.0",
@ -10,12 +10,9 @@
"version": "1.3.3" "version": "1.3.3"
}, },
"windshaft": { "windshaft": {
"version": "0.17.2", "version": "0.18.0",
"from": "http://github.com/CartoDB/Windshaft/tarball/0.17.2", "from": "http://github.com/CartoDB/Windshaft/tarball/0.18.0",
"dependencies": { "dependencies": {
"node-statsd": {
"version": "0.0.7"
},
"grainstore": { "grainstore": {
"version": "0.17.1", "version": "0.17.1",
"dependencies": { "dependencies": {
@ -197,7 +194,7 @@
"version": "1.0.25-1", "version": "1.0.25-1",
"dependencies": { "dependencies": {
"string_decoder": { "string_decoder": {
"version": "0.10.25" "version": "0.10.25-1"
} }
} }
}, },
@ -379,6 +376,9 @@
}, },
"torque.js": { "torque.js": {
"version": "2.2.00" "version": "2.2.00"
},
"node-statsd": {
"version": "0.0.7"
} }
} }
}, },
@ -413,14 +413,14 @@
"lzma": { "lzma": {
"version": "1.2.3" "version": "1.2.3"
}, },
"redis": { "strftime": {
"version": "0.8.6" "version": "0.6.2"
}, },
"semver": { "semver": {
"version": "1.1.4" "version": "1.1.4"
}, },
"strftime": { "redis": {
"version": "0.6.2" "version": "0.8.6"
}, },
"mocha": { "mocha": {
"version": "1.14.0", "version": "1.14.0",

View File

@ -24,7 +24,7 @@
"dependencies": { "dependencies": {
"node-varnish": "~0.2.0", "node-varnish": "~0.2.0",
"underscore" : "~1.3.3", "underscore" : "~1.3.3",
"windshaft" : "~0.17.2", "windshaft" : "~0.18.0",
"step": "0.0.x", "step": "0.0.x",
"request": "2.9.202", "request": "2.9.202",
"cartodb-redis": "~0.3.0", "cartodb-redis": "~0.3.0",