@cloudcommerce/cli 2.26.0 → 2.26.2

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/ci/bunny-setup.sh CHANGED
@@ -82,7 +82,8 @@ if [ -z "$pull_zone_id" ]; then
82
82
  \"Name\": \"$project_id\",
83
83
  \"PermaCacheStorageZoneId\": $storage_id,
84
84
  \"CacheControlMaxAgeOverride\": 31919000,
85
- \"EnableOriginShield\": false
85
+ \"EnableOriginShield\": false,
86
+ \"EnableRequestCoalescing\": true
86
87
  }
87
88
  ")
88
89
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "2.26.0",
4
+ "version": "2.26.2",
5
5
  "description": "e-com.plus Cloud Commerce CLI tools",
6
6
  "bin": {
7
7
  "cloudcommerce": "./bin/run.mjs"
@@ -36,7 +36,7 @@
36
36
  "md5": "^2.3.0",
37
37
  "typescript": "~5.5.4",
38
38
  "zx": "^8.1.4",
39
- "@cloudcommerce/api": "2.26.0"
39
+ "@cloudcommerce/api": "2.26.2"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "bash ../../scripts/build-lib.sh"