Update windshaft to 0.6 exposing CartoCSS versioning support

This commit is contained in:
Sandro Santilli 2012-10-08 18:02:28 +02:00 committed by Luis Bosque
parent 0e37b32e52
commit 41d7000daf
3 changed files with 15 additions and 22 deletions

View File

@ -1,6 +1,10 @@
1.1.0 (DD/MM/YY)
-----
* Autodetected (and configurable) target mapnik version
* Add /version entry point
* CartoCSS versioning
* Include version in GET /style response
* Support version and convert parameters in POST /style request
* Autodetect target mapnik version and let config override it
* Configurable logging format (#4)
* Detailed error on missing user metadata
* Properly handle unauthenticated requests for metadata

25
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "windshaft-cartodb",
"version": "1.0.0",
"version": "1.1.0",
"dependencies": {
"cluster2": {
"version": "0.3.5-cdb01",
@ -177,20 +177,16 @@
"version": "0.1.1"
},
"underscore": {
"version": "1.1.7"
"version": "1.3.3"
},
"grainstore": {
"version": "0.6.4",
"version": "0.8.1",
"dependencies": {
"carto": {
"version": "0.8.2-cdb-dev-3",
"from": "git://github.com/CartoDB/carto.git#cdb-0.8",
"version": "0.9.2",
"dependencies": {
"underscore": {
"version": "1.3.3"
},
"mapnik-reference": {
"version": "4.0.5"
"version": "5.0.0"
},
"xml2js": {
"version": "0.1.14",
@ -203,12 +199,8 @@
}
},
"millstone": {
"version": "0.5.10-cdb-01",
"from": "git://github.com/CartoDB/millstone.git#cdb-node04-devel",
"version": "0.5.10",
"dependencies": {
"underscore": {
"version": "1.3.3"
},
"request": {
"version": "2.11.4",
"dependencies": {
@ -253,11 +245,8 @@
}
},
"windshaft": {
"version": "0.5.8",
"version": "0.6.0",
"dependencies": {
"underscore": {
"version": "1.3.3"
},
"express": {
"version": "2.5.11",
"dependencies": {

View File

@ -20,9 +20,9 @@
"dependencies": {
"cluster2": "git://github.com/CartoDB/cluster2.git#28cde11",
"node-varnish": "0.1.1",
"underscore" : "1.1.x",
"grainstore" : "~0.6.2",
"windshaft" : "~0.5.8",
"underscore" : "~1.3.3",
"grainstore" : "~0.8.0",
"windshaft" : "~0.6.0",
"step": "0.0.x",
"generic-pool": "1.0.x",
"redis": "0.7.2",