akpm-knowledge-base-chat 1.0.49 → 1.0.50

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.
Files changed (2) hide show
  1. package/CDN/akb-chat.js +3 -3
  2. package/package.json +1 -1
package/CDN/akb-chat.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Version: 1.0.49 */
1
+ /* Version: 1.0.50 */
2
2
  var Va = Object.defineProperty;
3
3
  var Li = (t) => {
4
4
  throw TypeError(t);
@@ -3068,8 +3068,8 @@ W(
3068
3068
  );
3069
3069
  const Eu = () => {
3070
3070
  switch (V.getEnvironmentId()) {
3071
- case "aks_qua":
3072
- return "http://localhost:8080";
3071
+ case "aks_svi":
3072
+ return "https://close-apparently-bluejay.ngrok-free.app";
3073
3073
  case "aks_qua":
3074
3074
  return "https://aks-knowledge-base-back-65440859697.europe-west1.run.app";
3075
3075
  case "":
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "akpm-knowledge-base-chat",
3
3
  "private": false,
4
- "version": "1.0.49",
4
+ "version": "1.0.50",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "CDN"