@tiledesk/tiledesk-tybot-connector 0.1.80 → 0.1.82

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
@@ -5,6 +5,13 @@
5
5
  available on:
6
6
  ▶️ https://www.npmjs.com/package/@tiledesk/tiledesk-tybot-connector
7
7
 
8
+ ### 0.1.82
9
+ - added /echobot endpoint (only used for performance test)
10
+ - @tiledesk/tiledesk-client update => 0.10.2
11
+
12
+ ### 0.1.81
13
+ - added expire to intent (faq) cache: await tdcache.set(faqCacheKey, JSON.stringify(faq), {EX: 86400})
14
+
8
15
  ### 0.1.80
9
16
  - removed log "faq not found, getting from datasource..."
10
17
  - added in Directive IF_ONLINE_AGENTS "stop" in async (stop)