Merge pull request #1149 from Algunenano/find_cartodb
Update camshaft to 0.65.1
This commit is contained in:
commit
031bae2564
3
NEWS.md
3
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
|
||||
|
17
package-lock.json
generated
17
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user