Upgrades camshaft, cartodb-query-tables, and turbo-carto

Better support for query variables.
This commit is contained in:
Raul Ochoa 2017-09-25 11:11:05 +00:00
parent ca63c2ef1a
commit c734f43643
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,9 @@
# Changelog # Changelog
## 3.12.11 ## 3.13.0
Released 2017-mm-dd Released 2017-mm-dd
- Upgrades camshaft, cartodb-query-tables, and turbo-carto: better support for query variables.
## 3.12.10 ## 3.12.10
Released 2017-09-18 Released 2017-09-18

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "windshaft-cartodb", "name": "windshaft-cartodb",
"version": "3.12.11", "version": "3.13.0",
"description": "A map tile server for CartoDB", "description": "A map tile server for CartoDB",
"keywords": [ "keywords": [
"cartodb" "cartodb"
@ -23,9 +23,9 @@
], ],
"dependencies": { "dependencies": {
"body-parser": "~1.14.0", "body-parser": "~1.14.0",
"camshaft": "0.58.1", "camshaft": "0.59.0",
"cartodb-psql": "0.10.1", "cartodb-psql": "0.10.1",
"cartodb-query-tables": "0.2.0", "cartodb-query-tables": "0.3.0",
"cartodb-redis": "0.14.0", "cartodb-redis": "0.14.0",
"debug": "~2.2.0", "debug": "~2.2.0",
"dot": "~1.0.2", "dot": "~1.0.2",
@ -40,7 +40,7 @@
"request": "~2.79.0", "request": "~2.79.0",
"step": "~0.0.6", "step": "~0.0.6",
"step-profiler": "~0.3.0", "step-profiler": "~0.3.0",
"turbo-carto": "0.19.2", "turbo-carto": "0.20.0",
"underscore": "~1.6.0", "underscore": "~1.6.0",
"windshaft": "3.3.2", "windshaft": "3.3.2",
"yargs": "~5.0.0" "yargs": "~5.0.0"