Update cartodb-query-tables to 0.6.1

This commit is contained in:
Raul Marin 2019-09-17 13:20:08 +02:00
parent a673e6d138
commit 7476879bde
3 changed files with 38 additions and 20 deletions

View File

@ -8,14 +8,14 @@ Announcements:
- Improved efficiency of query samples while instatiating a map (#1120). - Improved efficiency of query samples while instatiating a map (#1120).
- Cache control header fine tuning. Set a shorter value for "max-age" directive if there is no way to know when to trigger the invalidation. - Cache control header fine tuning. Set a shorter value for "max-age" directive if there is no way to know when to trigger the invalidation.
- Update deps: - Update deps:
- Update `cartodb-query-tables` to version [`0.6.0`](https://github.com/CartoDB/node-cartodb-query-tables/blob/0964b6cce5d3d3e149af8d6685e2fe7fa87a3d32/NEWS.md#version-060). - Update `cartodb-query-tables` to version [`0.6.1`](https://github.com/CartoDB/node-cartodb-query-tables/blob/8dda0e1fb7292840c4ac381f9be2eb3976d180a1/NEWS.md#version-061).
- Update `cartodb-psql` to [`0.14.0`](https://github.com/CartoDB/node-cartodb-psql/blob/0.14.0/NEWS.md#version-0140-2019-09-10) - Update `cartodb-psql` to [`0.14.0`](https://github.com/CartoDB/node-cartodb-psql/blob/0.14.0/NEWS.md#version-0140-2019-09-10)
- Upgrade `windshaft` to [`5.6.1`](https://github.com/CartoDB/Windshaft/blob/5.6.1/NEWS.md#version-561): - Upgrade `windshaft` to [`5.6.3`](https://github.com/CartoDB/Windshaft/blob/master/NEWS.md#version-563):
- Upgrade grainstore to [`2.0.1`](https://github.com/CartoDB/grainstore/releases/tag/2.0.1) - Upgrade grainstore to [`2.0.1`](https://github.com/CartoDB/grainstore/releases/tag/2.0.1)
- Update @carto/mapnik to [`3.6.2-carto.16`](https://github.com/CartoDB/node-mapnik/blob/v3.6.2-carto.16/CHANGELOG.carto.md#362-carto16). - Update @carto/mapnik to [`3.6.2-carto.16`](https://github.com/CartoDB/node-mapnik/blob/v3.6.2-carto.16/CHANGELOG.carto.md#362-carto16).
- Update turbo-carto to [`0.21.2`](https://github.com/CartoDB/turbo-carto/releases/tag/0.21.2) - Update turbo-carto to [`0.21.2`](https://github.com/CartoDB/turbo-carto/releases/tag/0.21.2)
- Upgrade `@carto/cartonik` to version [`0.7.0`](https://github.com/CartoDB/cartonik/blob/v0.7.0/CHANGELOG.md#cartonik-changelog). - Upgrade `@carto/cartonik` to version [`0.7.0`](https://github.com/CartoDB/cartonik/blob/v0.7.0/CHANGELOG.md#cartonik-changelog).
- Upgrade `camshaft` to [`0.64.1`](https://github.com/CartoDB/camshaft/blob/0.64.1/CHANGELOG.md#0641) to update dependencies. - Upgrade `camshaft` to [`0.64.2`](https://github.com/CartoDB/camshaft/blob/8b89fcff276da20a71269bed28b7ad6704392898/CHANGELOG.md#0642) to update dependencies.
## 7.1.0 ## 7.1.0
Released 2019-05-06 Released 2019-05-06

46
package-lock.json generated
View File

@ -290,19 +290,27 @@
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=" "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
}, },
"camshaft": { "camshaft": {
"version": "0.64.1", "version": "0.64.2",
"resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.64.1.tgz", "resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.64.2.tgz",
"integrity": "sha512-KyU8SbYoPDCMQulVcRFVOBeXH2WnnaKoZ+0mEDmYgjNOHRz5WhzktAp5WnGDFwSdn9Axr8LyuMPwWUMPhFuUPA==", "integrity": "sha512-BWXD8zoKmVaHZHAVFUVM/VrlXNQ+lcJFQSDSFcljRS4Yj4yuyEOs22DyULEI0dq3Xnkhwx14gUlhuFd/PgFxbA==",
"requires": { "requires": {
"async": "^1.5.2", "async": "^1.5.2",
"bunyan": "1.8.1", "bunyan": "1.8.1",
"cartodb-psql": "0.14.0", "cartodb-psql": "0.14.0",
"cartodb-query-tables": "0.6.0", "cartodb-query-tables": "^0.6.1",
"debug": "^3.1.0", "debug": "^3.1.0",
"dot": "^1.0.3", "dot": "^1.0.3",
"request": "2.85.0" "request": "2.85.0"
}, },
"dependencies": { "dependencies": {
"cartodb-query-tables": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/cartodb-query-tables/-/cartodb-query-tables-0.6.1.tgz",
"integrity": "sha512-hQR9F5tQ6W6uGZk8Us/0fwkAsvYfbsHUzyKqBqDYue+jOa7FrGS+KpWokdLYHhR/ye3N3iR9RBTrIkwp6aoUww==",
"requires": {
"decimal.js": "10.2.0"
}
},
"request": { "request": {
"version": "2.85.0", "version": "2.85.0",
"resolved": "https://registry.npmjs.org/request/-/request-2.85.0.tgz", "resolved": "https://registry.npmjs.org/request/-/request-2.85.0.tgz",
@ -419,9 +427,9 @@
} }
}, },
"cartodb-query-tables": { "cartodb-query-tables": {
"version": "0.6.0", "version": "0.6.1",
"resolved": "https://registry.npmjs.org/cartodb-query-tables/-/cartodb-query-tables-0.6.0.tgz", "resolved": "https://registry.npmjs.org/cartodb-query-tables/-/cartodb-query-tables-0.6.1.tgz",
"integrity": "sha512-tnZ8K1UWVvYZ9Jg0jFAacgOpbF7dJYLcHMUsrAwfZrksU/PV57P3Dxo1msBYFtWsUoCdaVFiX+0FefNDWiK0Xw==", "integrity": "sha512-hQR9F5tQ6W6uGZk8Us/0fwkAsvYfbsHUzyKqBqDYue+jOa7FrGS+KpWokdLYHhR/ye3N3iR9RBTrIkwp6aoUww==",
"requires": { "requires": {
"decimal.js": "10.2.0" "decimal.js": "10.2.0"
} }
@ -2702,9 +2710,9 @@
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
}, },
"minipass": { "minipass": {
"version": "2.5.1", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-2.5.1.tgz", "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.6.0.tgz",
"integrity": "sha512-dmpSnLJtNQioZFI5HfQ55Ad0DzzsMAb+HfokwRTNXwEQjepbTkl5mtIlSVxGIkOkxlpX7wIn5ET/oAd9fZ/Y/Q==", "integrity": "sha512-OuNZ0OHrrI+jswzmgivYBZ+fAAGHZA4293d5q0z631/I9QSw3yumKB92njxHIHiB1eAdGRsE+3CcOPkoEyV5FQ==",
"requires": { "requires": {
"safe-buffer": "^5.1.2", "safe-buffer": "^5.1.2",
"yallist": "^3.0.0" "yallist": "^3.0.0"
@ -4024,22 +4032,32 @@
"integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU=" "integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU="
}, },
"windshaft": { "windshaft": {
"version": "5.6.1", "version": "5.6.3",
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-5.6.1.tgz", "resolved": "https://registry.npmjs.org/windshaft/-/windshaft-5.6.3.tgz",
"integrity": "sha512-1fhcSlRK8nE4C3fpI2VmICcUQaeLWcEhAYH0dlf+5KGCRjgbBpf6mtRS6FbeEk7FTN0IHVkD5Gncku1kR4FJ7g==", "integrity": "sha512-ProHyEDICqIhTkNouT9elj5FP9DCtApEFo7SvPlZbkeYygn1OGLN89Rq0/2WuGK5Y6AbX8INa5iYGxdGYaWKqQ==",
"requires": { "requires": {
"@carto/cartonik": "^0.7.0", "@carto/cartonik": "^0.7.0",
"@carto/mapnik": "3.6.2-carto.16", "@carto/mapnik": "3.6.2-carto.16",
"canvas": "^2.4.1", "canvas": "^2.4.1",
"carto": "github:cartodb/carto#0.15.1-cdb5", "carto": "github:cartodb/carto#0.15.1-cdb5",
"cartodb-psql": "^0.14.0", "cartodb-psql": "^0.14.0",
"cartodb-query-tables": "^0.6.0", "cartodb-query-tables": "^0.6.1",
"debug": "3.1.0", "debug": "3.1.0",
"grainstore": "^2.0.1", "grainstore": "^2.0.1",
"redis-mpool": "0.7.0", "redis-mpool": "0.7.0",
"request": "2.87.0", "request": "2.87.0",
"semver": "5.5.0", "semver": "5.5.0",
"torque.js": "3.1.1" "torque.js": "3.1.1"
},
"dependencies": {
"cartodb-query-tables": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/cartodb-query-tables/-/cartodb-query-tables-0.6.1.tgz",
"integrity": "sha512-hQR9F5tQ6W6uGZk8Us/0fwkAsvYfbsHUzyKqBqDYue+jOa7FrGS+KpWokdLYHhR/ye3N3iR9RBTrIkwp6aoUww==",
"requires": {
"decimal.js": "10.2.0"
}
}
} }
}, },
"wordwrap": { "wordwrap": {

View File

@ -27,9 +27,9 @@
"@carto/fqdn-sync": "0.2.2", "@carto/fqdn-sync": "0.2.2",
"basic-auth": "2.0.0", "basic-auth": "2.0.0",
"body-parser": "1.18.3", "body-parser": "1.18.3",
"camshaft": "0.64.1", "camshaft": "^0.64.2",
"cartodb-psql": "0.14.0", "cartodb-psql": "0.14.0",
"cartodb-query-tables": "0.6.0", "cartodb-query-tables": "^0.6.1",
"cartodb-redis": "2.1.0", "cartodb-redis": "2.1.0",
"debug": "3.1.0", "debug": "3.1.0",
"dot": "1.1.2", "dot": "1.1.2",
@ -49,7 +49,7 @@
"step-profiler": "0.3.0", "step-profiler": "0.3.0",
"turbo-carto": "0.21.2", "turbo-carto": "0.21.2",
"underscore": "1.6.0", "underscore": "1.6.0",
"windshaft": "5.6.1", "windshaft": "^5.6.3",
"yargs": "11.1.0" "yargs": "11.1.0"
}, },
"devDependencies": { "devDependencies": {