Update cartodb-query-tables to 0.6.3 (#616)
* Update cartodb-query-tables to 0.6.3
This commit is contained in:
parent
ff4721c480
commit
16a8187269
2
NEWS.md
2
NEWS.md
@ -5,7 +5,7 @@ Released 2019-mm-dd
|
||||
|
||||
Breaking:
|
||||
* Remove in-memory table cache and `/cachestatus` endpoint.
|
||||
* 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 version [`0.14.0`](https://github.com/CartoDB/node-cartodb-psql/blob/d8dae1d9726da7fb96806062247649fd6fb3c2f4/NEWS.md#version-0140-2019-09-10).
|
||||
|
||||
Announcements:
|
||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -322,9 +322,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"
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
"bintrees": "1.0.1",
|
||||
"bunyan": "1.8.1",
|
||||
"cartodb-psql": "0.14.0",
|
||||
"cartodb-query-tables": "^0.6.2",
|
||||
"cartodb-query-tables": "^0.6.3",
|
||||
"cartodb-redis": "2.1.0",
|
||||
"debug": "^4.1.1",
|
||||
"express": "^4.16.4",
|
||||
|
Loading…
Reference in New Issue
Block a user