Merge pull request #1072 from CartoDB/upgrade-camshaft-0.63.4

Upgrade camshaft 0.63.4
This commit is contained in:
Rafa de la Torre 2019-02-13 14:57:47 +01:00 committed by GitHub
commit e93dd982b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ Announcements:
- Adding Authorization to Access-Control-Allow-Headers (https://github.com/CartoDB/CartoDB-SQL-API/issues/534)
- Update deps:
- windshaft@4.13.1: Upgrade tilelive-mapnik to version 0.6.18-cdb18
- camshaft@0.63.3: Improve error message for exceeded batch SQL API payload size: add suggestions about what the user can do about it.
- camshaft@0.63.4: Improve error message for exceeded batch SQL API payload size: add suggestions about what the user can do about it.
- Update dev deps:
- jshint@2.9.7
- mocha@5.2.0

6
package-lock.json generated
View File

@ -291,9 +291,9 @@
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
},
"camshaft": {
"version": "0.63.3",
"resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.63.3.tgz",
"integrity": "sha512-C0xpcWyp5uNXpCf9dSPl7a43VmcP84rJhSSqBxFASfLPmTvundKdX+miRWbpeW371DXpehu9xhGEaJWgkg0wOw==",
"version": "0.63.4",
"resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.63.4.tgz",
"integrity": "sha512-v6CpIyL2lCjCCUhksTrUSsmCUcDfjn9BD0ULs9lkz0TUwHfEMy3w2Q14NMsBXCCu0OjuiivnbPNm5XGjQe5Awg==",
"requires": {
"async": "^1.5.2",
"bunyan": "1.8.1",

View File

@ -27,7 +27,7 @@
"@carto/fqdn-sync": "0.2.2",
"basic-auth": "2.0.0",
"body-parser": "1.18.3",
"camshaft": "0.63.3",
"camshaft": "0.63.4",
"cartodb-psql": "0.13.1",
"cartodb-query-tables": "0.4.0",
"cartodb-redis": "2.1.0",

View File

@ -244,9 +244,9 @@ camelcase@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
camshaft@0.63.3:
version "0.63.3"
resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.63.3.tgz#f072e0ee239c2eb91116e655da36ac5814ea5663"
camshaft@0.63.4:
version "0.63.4"
resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.63.4.tgz#1bedde8d0088da493f39175b7848639e37d0b961"
dependencies:
async "^1.5.2"
bunyan "1.8.1"