@alan-ai/alan-sdk-web 1.8.137 → 1.8.138

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/alan_lib.js CHANGED
@@ -99179,7 +99179,7 @@ var hljs=function(){"use strict";function e(n){return n instanceof Map?n.clear=n
99179
99179
  // alan_btn/alan_btn.ts
99180
99180
  (function(ns) {
99181
99181
  const uiState10 = getUIState();
99182
- const version2 = "alan-version.1.8.137".replace("alan-version.", "");
99182
+ const version2 = "alan-version.1.8.138".replace("alan-version.", "");
99183
99183
  uiState10.lib.version = version2;
99184
99184
  window.alanLib = { version: version2 };
99185
99185
  if (window.alanBtn) {
@@ -102278,6 +102278,7 @@ ${reason}` : reason,
102278
102278
  if (savedMsgs?.length > 0) {
102279
102279
  clearDOMChat();
102280
102280
  }
102281
+ canceledRequests = [];
102281
102282
  for (let i2 = 0; i2 < savedMsgs.length; i2++) {
102282
102283
  if (initLoad === true) {
102283
102284
  savedMsgs[i2].initLoad = true;