Require Windshaft 0.18.0
This commit is contained in:
parent
e4dd215808
commit
333de67ed5
1
NEWS.md
1
NEWS.md
@ -8,6 +8,7 @@ Enhancements:
|
||||
* Add support for specifying a varnish password
|
||||
* Avoid sending multiple varnish invalidation at once (#135)
|
||||
* Tested with node-0.10
|
||||
* Use single redis pooler for torque and grainstore
|
||||
|
||||
1.7.1 -- 2014-02-11
|
||||
-------------------
|
||||
|
22
npm-shrinkwrap.json
generated
22
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "1.7.1",
|
||||
"version": "1.8.0",
|
||||
"dependencies": {
|
||||
"node-varnish": {
|
||||
"version": "0.2.0",
|
||||
@ -10,12 +10,9 @@
|
||||
"version": "1.3.3"
|
||||
},
|
||||
"windshaft": {
|
||||
"version": "0.17.2",
|
||||
"from": "http://github.com/CartoDB/Windshaft/tarball/0.17.2",
|
||||
"version": "0.18.0",
|
||||
"from": "http://github.com/CartoDB/Windshaft/tarball/0.18.0",
|
||||
"dependencies": {
|
||||
"node-statsd": {
|
||||
"version": "0.0.7"
|
||||
},
|
||||
"grainstore": {
|
||||
"version": "0.17.1",
|
||||
"dependencies": {
|
||||
@ -197,7 +194,7 @@
|
||||
"version": "1.0.25-1",
|
||||
"dependencies": {
|
||||
"string_decoder": {
|
||||
"version": "0.10.25"
|
||||
"version": "0.10.25-1"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -379,6 +376,9 @@
|
||||
},
|
||||
"torque.js": {
|
||||
"version": "2.2.00"
|
||||
},
|
||||
"node-statsd": {
|
||||
"version": "0.0.7"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -413,14 +413,14 @@
|
||||
"lzma": {
|
||||
"version": "1.2.3"
|
||||
},
|
||||
"redis": {
|
||||
"version": "0.8.6"
|
||||
"strftime": {
|
||||
"version": "0.6.2"
|
||||
},
|
||||
"semver": {
|
||||
"version": "1.1.4"
|
||||
},
|
||||
"strftime": {
|
||||
"version": "0.6.2"
|
||||
"redis": {
|
||||
"version": "0.8.6"
|
||||
},
|
||||
"mocha": {
|
||||
"version": "1.14.0",
|
||||
|
@ -24,7 +24,7 @@
|
||||
"dependencies": {
|
||||
"node-varnish": "~0.2.0",
|
||||
"underscore" : "~1.3.3",
|
||||
"windshaft" : "~0.17.2",
|
||||
"windshaft" : "~0.18.0",
|
||||
"step": "0.0.x",
|
||||
"request": "2.9.202",
|
||||
"cartodb-redis": "~0.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user