@cloudcommerce/cli 2.4.1 → 2.4.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/.turbo/turbo-build.log
CHANGED
package/ci/bunny-config-base.sh
CHANGED
|
@@ -156,6 +156,7 @@ configure_edge_rule "APIs bypass CDN cache" '
|
|
|
156
156
|
"*/_feeds/*",
|
|
157
157
|
"*/.*/git/*",
|
|
158
158
|
"*/_analytics",
|
|
159
|
+
"*/admin/",
|
|
159
160
|
"*/~*"
|
|
160
161
|
],
|
|
161
162
|
"PatternMatchingType": 0,
|
|
@@ -181,6 +182,7 @@ configure_edge_rule "APIs bypass perma-cache" '
|
|
|
181
182
|
"*/_feeds/*",
|
|
182
183
|
"*/.*/git/*",
|
|
183
184
|
"*/_analytics",
|
|
185
|
+
"*/admin/",
|
|
184
186
|
"*/~*"
|
|
185
187
|
],
|
|
186
188
|
"PatternMatchingType": 0,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudcommerce/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.3",
|
|
5
5
|
"description": "E-Com Plus Cloud Commerce CLI tools",
|
|
6
6
|
"bin": {
|
|
7
7
|
"cloudcommerce": "./bin/run.mjs"
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/cli#readme",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@fastify/deepmerge": "^1.3.0",
|
|
27
|
-
"dotenv": "^16.4.
|
|
27
|
+
"dotenv": "^16.4.2",
|
|
28
28
|
"libsodium-wrappers": "^0.7.13",
|
|
29
29
|
"md5": "^2.3.0",
|
|
30
30
|
"typescript": "~5.2.2",
|
|
31
31
|
"zx": "^7.2.3",
|
|
32
|
-
"@cloudcommerce/api": "2.4.
|
|
32
|
+
"@cloudcommerce/api": "2.4.3"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "bash ../../scripts/build-lib.sh"
|