@cloudcommerce/cli 2.29.7 → 2.29.9

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.
@@ -269,41 +269,15 @@ configure_edge_rule '
269
269
  configure_edge_rule '
270
270
  {
271
271
  "ActionType": 3,
272
- "ActionParameter1": "240",
273
- "TriggerMatchingType": 1,
274
- "Triggers": [
275
- {
276
- "Type": 0,
277
- "PatternMatches": [
278
- "*/_astro/*",
279
- "*/img/uploads/*"
280
- ],
281
- "PatternMatchingType": 2,
282
- "Parameter1": ""
283
- },
272
+ "ActionParameter1": "120",
273
+ "ActionParameter2": "",
274
+ "ExtraActions": [
284
275
  {
285
- "Type": 3,
286
- "PatternMatches": [
287
- "webp",
288
- "png",
289
- "jpg",
290
- "woff2",
291
- "mp4"
292
- ],
293
- "PatternMatchingType": 2,
294
- "Parameter1": ""
276
+ "ActionType": 16,
277
+ "ActionParameter1": "120",
278
+ "ActionParameter2": ""
295
279
  }
296
280
  ],
297
- "Description": "Reset SSR CDN cache",
298
- "Enabled": true
299
- }
300
- '
301
-
302
- configure_edge_rule '
303
- {
304
- "ActionType": 16,
305
- "ActionParameter1": "120",
306
- "ActionParameter2": null,
307
281
  "TriggerMatchingType": 1,
308
282
  "Triggers": [
309
283
  {
@@ -328,7 +302,7 @@ configure_edge_rule '
328
302
  "Parameter1": ""
329
303
  }
330
304
  ],
331
- "Description": "Reset SSR browser cache",
305
+ "Description": "Reset SSR cache",
332
306
  "Enabled": true
333
307
  }
334
308
  '
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "2.29.7",
4
+ "version": "2.29.9",
5
5
  "description": "e-com.plus Cloud Commerce CLI tools",
6
6
  "bin": {
7
7
  "cloudcommerce": "./bin/run.mjs"
@@ -35,8 +35,8 @@
35
35
  "libsodium-wrappers": "^0.7.15",
36
36
  "md5": "^2.3.0",
37
37
  "typescript": "~5.6.3",
38
- "zx": "^8.1.9",
39
- "@cloudcommerce/api": "2.29.7"
38
+ "zx": "^8.2.1",
39
+ "@cloudcommerce/api": "2.29.9"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "bash ../../scripts/build-lib.sh"