Update cartodb-query-tables to 0.6.3

This commit is contained in:
Raul Marin 2019-09-19 13:40:31 +02:00
parent b69ceeeee8
commit f2afece658
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ Announcements:
- 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.
- Update deps:
- Update `cartodb-query-tables` to version [`0.6.2`](https://github.com/CartoDB/node-cartodb-query-tables/blob/0.6.2/NEWS.md#version-062).
- Update `cartodb-query-tables` to version [`0.6.3`](https://github.com/CartoDB/node-cartodb-query-tables/blob/0.6.3/NEWS.md#version-063).
- 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.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)

6
package-lock.json generated
View File

@ -427,9 +427,9 @@
}
},
"cartodb-query-tables": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/cartodb-query-tables/-/cartodb-query-tables-0.6.2.tgz",
"integrity": "sha512-dROgu843HFKbs6BfKQ75HEOm2j4Q8l9Pkg2RxHhyILCFiuhb34ErRhtacGjKaUoFE6cksbMnqK59hwyRSxgV0w==",
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/cartodb-query-tables/-/cartodb-query-tables-0.6.3.tgz",
"integrity": "sha512-ijHl2Roh+0B1pP8SL3guEAu8tE6yNN3J/oxdUWCFOSKjHmXjwTzyJdjO+tONGcERmlWfS594SCFYElGIweSnQg==",
"requires": {
"decimal.js": "10.2.0"
}

View File

@ -29,7 +29,7 @@
"body-parser": "1.18.3",
"camshaft": "^0.64.2",
"cartodb-psql": "0.14.0",
"cartodb-query-tables": "^0.6.2",
"cartodb-query-tables": "^0.6.3",
"cartodb-redis": "2.1.0",
"debug": "3.1.0",
"dot": "1.1.2",