@alan-ai/alan-sdk-web 1.8.99 → 1.8.101

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
@@ -93878,8 +93878,8 @@ code.hljs {
93878
93878
  // alan_btn/alan_btn.ts
93879
93879
  (function(ns) {
93880
93880
  const uiState10 = getUIState();
93881
- uiState10.lib.version = "alan-version.1.8.99".replace("alan-version.", "");
93882
- window.alanLib = { version: "alan-version.1.8.99".replace("alan-version.", "") };
93881
+ uiState10.lib.version = "alan-version.1.8.101".replace("alan-version.", "");
93882
+ window.alanLib = { version: "alan-version.1.8.101".replace("alan-version.", "") };
93883
93883
  if (window.alanBtn) {
93884
93884
  console.warn("Alan: the Alan Button source code has already added (v." + uiState10.lib.version + ")");
93885
93885
  }