@speedkit/cli 3.37.0 → 3.38.0
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# [3.38.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.37.0...v3.38.0) (2026-03-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **customer-config:** add lcp candidate prevention for elements behind prerendered container ([22ecf48](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/22ecf48fc9abe1be4dfaf6c8c4bb683d1f2e89b1))
|
|
7
|
+
* **customer-config:** implement new ssr container positioning ([05716f0](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/05716f0efc8115705c8738c3c7b43c142b8f8865))
|
|
8
|
+
|
|
1
9
|
# [3.37.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.36.0...v3.37.0) (2026-03-30)
|
|
2
10
|
|
|
3
11
|
|
package/README.md
CHANGED
|
@@ -26,15 +26,23 @@
|
|
|
26
26
|
}
|
|
27
27
|
{{#if addSSR}}
|
|
28
28
|
|
|
29
|
-
/* SSR specific
|
|
30
|
-
.speed-kit-pre-rendered
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
29
|
+
/* SSR specific - container positioning until prerendering is ready */
|
|
30
|
+
html.speed-kit-pre-rendered:not(.sk-prerender-ready) {
|
|
31
|
+
/* ensure full width for pre-rendered container */
|
|
32
|
+
sk-shadow-app-root {
|
|
33
|
+
display: block;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* hide other body elements and prevent them from being considered LCP candidates */
|
|
37
|
+
body > *:not(sk-shadow-app-root) {
|
|
38
|
+
position: absolute !important;
|
|
39
|
+
pointer-events: none !important;
|
|
40
|
+
opacity: 0 !important;
|
|
41
|
+
z-index: -1 !important;
|
|
42
|
+
|
|
43
|
+
/* don't use display: none as it would corrupt hydrateability */
|
|
44
|
+
/* don't use visibility: hidden as it would corrupt innerText() */
|
|
45
|
+
}
|
|
38
46
|
}
|
|
39
47
|
|
|
40
48
|
/*
|
package/dist/templates/pops.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
const POP = {
|
|
2
|
+
BER: "151.101.6.8",
|
|
2
3
|
BRU: "151.101.10.8",
|
|
3
4
|
PDK: "151.101.14.8",
|
|
4
5
|
BFI: "151.101.22.8",
|
|
@@ -11,11 +12,12 @@ const POP = {
|
|
|
11
12
|
HHR: "151.101.74.8",
|
|
12
13
|
HKG: "151.101.78.8",
|
|
13
14
|
MEL: "151.101.82.8",
|
|
15
|
+
ORD: "151.101.86.8",
|
|
14
16
|
ITM: "151.101.90.8",
|
|
15
17
|
GRU: "151.101.94.8",
|
|
18
|
+
DEL: "151.101.106.8",
|
|
16
19
|
TYO: "151.101.110.8",
|
|
17
20
|
DFW: "151.101.114.8",
|
|
18
|
-
BOS: "151.101.118.8",
|
|
19
21
|
PAR: "151.101.122.8",
|
|
20
22
|
YYZ: "151.101.126.8",
|
|
21
23
|
MAD: "151.101.134.8",
|
|
@@ -23,11 +25,12 @@ const POP = {
|
|
|
23
25
|
FJR: "151.101.142.8",
|
|
24
26
|
CMH: "151.101.146.8",
|
|
25
27
|
MSP: "151.101.150.8",
|
|
28
|
+
IAH: "151.101.154.8",
|
|
26
29
|
MAA: "151.101.158.8",
|
|
27
30
|
AKL: "151.101.166.8",
|
|
28
31
|
JNB: "151.101.174.8",
|
|
29
32
|
GIG: "151.101.178.8",
|
|
30
|
-
|
|
33
|
+
BSB: "151.101.186.8",
|
|
31
34
|
LHR: "151.101.190.8",
|
|
32
35
|
LAX: "151.101.198.8",
|
|
33
36
|
PAO: "151.101.202.8",
|
|
@@ -42,8 +45,9 @@ const POP = {
|
|
|
42
45
|
OSL: "151.101.238.8",
|
|
43
46
|
MXP: "151.101.242.8",
|
|
44
47
|
HEL: "151.101.246.8",
|
|
48
|
+
JAX: "151.101.254.8",
|
|
49
|
+
CWB: "199.232.14.8",
|
|
45
50
|
VIE: "199.232.18.8",
|
|
46
|
-
DEL: "199.232.22.8",
|
|
47
51
|
DUB: "199.232.26.8",
|
|
48
52
|
STP: "199.232.30.8",
|
|
49
53
|
TOJ: "199.232.34.8",
|
|
@@ -63,7 +67,9 @@ const POP = {
|
|
|
63
67
|
CCU: "199.232.102.8",
|
|
64
68
|
HYD: "199.232.106.8",
|
|
65
69
|
SIN: "199.232.114.8",
|
|
70
|
+
BOS: "199.232.134.8",
|
|
66
71
|
WSI: "199.232.138.8",
|
|
72
|
+
BGY: "199.232.142.8",
|
|
67
73
|
PDX: "199.232.146.8",
|
|
68
74
|
NRT: "199.232.150.8",
|
|
69
75
|
PHX: "199.232.154.8",
|
|
@@ -71,6 +77,8 @@ const POP = {
|
|
|
71
77
|
BKK: "199.232.166.8",
|
|
72
78
|
BMA: "199.232.174.8",
|
|
73
79
|
BOG: "199.232.178.8",
|
|
80
|
+
RFD: "199.232.182.8",
|
|
81
|
+
PAE: "199.232.186.8",
|
|
74
82
|
MUC: "199.232.190.8",
|
|
75
83
|
SOF: "146.75.2.8",
|
|
76
84
|
FOR: "146.75.6.8",
|
package/oclif.manifest.json
CHANGED