@maxtropy/v-components 0.1.17-beta.19 → 0.1.17-beta.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.
|
@@ -25438,6 +25438,7 @@ function U5() {
|
|
|
25438
25438
|
window.rawFetch = window.fetch, window.fetch = (o, r) => {
|
|
25439
25439
|
var d, f;
|
|
25440
25440
|
const a = e;
|
|
25441
|
+
console.log("prefix", a);
|
|
25441
25442
|
let l = o;
|
|
25442
25443
|
typeof o == "string" && !o.startsWith("http") && !o.startsWith(t) && (l = a + o), typeof o == "object" && !(o instanceof URL) && !o.url.startsWith("http") && !o.url.startsWith(t) && (l = { ...o, url: a + o.url });
|
|
25443
25444
|
const u = window.document.cookie.split(";").filter((v) => v.indexOf("GT=GT-") > -1), c = (f = (d = u == null ? void 0 : u[0]) == null ? void 0 : d.split("=")) == null ? void 0 : f[1];
|