Upgrades windshaft to 0.34.0 for retina support

This commit is contained in:
Raul Ochoa 2015-01-15 17:21:24 +01:00
parent 30d8f28221
commit cf004322fd
3 changed files with 14 additions and 11 deletions

View File

@ -1,6 +1,9 @@
1.23.2 -- 2015-mm-dd 1.24.0 -- 2015-mm-dd
-------------------- --------------------
Announcements:
- Upgrades windshaft to 0.34.0 for retina support
1.23.1 -- 2015-01-14 1.23.1 -- 2015-01-14
-------------------- --------------------

16
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "windshaft-cartodb", "name": "windshaft-cartodb",
"version": "1.23.2", "version": "1.24.0",
"dependencies": { "dependencies": {
"cartodb-psql": { "cartodb-psql": {
"version": "0.4.0", "version": "0.4.0",
@ -176,9 +176,9 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz" "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
}, },
"windshaft": { "windshaft": {
"version": "0.33.1", "version": "0.34.0",
"from": "https://github.com/CartoDB/Windshaft/tarball/retina-support", "from": "https://github.com/CartoDB/Windshaft/tarball/0.34.0",
"resolved": "https://github.com/CartoDB/Windshaft/tarball/retina-support", "resolved": "https://github.com/CartoDB/Windshaft/tarball/0.34.0",
"dependencies": { "dependencies": {
"chronograph": { "chronograph": {
"version": "0.1.0", "version": "0.1.0",
@ -369,9 +369,9 @@
"resolved": "https://registry.npmjs.org/srs/-/srs-0.4.6.tgz", "resolved": "https://registry.npmjs.org/srs/-/srs-0.4.6.tgz",
"dependencies": { "dependencies": {
"nan": { "nan": {
"version": "1.4.1", "version": "1.4.3",
"from": "nan@~1.4.1", "from": "nan@~1.4.1",
"resolved": "https://registry.npmjs.org/nan/-/nan-1.4.1.tgz" "resolved": "https://registry.npmjs.org/nan/-/nan-1.4.3.tgz"
}, },
"node-pre-gyp": { "node-pre-gyp": {
"version": "0.6.1", "version": "0.6.1",
@ -788,9 +788,9 @@
"resolved": "https://registry.npmjs.org/zipfile/-/zipfile-0.5.5.tgz", "resolved": "https://registry.npmjs.org/zipfile/-/zipfile-0.5.5.tgz",
"dependencies": { "dependencies": {
"nan": { "nan": {
"version": "1.4.1", "version": "1.4.3",
"from": "nan@~1.4.1", "from": "nan@~1.4.1",
"resolved": "https://registry.npmjs.org/nan/-/nan-1.4.1.tgz" "resolved": "https://registry.npmjs.org/nan/-/nan-1.4.3.tgz"
}, },
"node-pre-gyp": { "node-pre-gyp": {
"version": "0.6.1", "version": "0.6.1",

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "windshaft-cartodb", "name": "windshaft-cartodb",
"version": "1.23.2", "version": "1.24.0",
"description": "A map tile server for CartoDB", "description": "A map tile server for CartoDB",
"keywords": [ "keywords": [
"cartodb" "cartodb"
@ -25,7 +25,7 @@
"node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0", "node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
"underscore" : "~1.6.0", "underscore" : "~1.6.0",
"dot": "~1.0.2", "dot": "~1.0.2",
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/retina-support", "windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.34.0",
"step": "~0.0.5", "step": "~0.0.5",
"request": "~2.9.203", "request": "~2.9.203",
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0", "cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",