akpm-knowledge-base-chat 1.0.29 → 1.0.30
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/CDN/akb-chat.js +2 -2
- package/package.json +1 -1
package/CDN/akb-chat.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Version: 1.0.
|
|
1
|
+
/* Version: 1.0.30 */
|
|
2
2
|
var va = Object.defineProperty;
|
|
3
3
|
var ei = (t) => {
|
|
4
4
|
throw TypeError(t);
|
|
@@ -3966,7 +3966,7 @@ Z(
|
|
|
3966
3966
|
);
|
|
3967
3967
|
const hc = () => {
|
|
3968
3968
|
switch (ee.getEnvironmentId()) {
|
|
3969
|
-
case "
|
|
3969
|
+
case "aks_svi":
|
|
3970
3970
|
return "http://localhost:8080";
|
|
3971
3971
|
case "aks_qua":
|
|
3972
3972
|
return "https://aks-knowledge-base-back-65440859697.europe-west1.run.app";
|