@alan-ai/alan-sdk-web 1.8.82 → 1.8.83
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 +2 -1
- package/dist/alan_lib.min.js +1 -1
- package/package.json +1 -1
package/dist/alan_lib.js
CHANGED
|
@@ -95012,7 +95012,7 @@ code.hljs {
|
|
|
95012
95012
|
// alan_btn/alan_btn.ts
|
|
95013
95013
|
var import_sjcl = __toESM(require_sjcl());
|
|
95014
95014
|
(function(ns) {
|
|
95015
|
-
uiState.lib.version = "alan-version.1.8.
|
|
95015
|
+
uiState.lib.version = "alan-version.1.8.83".replace("alan-version.", "");
|
|
95016
95016
|
if (window.alanBtn) {
|
|
95017
95017
|
console.warn("Alan: the Alan Button source code has already added (v." + uiState.lib.version + ")");
|
|
95018
95018
|
}
|
|
@@ -95196,6 +95196,7 @@ code.hljs {
|
|
|
95196
95196
|
},
|
|
95197
95197
|
open: () => {
|
|
95198
95198
|
showTextChat();
|
|
95199
|
+
broadcastReloadIframeToIframes();
|
|
95199
95200
|
},
|
|
95200
95201
|
close: () => {
|
|
95201
95202
|
closeTextChat();
|