@botfabrik/engine-webclient 4.96.4 → 4.96.9

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/README.md CHANGED
@@ -568,4 +568,5 @@ Erlaub das Registrieren von Event-Handlers.
568
568
  chatbot.subscribe('ON_CHAT_WINDOW_STATE_CHANGE', function onChange(open) {
569
569
  console.log('chat window is ' + open ? 'open' : 'close')
570
570
  })
571
+
571
572
  ```