akpm-akb-audit-handler 1.0.1 → 1.0.2
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Version: 1.0.
|
|
1
|
+
/* Version: 1.0.2 */
|
|
2
2
|
var Ua = Object.defineProperty;
|
|
3
3
|
var Tn = (e) => {
|
|
4
4
|
throw TypeError(e);
|
|
@@ -2454,11 +2454,11 @@ const ur = (e) => {
|
|
|
2454
2454
|
case "aks_svi":
|
|
2455
2455
|
return "http://localhost:8080/v1";
|
|
2456
2456
|
case "aks_qua":
|
|
2457
|
-
return "https://aks-audit-handler-back-65440859697.europe-west1.run.app/
|
|
2457
|
+
return "https://aks-audit-handler-back-65440859697.europe-west1.run.app/v1";
|
|
2458
2458
|
case "":
|
|
2459
2459
|
throw new Error("Environment ID not set");
|
|
2460
2460
|
default:
|
|
2461
|
-
return "https://aks-audit-handler-back-573906316236.europe-west1.run.app/
|
|
2461
|
+
return "https://aks-audit-handler-back-573906316236.europe-west1.run.app/v1";
|
|
2462
2462
|
}
|
|
2463
2463
|
}, _o = () => {
|
|
2464
2464
|
const t = document.cookie.split(";").find((r) => r.includes("akb-audit-handler-token"));
|