@speedkit/cli 3.29.2 → 3.31.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,17 @@
|
|
|
1
|
+
# [3.31.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.30.0...v3.31.0) (2026-03-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **customer-config:** update ssr config ([be9cfd4](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/be9cfd4dd43086e8c0ce6800e3cce33914f7297d))
|
|
7
|
+
|
|
8
|
+
# [3.30.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.29.2...v3.30.0) (2026-03-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **customer-config:** update ssr config ([8ed96b6](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/8ed96b66e1783a97fe29e6b7e5e366687d9ec43b))
|
|
14
|
+
|
|
1
15
|
## [3.29.2](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.29.1...v3.29.2) (2026-03-02)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -147,7 +147,6 @@ const config = {
|
|
|
147
147
|
|
|
148
148
|
// SSR specific:
|
|
149
149
|
preRender: {
|
|
150
|
-
lambdaUrl: '<generate-new-lambda-function-and-paste-url-endpoint-here>',
|
|
151
150
|
elements: [
|
|
152
151
|
// append all extracted styles to all pre-rendered elements (as they are capsuled in shadow doms)
|
|
153
152
|
// TODO check if all necessary styles are extracted by this rule
|
|
@@ -189,6 +188,10 @@ const config = {
|
|
|
189
188
|
// Additional Asset Domains:
|
|
190
189
|
// '<domain>',
|
|
191
190
|
],
|
|
191
|
+
// dynamicUrl: [
|
|
192
|
+
// // Domains requested via POST:
|
|
193
|
+
// '<domain>',
|
|
194
|
+
// ],
|
|
192
195
|
resourceType: [
|
|
193
196
|
// only resource types listed here will be fetched
|
|
194
197
|
"xhr",
|
package/oclif.manifest.json
CHANGED