@cloudcommerce/cli 2.7.3 → 2.7.4
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/.turbo/turbo-build.log +1 -1
- package/ci/bunny-config-base.sh +21 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/ci/bunny-config-base.sh
CHANGED
|
@@ -227,3 +227,24 @@ configure_edge_rule "SSR browser cache" '
|
|
|
227
227
|
"Enabled": true
|
|
228
228
|
}
|
|
229
229
|
'
|
|
230
|
+
|
|
231
|
+
configure_edge_rule "Force mime text/html" '
|
|
232
|
+
{
|
|
233
|
+
"ActionType": 5,
|
|
234
|
+
"ActionParameter1": "Content-Type",
|
|
235
|
+
"ActionParameter2": "text/html",
|
|
236
|
+
"Triggers": [
|
|
237
|
+
{
|
|
238
|
+
"Type": 2,
|
|
239
|
+
"PatternMatchingType": 0,
|
|
240
|
+
"PatternMatches": [
|
|
241
|
+
"application/octet-stream"
|
|
242
|
+
],
|
|
243
|
+
"Parameter1": "Content-Type"
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"TriggerMatchingType": 1,
|
|
247
|
+
"Description": "Force mime text/html",
|
|
248
|
+
"Enabled": true
|
|
249
|
+
}
|
|
250
|
+
'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudcommerce/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.4",
|
|
5
5
|
"description": "E-Com Plus Cloud Commerce CLI tools",
|
|
6
6
|
"bin": {
|
|
7
7
|
"cloudcommerce": "./bin/run.mjs"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"md5": "^2.3.0",
|
|
30
30
|
"typescript": "~5.2.2",
|
|
31
31
|
"zx": "^7.2.3",
|
|
32
|
-
"@cloudcommerce/api": "2.7.
|
|
32
|
+
"@cloudcommerce/api": "2.7.4"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "bash ../../scripts/build-lib.sh"
|