@cloudcommerce/cli 2.26.4 → 2.27.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.
- package/ci/bunny-config-base.sh +11 -6
- package/config/firebase.json +2 -1
- package/package.json +2 -2
package/ci/bunny-config-base.sh
CHANGED
|
@@ -155,6 +155,7 @@ configure_edge_rule '
|
|
|
155
155
|
"PatternMatchingType": 0,
|
|
156
156
|
"PatternMatches": [
|
|
157
157
|
"*/_api/*",
|
|
158
|
+
"*/_feeds/*",
|
|
158
159
|
"*/admin/*"
|
|
159
160
|
]
|
|
160
161
|
},
|
|
@@ -188,9 +189,7 @@ if [ -n "$swr_origin_url" ]; then
|
|
|
188
189
|
"PatternMatches": [
|
|
189
190
|
"*/_astro/*",
|
|
190
191
|
"*/img/*",
|
|
191
|
-
"*/assets/*"
|
|
192
|
-
"*/_api/*",
|
|
193
|
-
"*/admin/*"
|
|
192
|
+
"*/assets/*"
|
|
194
193
|
],
|
|
195
194
|
"PatternMatchingType": 2,
|
|
196
195
|
"Parameter1": ""
|
|
@@ -198,6 +197,9 @@ if [ -n "$swr_origin_url" ]; then
|
|
|
198
197
|
{
|
|
199
198
|
"Type": 0,
|
|
200
199
|
"PatternMatches": [
|
|
200
|
+
"*/_api/*",
|
|
201
|
+
"*/_feeds/*",
|
|
202
|
+
"*/admin/*",
|
|
201
203
|
"*/_image",
|
|
202
204
|
"*/_analytics"
|
|
203
205
|
],
|
|
@@ -240,7 +242,8 @@ configure_edge_rule '
|
|
|
240
242
|
{
|
|
241
243
|
"Type": 0,
|
|
242
244
|
"PatternMatches": [
|
|
243
|
-
"*/_astro/*"
|
|
245
|
+
"*/_astro/*",
|
|
246
|
+
"*/img/uploads/*"
|
|
244
247
|
],
|
|
245
248
|
"PatternMatchingType": 2,
|
|
246
249
|
"Parameter1": ""
|
|
@@ -272,7 +275,8 @@ configure_edge_rule '
|
|
|
272
275
|
{
|
|
273
276
|
"Type": 0,
|
|
274
277
|
"PatternMatches": [
|
|
275
|
-
"*/_astro/*"
|
|
278
|
+
"*/_astro/*",
|
|
279
|
+
"*/img/uploads/*"
|
|
276
280
|
],
|
|
277
281
|
"PatternMatchingType": 2,
|
|
278
282
|
"Parameter1": ""
|
|
@@ -305,7 +309,8 @@ configure_edge_rule '
|
|
|
305
309
|
{
|
|
306
310
|
"Type": 0,
|
|
307
311
|
"PatternMatches": [
|
|
308
|
-
"*/_astro/*"
|
|
312
|
+
"*/_astro/*",
|
|
313
|
+
"*/img/uploads/*"
|
|
309
314
|
],
|
|
310
315
|
"PatternMatchingType": 2,
|
|
311
316
|
"Parameter1": ""
|
package/config/firebase.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudcommerce/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.27.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.5.4",
|
|
38
38
|
"zx": "^8.1.5",
|
|
39
|
-
"@cloudcommerce/api": "2.
|
|
39
|
+
"@cloudcommerce/api": "2.27.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "bash ../../scripts/build-lib.sh"
|