@alan-ai/alan-sdk-web 1.8.119 → 1.8.120

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
@@ -101331,7 +101331,7 @@ code.hljs {
101331
101331
  }
101332
101332
  if (uiState10.pageState?.screenshot?.enabled) {
101333
101333
  params.screenshot_data = {
101334
- baseHref: window.location.origin,
101334
+ baseHref: document.baseURI,
101335
101335
  width: window.innerWidth,
101336
101336
  height: window.innerHeight,
101337
101337
  scrollStates: collectScrollableElementStates()
@@ -109565,7 +109565,7 @@ var hljs=function(){"use strict";function e(n){return n instanceof Map?n.clear=n
109565
109565
  // alan_btn/alan_btn.ts
109566
109566
  (function(ns) {
109567
109567
  const uiState10 = getUIState();
109568
- const version2 = "alan-version.1.8.119".replace("alan-version.", "");
109568
+ const version2 = "alan-version.1.8.120".replace("alan-version.", "");
109569
109569
  uiState10.lib.version = version2;
109570
109570
  window.alanLib = { version: version2 };
109571
109571
  if (window.alanBtn) {