@alan-ai/alan-sdk-web 1.8.129 → 1.8.130
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 +1 -1
- package/dist/alan_lib.min.js +1 -1
- package/package.json +1 -1
package/dist/alan_lib.js
CHANGED
|
@@ -99113,7 +99113,7 @@ var hljs=function(){"use strict";function e(n){return n instanceof Map?n.clear=n
|
|
|
99113
99113
|
// alan_btn/alan_btn.ts
|
|
99114
99114
|
(function(ns) {
|
|
99115
99115
|
const uiState10 = getUIState();
|
|
99116
|
-
const version2 = "alan-version.1.8.
|
|
99116
|
+
const version2 = "alan-version.1.8.130".replace("alan-version.", "");
|
|
99117
99117
|
uiState10.lib.version = version2;
|
|
99118
99118
|
window.alanLib = { version: version2 };
|
|
99119
99119
|
if (window.alanBtn) {
|