Upgrade camshsft to 0.59.1
This fixes duplicate column names in aggregate-intersection analysis
This commit is contained in:
parent
c960535709
commit
c9f0902703
3
NEWS.md
3
NEWS.md
@ -4,10 +4,9 @@
|
|||||||
Released 2017-mm-dd
|
Released 2017-mm-dd
|
||||||
- Upgrades camshaft, cartodb-query-tables, and turbo-carto: better support for query variables.
|
- 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.
|
||||||
|
- camhaft 0.59.1 fixes duplicate columns in aggregate-intersection analysis
|
||||||
|
|
||||||
## 3.12.10
|
## 3.12.10
|
||||||
Released 2017-09-18
|
Released 2017-09-18
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "~1.14.0",
|
"body-parser": "~1.14.0",
|
||||||
"camshaft": "0.59.0",
|
"camshaft": "0.59.1",
|
||||||
"cartodb-psql": "0.10.1",
|
"cartodb-psql": "0.10.1",
|
||||||
"cartodb-query-tables": "0.3.0",
|
"cartodb-query-tables": "0.3.0",
|
||||||
"cartodb-redis": "0.14.0",
|
"cartodb-redis": "0.14.0",
|
||||||
|
@ -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.59.0:
|
camshaft@0.59.1:
|
||||||
version "0.59.0"
|
version "0.59.1"
|
||||||
resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.59.0.tgz#699c0834116ec87e067d42e11eea9540bddc6383"
|
resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.59.1.tgz#a2e87fa4a0236655160cd1a6a9e966cbbf86dd43"
|
||||||
dependencies:
|
dependencies:
|
||||||
async "^1.5.2"
|
async "^1.5.2"
|
||||||
bunyan "1.8.1"
|
bunyan "1.8.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user