@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.
- package/dist/AlanButton.d.ts +1 -0
- package/dist/alan_lib.js +1 -1
- package/dist/alan_lib.min.js +1 -1
- package/package.json +4 -1
package/dist/AlanButton.d.ts
CHANGED
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.
|
|
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
|
}
|