@cloudcommerce/cli 2.17.6 → 2.18.1

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.
@@ -308,3 +308,29 @@ configure_edge_rule '
308
308
  "Enabled": true
309
309
  }
310
310
  '
311
+
312
+ configure_edge_rule '
313
+ {
314
+ "ActionType": 4,
315
+ "TriggerMatchingType": 1,
316
+ "Triggers": [
317
+ {
318
+ "Type": 9,
319
+ "PatternMatchingType": 0,
320
+ "PatternMatches": [
321
+ "GET"
322
+ ]
323
+ },
324
+ {
325
+ "Type": 0,
326
+ "PatternMatchingType": 0,
327
+ "PatternMatches": [
328
+ "*/_analytics",
329
+ "*/sw.js"
330
+ ]
331
+ }
332
+ ],
333
+ "Description": "Block common invalid requests",
334
+ "Enabled": true
335
+ }
336
+ '
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "2.17.6",
4
+ "version": "2.18.1",
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.17.6"
39
+ "@cloudcommerce/api": "2.18.1"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "bash ../../scripts/build-lib.sh"