@cloudcommerce/cli 2.16.0 → 2.16.5

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.
@@ -207,7 +207,8 @@ configure_edge_rule '
207
207
  "*.xml",
208
208
  "*.txt",
209
209
  "*/app/*",
210
- "*/~*"
210
+ "*/~*",
211
+ "*/.*"
211
212
  ]
212
213
  },
213
214
  {
@@ -236,7 +237,8 @@ configure_edge_rule '
236
237
  "*/_api/*",
237
238
  "*/app/*",
238
239
  "*/admin/*",
239
- "*/~*"
240
+ "*/~*",
241
+ "*/.*"
240
242
  ]
241
243
  },
242
244
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "2.16.0",
4
+ "version": "2.16.5",
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.16.0"
39
+ "@cloudcommerce/api": "2.16.5"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "bash ../../scripts/build-lib.sh"