Merge pull request #545 from CartoDB/update-cartodb-psql

Update cartodb-psql
This commit is contained in:
Rafa de la Torre 2018-12-11 12:03:20 +01:00 committed by GitHub
commit cb5970d4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View File

@ -7,6 +7,7 @@ Announcements:
* Support Node.js 10
* Add package-lock.json
* Configure Travis CI to run docker tests against Node.js 6 & 10 versions
* Update cartodb-psql to 0.13.1 (type cache depends now on db host)
Bug fixes:
* Do not use `assert` to throw erros as in Node.js > 6 wraps the original error, the keyword 'throw' does the trick and it's backwards compatible

6
npm-shrinkwrap.json generated
View File

@ -162,9 +162,9 @@
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz"
},
"cartodb-psql": {
"version": "0.13.0",
"from": "cartodb-psql@0.13.0",
"resolved": "https://registry.npmjs.org/cartodb-psql/-/cartodb-psql-0.13.0.tgz",
"version": "0.13.1",
"from": "cartodb-psql@0.13.1",
"resolved": "https://registry.npmjs.org/cartodb-psql/-/cartodb-psql-0.13.1.tgz",
"dependencies": {
"debug": {
"version": "3.2.6",

6
package-lock.json generated
View File

@ -287,9 +287,9 @@
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
},
"cartodb-psql": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/cartodb-psql/-/cartodb-psql-0.13.0.tgz",
"integrity": "sha512-+MBxpgijBgSgXciuwUMGedVB1lABToySoxipODB8YasRc3X15oVSSku9WcMYICnZZg1x2b2Sq4POazBAYoVHxA==",
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/cartodb-psql/-/cartodb-psql-0.13.1.tgz",
"integrity": "sha512-1z3Dk9G8KQlNGurbcmGBvNj8DVCh1Keue9uzyyvB6hKOYzBHMxixAMG0D+8nSsA7oQmWUsx/xkZZ5ZxT9toEHA==",
"requires": {
"debug": "^3.1.0",
"pg": "github:cartodb/node-postgres#5417d7b29b7272ca2e71bb396899ab3f177a9ae6",

View File

@ -21,7 +21,7 @@
"basic-auth": "^2.0.0",
"bintrees": "1.0.1",
"bunyan": "1.8.1",
"cartodb-psql": "0.13.0",
"cartodb-psql": "^0.13.1",
"cartodb-query-tables": "0.4.0",
"cartodb-redis": "2.1.0",
"debug": "2.2.0",