Merge pull request #756 from CartoDB/upgrade-deps

Upgrades camshaft, cartodb-query-tables, and turbo-carto
This commit is contained in:
Raul Ochoa 2017-09-26 18:32:31 +02:00 committed by GitHub
commit c960535709
3 changed files with 16 additions and 14 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.
Bugfixes: Bugfixes:
- Bounding box parameter ignored in static named maps #735. - Bounding box parameter ignored in static named maps #735.

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",
@ -41,7 +41,7 @@
"semver": "~5.3.0", "semver": "~5.3.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"

View File

@ -219,9 +219,9 @@ camelcase@^3.0.0:
version "3.0.0" version "3.0.0"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
camshaft@0.58.1: camshaft@0.59.0:
version "0.58.1" version "0.59.0"
resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.58.1.tgz#e4156580683f624212ea3020e59790ad006f24cc" resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.59.0.tgz#699c0834116ec87e067d42e11eea9540bddc6383"
dependencies: dependencies:
async "^1.5.2" async "^1.5.2"
bunyan "1.8.1" bunyan "1.8.1"
@ -278,9 +278,9 @@ cartodb-psql@0.10.1, cartodb-psql@^0.10.1:
pg cartodb/node-postgres#6.1.6-cdb1 pg cartodb/node-postgres#6.1.6-cdb1
underscore "~1.6.0" underscore "~1.6.0"
cartodb-query-tables@0.2.0: cartodb-query-tables@0.3.0:
version "0.2.0" version "0.3.0"
resolved "https://registry.yarnpkg.com/cartodb-query-tables/-/cartodb-query-tables-0.2.0.tgz#b4d672accde04da5b890a5d56a87b761fa7eec44" resolved "https://registry.yarnpkg.com/cartodb-query-tables/-/cartodb-query-tables-0.3.0.tgz#56e18d869666eb2e8e2cb57d0baf3acc923f8756"
cartodb-redis@0.14.0: cartodb-redis@0.14.0:
version "0.14.0" version "0.14.0"
@ -2323,9 +2323,9 @@ tunnel-agent@~0.4.1:
version "0.4.3" version "0.4.3"
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb"
turbo-carto@0.19.2: turbo-carto@0.20.0:
version "0.19.2" version "0.20.0"
resolved "https://registry.yarnpkg.com/turbo-carto/-/turbo-carto-0.19.2.tgz#062d68e59f89377f0cfa69a2717c047fe95e32fd" resolved "https://registry.yarnpkg.com/turbo-carto/-/turbo-carto-0.20.0.tgz#ebeb4620f3e26ed3cce53a9ff30f087f46a2e3fd"
dependencies: dependencies:
cartocolor "4.0.0" cartocolor "4.0.0"
colorbrewer "1.0.0" colorbrewer "1.0.0"