@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!
|
|
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