@speedkit/cli 3.16.0 → 3.17.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,22 @@
|
|
|
1
|
+
# [3.17.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.16.1...v3.17.0) (2025-11-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update pop list ([b4e8f7b](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/b4e8f7b1dda65ef6f51e17181ed185d6aa9aca28))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* prewarm the dcb fallback variations as well ([f37979f](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/f37979fd105af7c071f48434b3d74596bf79ac67))
|
|
12
|
+
|
|
13
|
+
## [3.16.1](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.16.0...v3.16.1) (2025-11-25)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **wizard:** sk-config ([e8dd28e](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/e8dd28ef34b5060b518a6e0fd01b55600509a68b))
|
|
19
|
+
|
|
1
20
|
# [3.16.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.15.2...v3.16.0) (2025-11-19)
|
|
2
21
|
|
|
3
22
|
|
package/README.md
CHANGED
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
/^\/$/, // Home
|
|
96
96
|
|
|
97
97
|
{{#if isShopify}}
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
/\/collections\//i, // Category & PLP
|
|
99
|
+
/\/products\//i, // PDP
|
|
100
100
|
{{else}}
|
|
101
|
-
|
|
102
|
-
|
|
101
|
+
/\/c\//, // Category & PLP
|
|
102
|
+
/\/p\//, // PDP
|
|
103
103
|
{{/if}}
|
|
104
104
|
],
|
|
105
105
|
},
|
package/dist/templates/pops.js
CHANGED
|
@@ -7,25 +7,22 @@ const POP = {
|
|
|
7
7
|
SJC: "151.101.42.8",
|
|
8
8
|
NYC: "151.101.46.8",
|
|
9
9
|
WVI: "151.101.50.8",
|
|
10
|
+
LCY: "151.101.62.8",
|
|
10
11
|
HHR: "151.101.74.8",
|
|
11
12
|
HKG: "151.101.78.8",
|
|
12
13
|
MEL: "151.101.82.8",
|
|
13
|
-
BMA: "151.101.86.8",
|
|
14
14
|
ITM: "151.101.90.8",
|
|
15
15
|
GRU: "151.101.94.8",
|
|
16
|
-
BNE: "151.101.98.8",
|
|
17
|
-
PER: "151.101.106.8",
|
|
18
16
|
TYO: "151.101.110.8",
|
|
19
17
|
DFW: "151.101.114.8",
|
|
20
18
|
BOS: "151.101.118.8",
|
|
21
|
-
|
|
19
|
+
PAR: "151.101.122.8",
|
|
22
20
|
YYZ: "151.101.126.8",
|
|
23
21
|
MAD: "151.101.134.8",
|
|
24
22
|
YUL: "151.101.138.8",
|
|
25
23
|
FJR: "151.101.142.8",
|
|
26
24
|
CMH: "151.101.146.8",
|
|
27
25
|
MSP: "151.101.150.8",
|
|
28
|
-
BOM: "151.101.154.8",
|
|
29
26
|
MAA: "151.101.158.8",
|
|
30
27
|
AKL: "151.101.166.8",
|
|
31
28
|
JNB: "151.101.174.8",
|
|
@@ -34,11 +31,13 @@ const POP = {
|
|
|
34
31
|
LHR: "151.101.190.8",
|
|
35
32
|
LAX: "151.101.198.8",
|
|
36
33
|
PAO: "151.101.202.8",
|
|
34
|
+
RTM: "151.101.206.8",
|
|
35
|
+
BOM: "151.101.210.8",
|
|
37
36
|
YVR: "151.101.214.8",
|
|
38
37
|
EZE: "151.101.218.8",
|
|
39
38
|
SCL: "151.101.222.8",
|
|
40
39
|
CPT: "151.101.226.8",
|
|
41
|
-
|
|
40
|
+
LIM: "151.101.230.8",
|
|
42
41
|
WLG: "151.101.234.8",
|
|
43
42
|
OSL: "151.101.238.8",
|
|
44
43
|
MXP: "151.101.242.8",
|
|
@@ -47,42 +46,45 @@ const POP = {
|
|
|
47
46
|
DEL: "199.232.22.8",
|
|
48
47
|
DUB: "199.232.26.8",
|
|
49
48
|
STP: "199.232.30.8",
|
|
49
|
+
TOJ: "199.232.34.8",
|
|
50
50
|
LGA: "199.232.38.8",
|
|
51
51
|
CPH: "199.232.42.8",
|
|
52
52
|
QPG: "199.232.46.8",
|
|
53
|
-
|
|
53
|
+
BNE: "199.232.50.8",
|
|
54
54
|
MAN: "199.232.54.8",
|
|
55
55
|
LON: "199.232.58.8",
|
|
56
|
-
ACC: "199.232.62.8",
|
|
57
56
|
DEN: "199.232.66.8",
|
|
58
57
|
STL: "199.232.70.8",
|
|
59
58
|
MCI: "199.232.74.8",
|
|
60
59
|
MRS: "199.232.82.8",
|
|
61
60
|
EWR: "199.232.90.8",
|
|
61
|
+
MIA: "199.232.94.8",
|
|
62
62
|
LCK: "199.232.98.8",
|
|
63
63
|
CCU: "199.232.102.8",
|
|
64
64
|
HYD: "199.232.106.8",
|
|
65
|
-
|
|
65
|
+
SIN: "199.232.114.8",
|
|
66
66
|
WSI: "199.232.138.8",
|
|
67
67
|
PDX: "199.232.146.8",
|
|
68
|
+
NRT: "199.232.150.8",
|
|
68
69
|
PHX: "199.232.154.8",
|
|
70
|
+
QRO: "199.232.158.8",
|
|
69
71
|
BKK: "199.232.166.8",
|
|
70
|
-
|
|
72
|
+
BMA: "199.232.174.8",
|
|
73
|
+
BOG: "199.232.178.8",
|
|
71
74
|
MUC: "199.232.190.8",
|
|
72
75
|
SOF: "146.75.2.8",
|
|
73
76
|
FOR: "146.75.6.8",
|
|
74
77
|
DTW: "146.75.10.8",
|
|
75
78
|
CHC: "146.75.14.8",
|
|
79
|
+
ACC: "146.75.18.8",
|
|
76
80
|
MNL: "146.75.22.8",
|
|
77
81
|
KUL: "146.75.26.8",
|
|
78
82
|
IAD: "146.75.30.8",
|
|
79
|
-
SIN: "146.75.46.8",
|
|
80
83
|
ICN: "146.75.50.8",
|
|
81
84
|
LIN: "146.75.54.8",
|
|
82
|
-
PMO: "146.75.58.8",
|
|
83
85
|
FCO: "146.75.62.8",
|
|
84
86
|
DXB: "146.75.66.8",
|
|
85
|
-
|
|
87
|
+
PER: "146.75.70.8",
|
|
86
88
|
CHI: "146.75.78.8",
|
|
87
89
|
GNV: "146.75.86.8",
|
|
88
90
|
LIS: "146.75.90.8",
|
|
@@ -90,7 +92,5 @@ const POP = {
|
|
|
90
92
|
HNL: "146.75.98.8",
|
|
91
93
|
ADL: "146.75.102.8",
|
|
92
94
|
YYC: "146.75.110.8",
|
|
93
|
-
NRT: "146.75.114.8",
|
|
94
95
|
FRA: "146.75.118.8",
|
|
95
|
-
MIA: "146.75.126.8",
|
|
96
96
|
};
|
|
@@ -21,12 +21,11 @@ const fetchURL = async (ip, url, origin, variation, database) => {
|
|
|
21
21
|
await fetch(`https://${ip}/v1/asset/${url}`, {
|
|
22
22
|
agent,
|
|
23
23
|
headers: {
|
|
24
|
-
"Accept-Encoding": "gzip, deflate, br
|
|
24
|
+
"Accept-Encoding": "gzip, deflate, br",
|
|
25
25
|
Host: `${app}.app.baqend.com`,
|
|
26
26
|
Origin: origin,
|
|
27
27
|
authorization: `BAT ${database.token}`,
|
|
28
28
|
"baqend-prewarm": "1",
|
|
29
|
-
"baqend-choose-dictionary": "1",
|
|
30
29
|
},
|
|
31
30
|
method: "HEAD",
|
|
32
31
|
timeout: 3000,
|
package/oclif.manifest.json
CHANGED