From b8d790caab9f10a5f1aca661a7e6c778ea512f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Mon, 2 Dec 2019 14:22:41 +0100 Subject: [PATCH] Update camshaft to 0.65.1 --- NEWS.md | 3 ++- package-lock.json | 17 +++-------------- package.json | 2 +- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/NEWS.md b/NEWS.md index fb37082e..d5ce679c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ Released 2019-mm-dd Announcements: - Removed `jshint` as linter in favour of `eslint` to check syntax, find problems, and enforce code style. -- Upgrade `camshaft` to [`0.65.0`](https://github.com/CartoDB/camshaft/blob/9e8e5cd09dbfc6886c40f3f4a356fb7f235e82be/CHANGELOG.md#0650): Use quoted identifiers for column names. +- Upgrade `camshaft` to [`0.65.1`](https://github.com/CartoDB/camshaft/blob/a2836c15fd2830f8364a222eeafdb4dc2f41b580/CHANGELOG.md#0651): Use quoted identifiers for column names and enforce the usage of the cartodb schema when using cartodb extension functions and tables. - Stop using two different tools for package management, testing, and any other developer workflow. - Removes Makefile and related bash scripts - Use npm scripts as the only tool for testing, CI and linting. @@ -17,6 +17,7 @@ Announcements: - Added missing sections. - Remove deprecated coverage tool istanbul, using nyc instead. - Removed unused dockerfiles +- Use cartodb schema when using cartodb extension functions and tables. ## 8.0.0 Released 2019-11-13 diff --git a/package-lock.json b/package-lock.json index d351c84d..929be4ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -502,9 +502,9 @@ "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=" }, "camshaft": { - "version": "0.65.0", - "resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.65.0.tgz", - "integrity": "sha512-oOUQId9H/8zRH2dQPQ30D0dV+6O9iOxQiDm5KFkI2HnKFSq1lhwbU+WLi+etmg3HZpM3GfxeC3dlJelog5kxoQ==", + "version": "0.65.1", + "resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.65.1.tgz", + "integrity": "sha512-+ZAlxJ1LJ1Z6UqlgOePYPrmaJhmC2xHQ4NqGsvxF3aSfVsh8nAVLXYIZwxnPwlwFh7QJ5tZstYtxASi2BfAoFw==", "requires": { "async": "^1.5.2", "bunyan": "1.8.1", @@ -3075,17 +3075,6 @@ "is-stream": "^1.0.1" } }, - "hawk": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-6.0.2.tgz", - "integrity": "sha512-miowhl2+U7Qle4vdLqDdPt9m09K6yZhkLDTWGoUiUzrQCn+mHHSmfJgAyGaLRZbPmTqfFFjRV1QWCW0VWUJBbQ==", - "requires": { - "boom": "4.x.x", - "cryptiles": "3.x.x", - "hoek": "4.x.x", - "sntp": "2.x.x" - } - }, "he": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz", diff --git a/package.json b/package.json index 56ae78d1..ec013723 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@carto/fqdn-sync": "0.2.2", "basic-auth": "2.0.0", "body-parser": "1.18.3", - "camshaft": "^0.65.0", + "camshaft": "^0.65.1", "cartodb-psql": "0.14.0", "cartodb-query-tables": "^0.7.0", "cartodb-redis": "2.1.0",