@speedkit/cli 2.45.0 → 2.46.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,10 @@
1
+ # [2.46.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.45.0...v2.46.0) (2024-07-22)
2
+
3
+
4
+ ### Features
5
+
6
+ * **configWizzard:** remove font,style,script from initial whiteList ([351ca4d](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/351ca4d6cb3bddc0baffb99567400e4d6f445fbb))
7
+
1
8
  # [2.45.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.44.0...v2.45.0) (2024-07-22)
2
9
 
3
10
 
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/2.45.0 linux-x64 node-v20.15.1
24
+ @speedkit/cli/2.46.0 linux-x64 node-v20.15.1
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -107,17 +107,8 @@
107
107
  {{/if}}
108
108
  contentType: [
109
109
  'navigate',
110
- 'style',
111
- 'font',
112
110
  {{#if activateImageOptimisation}}
113
111
  'image',
114
- {{/if}}
115
- {{#if isShopify}}
116
-
117
- // Shopify specific:
118
- // don't enable 'script' because XHR Requests on PDPs, that do not match the navigate content type, are served as scripts
119
- {{else}}
120
- 'script',
121
112
  {{/if}}
122
113
  ],
123
114
  },
@@ -129,17 +120,6 @@
129
120
  contentType: ["script", "style", "font"],
130
121
  },
131
122
  {{#if isShopify}}
132
-
133
- // Shopify specific:
134
- {
135
- host: [
136
- "cdn.shopify.com",
137
- ],
138
- // Image optimization is normally not activated for the Shopify CDN host
139
- // – unless this has been explicitly requested!
140
- contentType: ["script", "style", "font"],
141
- },
142
-
143
123
  // Shopify specific:
144
124
  {
145
125
  url: [
@@ -712,5 +712,5 @@
712
712
  ]
713
713
  }
714
714
  },
715
- "version": "2.45.0"
715
+ "version": "2.46.0"
716
716
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speedkit/cli",
3
3
  "description": "Speed Kit CLI",
4
- "version": "2.45.0",
4
+ "version": "2.46.0",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"