From 476a220991c2a52b95cfd7e24ecd53c42313ff87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Mon, 21 Oct 2019 16:20:52 +0200 Subject: [PATCH] Update cartodb-query-tables to version 0.7.0 --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 984c95f1..f84fe338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -322,8 +322,9 @@ } }, "cartodb-query-tables": { - "version": "github:cartodb/node-cartodb-query-tables#760aa889197da49626018c2a54b45894fdcb6c71", - "from": "github:cartodb/node-cartodb-query-tables#coherent-ttl", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/cartodb-query-tables/-/cartodb-query-tables-0.7.0.tgz", + "integrity": "sha512-DNLP14IR9xp/nlyM2ivGG8ml1VLu1WWzNqGFUIAkEG8oTehAm8aHbfaUKkDVCOSzhcN4jqAr4YCUKdG7FuqQaA==", "requires": { "decimal.js": "10.2.0" } diff --git a/package.json b/package.json index 33081929..beac651b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "bintrees": "1.0.1", "bunyan": "1.8.1", "cartodb-psql": "0.14.0", - "cartodb-query-tables": "github:cartodb/node-cartodb-query-tables#coherent-ttl", + "cartodb-query-tables": "^0.7.0", "cartodb-redis": "2.1.0", "debug": "^4.1.1", "express": "^4.16.4",