From 0ea5314674df5685a0667f3d6f0466a2a6c9d67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caio=20Alc=C3=A2ntara?= Date: Wed, 8 May 2019 08:31:32 +0100 Subject: [PATCH 1/3] Update insert-data.js fix: remove unnecessary param --- src/transactions/insert-data.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transactions/insert-data.js b/src/transactions/insert-data.js index 403d0e1..1f84266 100644 --- a/src/transactions/insert-data.js +++ b/src/transactions/insert-data.js @@ -9,7 +9,6 @@ const rethinkdb = require('rethinkdb') * Grab data from database * @param {Object} connection * @param {String} tableName - * @param {String} id? * @returns {Array||Object} results || result */ module.exports = async (connection, tableName, data) => From b3619f1956afb3fe9cfd749a67f076e968036dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caio=20Alc=C3=A2ntara?= Date: Wed, 8 May 2019 08:32:41 +0100 Subject: [PATCH 2/3] Update retrieve-data.js fix: Update module name on doc --- src/transactions/retrieve-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transactions/retrieve-data.js b/src/transactions/retrieve-data.js index 2bdbded..43e27c6 100644 --- a/src/transactions/retrieve-data.js +++ b/src/transactions/retrieve-data.js @@ -1,5 +1,5 @@ /** - * Data module + * Retrieve data module * @memberof rethinkly */ const rethinkdb = require('rethinkdb') From 60dcb6a1a2335a97cf103e5acce18342118be2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 8 Jun 2019 09:31:00 +0000 Subject: [PATCH 3/3] chore(deps): bump js-yaml from 3.12.2 to 3.13.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.2 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.12.2...3.13.1) Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 65bbe00..c703010 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2602,9 +2602,9 @@ js-types@^1.0.0: integrity sha1-0kLmSU7Vcq08koCfyL7X92h8vwM= js-yaml@^3.10.0, js-yaml@^3.12.0, js-yaml@^3.9.0: - version "3.12.2" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65bd72f285b5d8105c77f14fc" - integrity sha512-QHn/Lh/7HhZ/Twc7vJYQTkjuCa0kaCcDcjK5Zlk2rvnUpy7DxMJ23+Jc2dcyvltwQVg1nygAVlB2oRDFHoRS5Q== + version "3.13.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" + integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== dependencies: argparse "^1.0.7" esprima "^4.0.0"