Update cartodb-query-tables to 0.6.2

This commit is contained in:
Raul Marin 2019-09-18 18:21:38 +02:00
parent b93caa7410
commit b69ceeeee8
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.1`](https://github.com/CartoDB/node-cartodb-query-tables/blob/8dda0e1fb7292840c4ac381f9be2eb3976d180a1/NEWS.md#version-061).
- 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-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.1",
"resolved": "https://registry.npmjs.org/cartodb-query-tables/-/cartodb-query-tables-0.6.1.tgz",
"integrity": "sha512-hQR9F5tQ6W6uGZk8Us/0fwkAsvYfbsHUzyKqBqDYue+jOa7FrGS+KpWokdLYHhR/ye3N3iR9RBTrIkwp6aoUww==",
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/cartodb-query-tables/-/cartodb-query-tables-0.6.2.tgz",
"integrity": "sha512-dROgu843HFKbs6BfKQ75HEOm2j4Q8l9Pkg2RxHhyILCFiuhb34ErRhtacGjKaUoFE6cksbMnqK59hwyRSxgV0w==",
"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.1",
"cartodb-query-tables": "^0.6.2",
"cartodb-redis": "2.1.0",
"debug": "3.1.0",
"dot": "1.1.2",