akpm-procedures 1.1.19 → 1.1.20
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/akpm-procedures.js +2 -2
- package/package.json +1 -1
package/CDN/akpm-procedures.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Version: 1.1.
|
|
1
|
+
/* Version: 1.1.20 */
|
|
2
2
|
var rl = Object.defineProperty;
|
|
3
3
|
var ha = (t) => {
|
|
4
4
|
throw TypeError(t);
|
|
@@ -6166,7 +6166,7 @@ const hi = (t) => {
|
|
|
6166
6166
|
}, ir = class ir {
|
|
6167
6167
|
static getCookies() {
|
|
6168
6168
|
const e = document.cookie.split(";"), r = e.find((a) => a.includes("envId")), n = e.find((a) => a.includes("aksToken")), i = r ? r.split("=")[1] : "";
|
|
6169
|
-
return i === "
|
|
6169
|
+
return i === "aks_svi" ? ir.URL = "https://close-apparently-bluejay.ngrok-free.app" : i === "aks_qua" ? ir.URL = "https://gen-doc-back-65440859697.europe-west1.run.app" : ir.URL = "https://gen-doc-back-573906316236.europe-west1.run.app", {
|
|
6170
6170
|
EnvId: r ? r.split("=")[1] : "",
|
|
6171
6171
|
token: n ? n.split("=")[1] : ""
|
|
6172
6172
|
};
|