@cloudcommerce/cli 2.14.1 → 2.14.3
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 +1 -2
- package/config/firebase.json +0 -5
- package/package.json +2 -2
package/ci/bunny-config-base.sh
CHANGED
|
@@ -154,7 +154,6 @@ configure_edge_rule "APIs bypass CDN cache" '
|
|
|
154
154
|
"PatternMatches": [
|
|
155
155
|
"*/_api/*",
|
|
156
156
|
"*.xml",
|
|
157
|
-
"*/.*/git/*",
|
|
158
157
|
"*/admin/*",
|
|
159
158
|
"*/~*"
|
|
160
159
|
],
|
|
@@ -179,7 +178,7 @@ configure_edge_rule "APIs bypass perma-cache" '
|
|
|
179
178
|
"PatternMatches": [
|
|
180
179
|
"*/_api/*",
|
|
181
180
|
"*.xml",
|
|
182
|
-
"
|
|
181
|
+
"*/app/*",
|
|
183
182
|
"*/admin/*",
|
|
184
183
|
"*/~*"
|
|
185
184
|
],
|
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.14.
|
|
4
|
+
"version": "2.14.3",
|
|
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.14.
|
|
39
|
+
"@cloudcommerce/api": "2.14.3"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "bash ../../scripts/build-lib.sh"
|