@alan-ai/alan-sdk-web 1.8.79 → 1.8.81

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.
@@ -21,6 +21,7 @@ export interface AlanButton {
21
21
  isAudioOutputEnabled: () => boolean,
22
22
  setFullScreenMode: (value: boolean) => void,
23
23
  close: () => void,
24
+ open: () => void,
24
25
  clear: () => void,
25
26
  };
26
27
  }
package/dist/alan_lib.js CHANGED
@@ -100630,7 +100630,7 @@ code.hljs {
100630
100630
  // alan_btn/alan_btn.ts
100631
100631
  var CryptoJS = __toESM(require_crypto_js());
100632
100632
  (function(ns) {
100633
- uiState.lib.version = "alan-version.1.8.79".replace("alan-version.", "");
100633
+ uiState.lib.version = "alan-version.1.8.80".replace("alan-version.", "");
100634
100634
  if (window.alanBtn) {
100635
100635
  console.warn("Alan: the Alan Button source code has already added (v." + uiState.lib.version + ")");
100636
100636
  }