akpm-knowledge-base-chat 2.0.78 → 2.0.79
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: 2.0.
|
|
1
|
+
/* Version: 2.0.79 */
|
|
2
2
|
var Qc = Object.defineProperty;
|
|
3
3
|
var qa = (t) => {
|
|
4
4
|
throw TypeError(t);
|
|
@@ -5615,7 +5615,7 @@ const cg = () => {
|
|
|
5615
5615
|
}
|
|
5616
5616
|
}, hg = () => {
|
|
5617
5617
|
switch (Y.getEnvironmentId()) {
|
|
5618
|
-
case "
|
|
5618
|
+
case "aks_svi":
|
|
5619
5619
|
return "http://localhost:8080";
|
|
5620
5620
|
case "aks_qua":
|
|
5621
5621
|
return "https://aks-orchestrator-back-65440859697.europe-west1.run.app";
|