@tiledesk/tiledesk-tybot-connector 0.2.1 → 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/CHANGELOG.md CHANGED
@@ -9,7 +9,7 @@ available on:
9
9
  - bug fix: /ext/parameters/requests/:requestid replies with res.send([]);
10
10
  - bug fix: allParameterStatic() => check for attributes not null before iterating Object.entries()
11
11
 
12
- ### 0.2.0
12
+ ### 0.2.0 - online, unused
13
13
  - bug fix
14
14
 
15
15
  ### 0.1.99
@@ -596,7 +596,7 @@ class TiledeskChatbot {
596
596
  }
597
597
  }
598
598
  else {
599
- console.error("An error occurred. 'attributes__as_string_map' is null! I tried:", Object.entries(attributes__as_string_map));
599
+ console.error("An error occurred. 'attributes__as_string_map' is null!");
600
600
  }
601
601
  return attributes_native_values;
602
602
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-tybot-connector",
3
- "version": "0.2.1",
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); }