@speedkit/cli 3.29.1 → 3.30.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.30.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.29.2...v3.30.0) (2026-03-03)
2
+
3
+
4
+ ### Features
5
+
6
+ * **customer-config:** update ssr config ([8ed96b6](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/8ed96b66e1783a97fe29e6b7e5e366687d9ec43b))
7
+
8
+ ## [3.29.2](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.29.1...v3.29.2) (2026-03-02)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * remove doublicate package ([36d3e93](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/36d3e939b46da386372298f655d38d4860261fea))
14
+
1
15
  ## [3.29.1](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.29.0...v3.29.1) (2026-03-02)
2
16
 
3
17
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @speedkit/cli
21
21
  $ sk COMMAND
22
22
  running command...
23
23
  $ sk (--version)
24
- @speedkit/cli/3.29.1 linux-x64 node-v20.20.0
24
+ @speedkit/cli/3.30.0 linux-x64 node-v20.20.0
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -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
+ // Domains requested via POST:
192
+ // dynamicUrl: [
193
+ // '<domain>',
194
+ // ],
192
195
  resourceType: [
193
196
  // only resource types listed here will be fetched
194
197
  "xhr",
@@ -731,5 +731,5 @@
731
731
  ]
732
732
  }
733
733
  },
734
- "version": "3.29.1"
734
+ "version": "3.30.0"
735
735
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speedkit/cli",
3
3
  "description": "Speed Kit CLI",
4
- "version": "3.29.1",
4
+ "version": "3.30.0",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"
@@ -102,8 +102,7 @@
102
102
  "semver": "^7.7.4",
103
103
  "strip-comments": "^2.0.1",
104
104
  "ts-node": "^10.9.2",
105
- "uuid": "^9.0.1",
106
- "@nats-io/nats-core": "^3.3.1"
105
+ "uuid": "^9.0.1"
107
106
  },
108
107
  "devDependencies": {
109
108
  "@commitlint/cli": "^17.8.1",