@golstats/gsc-landing 1.0.164 → 1.0.165
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/dist/gsc-landing.js +7 -7
- package/dist/gsc-landing.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/gsc-landing.js
CHANGED
|
@@ -26659,7 +26659,7 @@ function FD(s, e) {
|
|
|
26659
26659
|
"error"
|
|
26660
26660
|
);
|
|
26661
26661
|
try {
|
|
26662
|
-
Ni.log(`Debug logs enabled for "${e}" in hls.js version 1.5.
|
|
26662
|
+
Ni.log(`Debug logs enabled for "${e}" in hls.js version 1.5.16`);
|
|
26663
26663
|
} catch {
|
|
26664
26664
|
Ni = Ho;
|
|
26665
26665
|
}
|
|
@@ -40613,7 +40613,7 @@ class TF {
|
|
|
40613
40613
|
const i = e[0].pathwayId;
|
|
40614
40614
|
this.log(`No levels found in Pathway ${this.pathwayId}. Setting initial Pathway to "${i}"`), t = this.getLevelsForPathway(i), this.pathwayId = i;
|
|
40615
40615
|
}
|
|
40616
|
-
return t.length !== e.length
|
|
40616
|
+
return t.length !== e.length && this.log(`Found ${t.length}/${e.length} levels in Pathway "${this.pathwayId}"`), t;
|
|
40617
40617
|
}
|
|
40618
40618
|
getLevelsForPathway(e) {
|
|
40619
40619
|
return this.levels === null ? [] : this.levels.filter((t) => e === t.pathwayId);
|
|
@@ -42765,7 +42765,7 @@ class Bs {
|
|
|
42765
42765
|
* Get the video-dev/hls.js package version.
|
|
42766
42766
|
*/
|
|
42767
42767
|
static get version() {
|
|
42768
|
-
return "1.5.
|
|
42768
|
+
return "1.5.16";
|
|
42769
42769
|
}
|
|
42770
42770
|
/**
|
|
42771
42771
|
* Check if the required MediaSource Extensions are available.
|
|
@@ -46128,7 +46128,7 @@ const Xt = ED(), d7 = {
|
|
|
46128
46128
|
beforeUnmount() {
|
|
46129
46129
|
this.resetGamesLiveInterval();
|
|
46130
46130
|
}
|
|
46131
|
-
}, sr = (s) => (Je("data-v-
|
|
46131
|
+
}, sr = (s) => (Je("data-v-08d0a29b"), s = s(), Xe(), s), u7 = {
|
|
46132
46132
|
class: "gsclanding",
|
|
46133
46133
|
ref: "landingref"
|
|
46134
46134
|
}, h7 = {
|
|
@@ -46242,7 +46242,7 @@ function z7(s, e, t, i, a, n) {
|
|
|
46242
46242
|
E7,
|
|
46243
46243
|
v("div", k7, [
|
|
46244
46244
|
t.isFemale ? (y(), b(G, { key: 0 }, [
|
|
46245
|
-
ge("Bienvenida")
|
|
46245
|
+
ge("Bienvenida ")
|
|
46246
46246
|
], 64)) : (y(), b(G, { key: 1 }, [
|
|
46247
46247
|
ge("Bienvenido ")
|
|
46248
46248
|
], 64)),
|
|
@@ -46257,7 +46257,7 @@ function z7(s, e, t, i, a, n) {
|
|
|
46257
46257
|
i.elementSize.width > 680 ? (y(), b("div", L7, [
|
|
46258
46258
|
v("div", I7, [
|
|
46259
46259
|
t.isFemale ? (y(), b(G, { key: 0 }, [
|
|
46260
|
-
ge("Bienvenida")
|
|
46260
|
+
ge("Bienvenida ")
|
|
46261
46261
|
], 64)) : (y(), b(G, { key: 1 }, [
|
|
46262
46262
|
ge("Bienvenido ")
|
|
46263
46263
|
], 64)),
|
|
@@ -46440,7 +46440,7 @@ function z7(s, e, t, i, a, n) {
|
|
|
46440
46440
|
], 2)
|
|
46441
46441
|
], 512);
|
|
46442
46442
|
}
|
|
46443
|
-
const Q7 = /* @__PURE__ */ Ct(d7, [["render", z7], ["__scopeId", "data-v-
|
|
46443
|
+
const Q7 = /* @__PURE__ */ Ct(d7, [["render", z7], ["__scopeId", "data-v-08d0a29b"]]);
|
|
46444
46444
|
export {
|
|
46445
46445
|
Q7 as GSCLanding
|
|
46446
46446
|
};
|