Update windshaft to 0.15.1, fixing maxzoom in layergroup

Regenerates shrinkwrap, which includes other minor updates
in dependency modules.
This commit is contained in:
Sandro Santilli 2014-01-30 12:42:11 +01:00
parent 1f0faba71c
commit add4255bdc
3 changed files with 19 additions and 13 deletions

View File

@ -6,6 +6,7 @@ Bug fixes:
* layergroup accept both map_key and api_key (#91) * layergroup accept both map_key and api_key (#91)
* Fix public instanciation of signed template accessing private data (#114) * Fix public instanciation of signed template accessing private data (#114)
* Fix show_style in presence of complex styles * Fix show_style in presence of complex styles
* Fix use of maxzoom in layergroup config (via windshaft-0.15.1)
Enhancements: Enhancements:

29
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "windshaft-cartodb", "name": "windshaft-cartodb",
"version": "1.6.2", "version": "1.6.3",
"dependencies": { "dependencies": {
"node-varnish": { "node-varnish": {
"version": "0.1.1" "version": "0.1.1"
@ -9,7 +9,7 @@
"version": "1.3.3" "version": "1.3.3"
}, },
"windshaft": { "windshaft": {
"version": "0.15.0", "version": "0.15.1",
"dependencies": { "dependencies": {
"grainstore": { "grainstore": {
"version": "0.16.0", "version": "0.16.0",
@ -121,14 +121,14 @@
} }
}, },
"async": { "async": {
"version": "0.2.9" "version": "0.2.10"
} }
} }
} }
} }
}, },
"srs": { "srs": {
"version": "0.3.8" "version": "0.3.9"
}, },
"zipfile": { "zipfile": {
"version": "0.4.3" "version": "0.4.3"
@ -137,7 +137,7 @@
"version": "2.2.0", "version": "2.2.0",
"dependencies": { "dependencies": {
"node-pre-gyp": { "node-pre-gyp": {
"version": "0.2.5", "version": "0.2.6",
"dependencies": { "dependencies": {
"nopt": { "nopt": {
"version": "2.1.2", "version": "2.1.2",
@ -217,7 +217,12 @@
} }
}, },
"readable-stream": { "readable-stream": {
"version": "1.0.24" "version": "1.0.25-1",
"dependencies": {
"string_decoder": {
"version": "0.10.25"
}
}
}, },
"graceful-fs": { "graceful-fs": {
"version": "1.2.3" "version": "1.2.3"
@ -225,7 +230,7 @@
} }
}, },
"aws-sdk": { "aws-sdk": {
"version": "2.0.0-rc8", "version": "2.0.0-rc9",
"dependencies": { "dependencies": {
"xml2js": { "xml2js": {
"version": "0.2.4", "version": "0.2.4",
@ -241,7 +246,7 @@
} }
}, },
"rc": { "rc": {
"version": "0.3.2", "version": "0.3.3",
"dependencies": { "dependencies": {
"optimist": { "optimist": {
"version": "0.3.7", "version": "0.3.7",
@ -260,7 +265,7 @@
} }
}, },
"rimraf": { "rimraf": {
"version": "2.2.5" "version": "2.2.6"
} }
} }
} }
@ -378,15 +383,15 @@
"lzma": { "lzma": {
"version": "1.2.3" "version": "1.2.3"
}, },
"strftime": {
"version": "0.6.2"
},
"semver": { "semver": {
"version": "1.1.4" "version": "1.1.4"
}, },
"redis": { "redis": {
"version": "0.8.6" "version": "0.8.6"
}, },
"strftime": {
"version": "0.6.2"
},
"mocha": { "mocha": {
"version": "1.14.0", "version": "1.14.0",
"dependencies": { "dependencies": {

View File

@ -24,7 +24,7 @@
"dependencies": { "dependencies": {
"node-varnish": "0.1.1", "node-varnish": "0.1.1",
"underscore" : "~1.3.3", "underscore" : "~1.3.3",
"windshaft" : "~0.15.0", "windshaft" : "~0.15.1",
"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",