cloudcommerce 2.5.0 → 2.5.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.
- package/CHANGELOG.md +7 -0
- package/ecomplus-stores/barradoce/functions/many/package.json +3 -3
- package/ecomplus-stores/barradoce/functions/ssr/package.json +6 -6
- package/ecomplus-stores/barradoce/functions/with-apps/package.json +3 -3
- package/ecomplus-stores/barradoce/package.json +2 -2
- package/package.json +2 -2
- package/packages/api/package.json +1 -1
- package/packages/apps/affiliate-program/package.json +1 -1
- package/packages/apps/correios/package.json +1 -1
- package/packages/apps/custom-payment/package.json +1 -1
- package/packages/apps/custom-shipping/package.json +1 -1
- package/packages/apps/datafrete/package.json +1 -1
- package/packages/apps/discounts/package.json +1 -1
- package/packages/apps/emails/package.json +1 -1
- package/packages/apps/fb-conversions/package.json +1 -1
- package/packages/apps/flash-courier/package.json +1 -1
- package/packages/apps/frenet/package.json +1 -1
- package/packages/apps/galaxpay/package.json +1 -1
- package/packages/apps/google-analytics/package.json +1 -1
- package/packages/apps/jadlog/package.json +1 -1
- package/packages/apps/loyalty-points/package.json +1 -1
- package/packages/apps/mandae/package.json +1 -1
- package/packages/apps/melhor-envio/package.json +1 -1
- package/packages/apps/mercadopago/package.json +1 -1
- package/packages/apps/pagarme/package.json +1 -1
- package/packages/apps/pagarme-v5/package.json +1 -1
- package/packages/apps/paghiper/package.json +1 -1
- package/packages/apps/pix/package.json +1 -1
- package/packages/apps/tiny-erp/package.json +1 -1
- package/packages/apps/webhooks/package.json +1 -1
- package/packages/cli/ci/bunny-prepare-ab.sh +4 -4
- package/packages/cli/package.json +1 -1
- package/packages/config/package.json +1 -1
- package/packages/emails/package.json +1 -1
- package/packages/eslint/package.json +1 -1
- package/packages/events/package.json +1 -1
- package/packages/feeds/package.json +1 -1
- package/packages/firebase/package.json +1 -1
- package/packages/i18n/package.json +1 -1
- package/packages/modules/package.json +1 -1
- package/packages/passport/package.json +1 -1
- package/packages/ssr/package.json +1 -1
- package/packages/storefront/package.json +1 -1
- package/packages/storefront/src/lib/layouts/BaseBody.astro +0 -13
- package/packages/test-base/package.json +1 -1
- package/packages/types/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [2.5.1](https://github.com/ecomplus/cloud-commerce/compare/v2.5.0...v2.5.1) (2024-02-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **storefront:** Removing version debug at all ([2615483](https://github.com/ecomplus/cloud-commerce/commit/261548384b6914de432403c7711a8b325ee1999d))
|
|
11
|
+
|
|
5
12
|
## [2.5.0](https://github.com/ecomplus/cloud-commerce/compare/v2.4.3...v2.5.0) (2024-02-19)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"main": "index.js",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cloudcommerce/feeds": "^2.
|
|
19
|
-
"@cloudcommerce/firebase": "^2.
|
|
20
|
-
"@cloudcommerce/passport": "^2.
|
|
18
|
+
"@cloudcommerce/feeds": "^2.5.0",
|
|
19
|
+
"@cloudcommerce/firebase": "^2.5.0",
|
|
20
|
+
"@cloudcommerce/passport": "^2.5.0"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
},
|
|
20
20
|
"main": "index.js",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@cloudcommerce/api": "^2.
|
|
23
|
-
"@cloudcommerce/firebase": "^2.
|
|
24
|
-
"@cloudcommerce/ssr": "^2.
|
|
22
|
+
"@cloudcommerce/api": "^2.5.0",
|
|
23
|
+
"@cloudcommerce/firebase": "^2.5.0",
|
|
24
|
+
"@cloudcommerce/ssr": "^2.5.0",
|
|
25
25
|
"@headlessui/vue": "^1.7.18",
|
|
26
26
|
"micromark": "^4.0.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@cloudcommerce/i18n": "^2.
|
|
30
|
-
"@cloudcommerce/storefront": "^2.
|
|
31
|
-
"@cloudcommerce/types": "^2.
|
|
29
|
+
"@cloudcommerce/i18n": "^2.5.0",
|
|
30
|
+
"@cloudcommerce/storefront": "^2.5.0",
|
|
31
|
+
"@cloudcommerce/types": "^2.5.0",
|
|
32
32
|
"@iconify-json/mingcute": "^1.1.16",
|
|
33
33
|
"photoswipe": "^5.4.3"
|
|
34
34
|
}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"main": "index.js",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cloudcommerce/events": "^2.
|
|
19
|
-
"@cloudcommerce/firebase": "^2.
|
|
20
|
-
"@cloudcommerce/modules": "^2.
|
|
18
|
+
"@cloudcommerce/events": "^2.5.0",
|
|
19
|
+
"@cloudcommerce/firebase": "^2.5.0",
|
|
20
|
+
"@cloudcommerce/modules": "^2.5.0"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"url": "https://github.com/ecomplus/cloud-commerce/issues"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@cloudcommerce/cli": "^2.
|
|
29
|
+
"@cloudcommerce/cli": "^2.5.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@cloudcommerce/eslint": "^2.
|
|
32
|
+
"@cloudcommerce/eslint": "^2.5.0",
|
|
33
33
|
"husky": "^9.0.10",
|
|
34
34
|
"lint-staged": "^15.2.2"
|
|
35
35
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.1",
|
|
5
5
|
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
|
|
6
6
|
"main": "packages/api/lib/index.js",
|
|
7
7
|
"author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"vite": "^5.0.11",
|
|
37
37
|
"vitest": "^1.3.0",
|
|
38
38
|
"zx": "^7.2.3",
|
|
39
|
-
"@cloudcommerce/eslint": "2.5.
|
|
39
|
+
"@cloudcommerce/eslint": "2.5.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|
|
@@ -115,10 +115,10 @@ ab_testing_data="
|
|
|
115
115
|
\"Enabled\": true
|
|
116
116
|
}"
|
|
117
117
|
|
|
118
|
-
|
|
118
|
+
ab_testing_ttl_data="
|
|
119
119
|
{
|
|
120
120
|
\"ActionType\": 3,
|
|
121
|
-
\"ActionParameter1\": \"
|
|
121
|
+
\"ActionParameter1\": \"120\",
|
|
122
122
|
\"ActionParameter2\": \"\",
|
|
123
123
|
\"Triggers\": [
|
|
124
124
|
{
|
|
@@ -131,7 +131,7 @@ ab_testing_bypass_data="
|
|
|
131
131
|
}
|
|
132
132
|
],
|
|
133
133
|
\"TriggerMatchingType\": 1,
|
|
134
|
-
\"Description\": \"A/B CDN cache
|
|
134
|
+
\"Description\": \"A/B CDN short cache [$GIT_BRANCH]\",
|
|
135
135
|
\"Enabled\": true
|
|
136
136
|
}"
|
|
137
137
|
|
|
@@ -156,7 +156,7 @@ ab_testing_perma_bypass_data="
|
|
|
156
156
|
}"
|
|
157
157
|
|
|
158
158
|
configure_edge_rule "A/B testing [$GIT_BRANCH]" "$ab_testing_data"
|
|
159
|
-
configure_edge_rule "A/B CDN cache
|
|
159
|
+
configure_edge_rule "A/B CDN short cache [$GIT_BRANCH]" "$ab_testing_ttl_data"
|
|
160
160
|
configure_edge_rule "A/B perma-cache bypass [$GIT_BRANCH]" "$ab_testing_perma_bypass_data"
|
|
161
161
|
|
|
162
162
|
curl --silent --request POST \
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
import * as url from 'node:url';
|
|
3
|
-
import { join as joinPath } from 'node:path';
|
|
4
|
-
import { readFileSync } from 'node:fs';
|
|
5
2
|
import '@@sf/assets/reset.css';
|
|
6
3
|
import '@@sf/assets/base.css';
|
|
7
4
|
import '@@sf/assets/forms.css';
|
|
@@ -10,15 +7,6 @@ import '@@sf/assets/tooltip.css';
|
|
|
10
7
|
// import 'uno.css';
|
|
11
8
|
import Picture from '@@sf/components/Picture.astro';
|
|
12
9
|
|
|
13
|
-
const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
|
|
14
|
-
const pkgJson = readFileSync(joinPath(__dirname, '../../../package.json'), 'utf-8');
|
|
15
|
-
const {
|
|
16
|
-
name: pkgName,
|
|
17
|
-
version: pkgVersion,
|
|
18
|
-
} = JSON.parse(pkgJson);
|
|
19
|
-
const getInlineVersionLog = () => {
|
|
20
|
-
return `console.log('%c${pkgName} v${pkgVersion}', 'font-weight:bold')`;
|
|
21
|
-
};
|
|
22
10
|
const { settings } = Astro.locals.routeContext;
|
|
23
11
|
---
|
|
24
12
|
|
|
@@ -40,5 +28,4 @@ const { settings } = Astro.locals.routeContext;
|
|
|
40
28
|
hasImg={false}
|
|
41
29
|
/>
|
|
42
30
|
}
|
|
43
|
-
<script is:inline set:html={getInlineVersionLog()} />
|
|
44
31
|
</body>
|