@tiledesk/tiledesk-tybot-connector 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-tybot-connector",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Tiledesk Tybot connector",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -614,7 +614,7 @@ class DirectivesChatbotPlug {
614
614
  token: token,
615
615
  APIURL: API_URL,
616
616
  APIKEY: "___",
617
- log: false
617
+ log: true
618
618
  });
619
619
  let i = -1;
620
620
  if (this.log) { console.log("processing Inline directives:", directives); }