@enegelai/bot-widget 1.5.2 → 1.5.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/dist/index.es.js CHANGED
@@ -840,7 +840,7 @@ class W extends Ke {
840
840
  }
841
841
  clearConversation() {
842
842
  this.wsClient && (this.wsClient.stop().then(() => {
843
- }), this.wsClient = null), this.conversationId = mt(), this.lastConversationUpdate = Date.now(), this.connectWs = "false", this.shouldEngage = "true", this.messages = [], this.actions = [], this.addMessage({
843
+ }), this.wsClient = null), this.conversationId = mt(), this.lastConversationUpdate = Date.now(), this.connectWs = "false", this.shouldEngage = "true", this.messages = [], this.actions = [], this.form = null, this.addMessage({
844
844
  author: "assistant",
845
845
  type: "text",
846
846
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enegelai/bot-widget",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Enegel.ai Bot Widget",
5
5
  "scripts": {
6
6
  "dev": "vite",