@cloudcommerce/cli 2.13.0 → 2.14.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.
@@ -153,10 +153,9 @@ configure_edge_rule "APIs bypass CDN cache" '
153
153
  "Type": 0,
154
154
  "PatternMatches": [
155
155
  "*/_api/*",
156
- "*/_feeds/*",
156
+ "*.xml",
157
157
  "*/.*/git/*",
158
- "*/_analytics",
159
- "*/admin/",
158
+ "*/admin/*",
160
159
  "*/~*"
161
160
  ],
162
161
  "PatternMatchingType": 0,
@@ -179,10 +178,9 @@ configure_edge_rule "APIs bypass perma-cache" '
179
178
  "Type": 0,
180
179
  "PatternMatches": [
181
180
  "*/_api/*",
182
- "*/_feeds/*",
181
+ "*.xml",
183
182
  "*/.*/git/*",
184
- "*/_analytics",
185
- "*/admin/",
183
+ "*/admin/*",
186
184
  "*/~*"
187
185
  ],
188
186
  "PatternMatchingType": 0,
@@ -67,7 +67,7 @@
67
67
  "region": "us-east4"
68
68
  },
69
69
  {
70
- "source": "/sitemap.xml",
70
+ "source": "/sitemap-catalog.xml",
71
71
  "function": "feeds",
72
72
  "region": "us-east4"
73
73
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "2.13.0",
4
+ "version": "2.14.0",
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.4.5",
38
38
  "zx": "^7.2.3",
39
- "@cloudcommerce/api": "2.13.0"
39
+ "@cloudcommerce/api": "2.14.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "bash ../../scripts/build-lib.sh"