From 7f1c5fdfd44b8210476860b9d57256f76956e9e8 Mon Sep 17 00:00:00 2001 From: omenocal Date: Wed, 25 Apr 2018 14:25:00 -0600 Subject: [PATCH 1/3] Fixed debug property issue --- lib/Voxa-Dashbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Voxa-Dashbot.js b/lib/Voxa-Dashbot.js index 831b0b5..d3ec3c1 100644 --- a/lib/Voxa-Dashbot.js +++ b/lib/Voxa-Dashbot.js @@ -14,7 +14,7 @@ function register(skill, config) { const pluginConfig = _.merge({}, defaultConfig, config); const dashbotConfig = { - debug: pluginConfig.debug || true, + debug: pluginConfig.debug, printErrors: true, }; From d8bb7ac9d232d92ef851cd3907ed7a2ec212c986 Mon Sep 17 00:00:00 2001 From: omenocal Date: Wed, 25 Apr 2018 14:25:20 -0600 Subject: [PATCH 2/3] Changed to v0.1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e3b691..0ab23ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voxa-dashbot", - "version": "0.1.6", + "version": "0.1.7", "description": "Integrate Dashbot analytics into your Alexa apps using the voxa framework", "main": "index.js", "scripts": { From 43533a71b22d52b5838b357613be3df440512d54 Mon Sep 17 00:00:00 2001 From: omenocal Date: Wed, 25 Apr 2018 14:34:51 -0600 Subject: [PATCH 3/3] Updated dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ab23ab..1f36730 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ }, "license": "MIT", "dependencies": { - "dashbot": "^9.5.0", + "dashbot": "^9.8.0", "debug": "^2.6.9", - "lodash": "^4.17.5" + "lodash": "^4.17.10" }, "devDependencies": { "chai": "^3.5.0",