@tiledesk/tiledesk-tybot-connector 0.2.1 → 0.2.2

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.2",
4
4
  "description": "Tiledesk Tybot connector",
5
5
  "main": "index.js",
6
6
  "scripts": {