Update camshaft to 0.48.5

Use exception safe Dataservices API functions. See
https://github.com/CartoDB/dataservices-api/issues/314 and
https://github.com/CartoDB/camshaft/issues/242
This commit is contained in:
Rafa de la Torre 2016-12-19 15:42:23 +01:00
parent d335e64f88
commit 79c35118d7
3 changed files with 272 additions and 270 deletions

View File

@ -1,8 +1,9 @@
# Changelog # Changelog
## 2.87.2 ## 2.87.2
Released 2016-mm-dd Released 2016-12-19
- Use exception safe Dataservices API functions. See https://github.com/CartoDB/dataservices-api/issues/314 and https://github.com/CartoDB/camshaft/issues/242
## 2.87.1 ## 2.87.1
Released 2016-12-13 Released 2016-12-13

537
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
], ],
"dependencies": { "dependencies": {
"body-parser": "~1.14.0", "body-parser": "~1.14.0",
"camshaft": "0.48.4", "camshaft": "0.48.5",
"cartodb-psql": "~0.6.1", "cartodb-psql": "~0.6.1",
"cartodb-query-tables": "~0.1.0", "cartodb-query-tables": "~0.1.0",
"cartodb-redis": "0.13.1", "cartodb-redis": "0.13.1",