@alan-ai/alan-sdk-web 1.8.105 → 1.8.106
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 +5 -2
- package/dist/alan_lib.min.js +1 -1
- package/package.json +1 -1
package/dist/alan_lib.js
CHANGED
|
@@ -81026,6 +81026,9 @@
|
|
|
81026
81026
|
if (withDetails && message.name !== "laoding" && message.queryProgress?.length === 0) {
|
|
81027
81027
|
return "";
|
|
81028
81028
|
}
|
|
81029
|
+
if (message?.ctx?.final === true && !message.queryProgress) {
|
|
81030
|
+
return "";
|
|
81031
|
+
}
|
|
81029
81032
|
if (message.name !== "text" && message.queryProgress?.length === 0) {
|
|
81030
81033
|
return "";
|
|
81031
81034
|
}
|
|
@@ -93968,8 +93971,8 @@ code.hljs {
|
|
|
93968
93971
|
// alan_btn/alan_btn.ts
|
|
93969
93972
|
(function(ns) {
|
|
93970
93973
|
const uiState10 = getUIState();
|
|
93971
|
-
uiState10.lib.version = "alan-version.1.8.
|
|
93972
|
-
window.alanLib = { version: "alan-version.1.8.
|
|
93974
|
+
uiState10.lib.version = "alan-version.1.8.106".replace("alan-version.", "");
|
|
93975
|
+
window.alanLib = { version: "alan-version.1.8.106".replace("alan-version.", "") };
|
|
93973
93976
|
if (window.alanBtn) {
|
|
93974
93977
|
console.warn("Alan: the Alan Button source code has already added (v." + uiState10.lib.version + ")");
|
|
93975
93978
|
}
|