cloudcommerce 2.43.0 → 2.44.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/CHANGELOG.md +22 -0
- package/action.yml +35 -33
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [2.44.0](https://github.com/ecomplus/cloud-commerce/compare/v2.43.1...v2.44.0) (2025-06-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **ssr:** Start sending server-side events to Awin conversion API ([3533a6e](https://github.com/ecomplus/cloud-commerce/commit/3533a6e52298ec2bd4020c7cdda5ae579245225c))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **custom-shipping:** Fix checking zip code ranges on shipping rules ([0005a0a](https://github.com/ecomplus/cloud-commerce/commit/0005a0a446c78ca82e52d8a6d134840949ebfa3d))
|
|
16
|
+
* **deps:** Update non-major dependencies ([#588](https://github.com/ecomplus/cloud-commerce/issues/588)) ([9fb1009](https://github.com/ecomplus/cloud-commerce/commit/9fb1009b6123aa2803d042d531143f3267c75ed6))
|
|
17
|
+
* **storefront:** Update Vue to ^3.5.16 ([#587](https://github.com/ecomplus/cloud-commerce/issues/587)) ([3931982](https://github.com/ecomplus/cloud-commerce/commit/39319826cdf84945fe85a4c398586a3a4e04b8ca))
|
|
18
|
+
|
|
19
|
+
## [2.43.1](https://github.com/ecomplus/cloud-commerce/compare/v2.43.0...v2.43.1) (2025-05-26)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **deps:** Update non-major dependencies ([#580](https://github.com/ecomplus/cloud-commerce/issues/580)) ([9e50c32](https://github.com/ecomplus/cloud-commerce/commit/9e50c3203c13bced8a6fce848d98a43fb4370b77))
|
|
25
|
+
* **pagarme-v5:** Gap 7 days for boleto expiration and allow skipping cancel routine ([c069fbd](https://github.com/ecomplus/cloud-commerce/commit/c069fbd347f821f22dbab232cd29e7d3f957d2e4))
|
|
26
|
+
|
|
5
27
|
## [2.43.0](https://github.com/ecomplus/cloud-commerce/compare/v2.42.5...v2.43.0) (2025-05-23)
|
|
6
28
|
|
|
7
29
|
|
package/action.yml
CHANGED
|
@@ -20,6 +20,8 @@ inputs:
|
|
|
20
20
|
description: 'Store ID if not defined in config.json'
|
|
21
21
|
deploy-codebase:
|
|
22
22
|
description: 'Specific Firebase Functions codebase for partial deploy'
|
|
23
|
+
bunnynet-api-key:
|
|
24
|
+
description: 'bunny.net API key (additional CDN layer)'
|
|
23
25
|
mail-sender:
|
|
24
26
|
description: 'Emails: sender email (default from settings contact email)'
|
|
25
27
|
mail-sender-name:
|
|
@@ -34,12 +36,24 @@ inputs:
|
|
|
34
36
|
description: 'Emails: SMTP username'
|
|
35
37
|
smtp-pass:
|
|
36
38
|
description: 'Emails: SMTP password'
|
|
37
|
-
passport-unverified-auth:
|
|
38
|
-
description: 'Set `true` to pass simpler customer login without email verification'
|
|
39
|
-
bunnynet-api-key:
|
|
40
|
-
description: 'bunny.net API key (additional CDN layer)'
|
|
41
39
|
sendgrid-api-key:
|
|
42
|
-
description: '
|
|
40
|
+
description: 'Emails: SendGrid API key'
|
|
41
|
+
ga-measurement-id:
|
|
42
|
+
description: 'Analytics: Google Analytics API measurement id'
|
|
43
|
+
ga-api-secret:
|
|
44
|
+
description: 'Analytics: Google Analytics API secret'
|
|
45
|
+
fb-pixel-id:
|
|
46
|
+
description: 'Analytics: Facebook pixel ID'
|
|
47
|
+
fb-graph-token:
|
|
48
|
+
description: 'Analytics: Facebook Graph token'
|
|
49
|
+
tiktok-pixel-id:
|
|
50
|
+
description: 'Analytics: Tiktok pixel ID'
|
|
51
|
+
tiktok-access-token:
|
|
52
|
+
description: 'Analytics: Tiktok access token'
|
|
53
|
+
awin-advertiser-id:
|
|
54
|
+
description: 'Analytics: Awin advertiser account ID'
|
|
55
|
+
awin-api-key:
|
|
56
|
+
description: 'Analytics: Awin API key'
|
|
43
57
|
tinyerp-token:
|
|
44
58
|
description: 'App: Tiny ERP API token'
|
|
45
59
|
galaxpay-partner-id:
|
|
@@ -56,18 +70,6 @@ inputs:
|
|
|
56
70
|
description: 'App: Galax Pay ID'
|
|
57
71
|
galaxpay-hash:
|
|
58
72
|
description: 'App: Galax Pay hash'
|
|
59
|
-
ga-measurement-id:
|
|
60
|
-
description: 'App: Google Analytics API measurement id'
|
|
61
|
-
ga-api-secret:
|
|
62
|
-
description: 'App: Google Analytics API secret'
|
|
63
|
-
infinitepay-id:
|
|
64
|
-
description: 'App: InifinitePay client ID'
|
|
65
|
-
infinitepay-secret:
|
|
66
|
-
description: 'App: InifinitePay client secret'
|
|
67
|
-
fb-pixel-id:
|
|
68
|
-
description: 'App: Facebook pixel ID'
|
|
69
|
-
fb-graph-token:
|
|
70
|
-
description: 'App: Facebook Graph token'
|
|
71
73
|
jadlog-contract-token:
|
|
72
74
|
description: 'App: Jadlog contract token'
|
|
73
75
|
pagarme-encrypt-key:
|
|
@@ -96,12 +98,10 @@ inputs:
|
|
|
96
98
|
description: 'App: Pagar.me API V5 token'
|
|
97
99
|
pagarmev5-public-key:
|
|
98
100
|
description: 'App: Pagar.me API V5 public key'
|
|
99
|
-
tiktok-pixel-id:
|
|
100
|
-
description: 'App: Tiktok pixel ID'
|
|
101
|
-
tiktok-access-token:
|
|
102
|
-
description: 'App: Tiktok access token'
|
|
103
101
|
custom-dotenv:
|
|
104
102
|
description: 'Raw `.env` file content to set additional env vars'
|
|
103
|
+
passport-unverified-auth:
|
|
104
|
+
description: 'Set `true` to pass simpler customer login without email verification'
|
|
105
105
|
|
|
106
106
|
outputs: {}
|
|
107
107
|
|
|
@@ -147,18 +147,18 @@ runs:
|
|
|
147
147
|
${{ steps.npm-paths.outputs.LIB_PATH }}
|
|
148
148
|
${{ steps.npm-paths.outputs.BIN_PATH }}
|
|
149
149
|
~/.npm-global/bin
|
|
150
|
-
key: ${{ runner.os }}-npm-g-firebase-tools-14.
|
|
150
|
+
key: ${{ runner.os }}-npm-g-firebase-tools-14.5.1-1
|
|
151
151
|
|
|
152
152
|
- if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
|
153
153
|
name: Ensure firebase-tools is installed
|
|
154
154
|
shell: bash
|
|
155
155
|
run: |
|
|
156
156
|
if ! command -v firebase &> /dev/null; then
|
|
157
|
-
npm i --location=global firebase-tools@14.
|
|
157
|
+
npm i --location=global firebase-tools@14.5.1
|
|
158
158
|
else
|
|
159
159
|
INSTALLED_VERSION=$(firebase --version)
|
|
160
|
-
if [[ "$INSTALLED_VERSION" != "14.
|
|
161
|
-
npm i --location=global firebase-tools@14.
|
|
160
|
+
if [[ "$INSTALLED_VERSION" != "14.5.1" ]]; then
|
|
161
|
+
npm i --location=global firebase-tools@14.5.1
|
|
162
162
|
fi
|
|
163
163
|
fi
|
|
164
164
|
|
|
@@ -274,6 +274,8 @@ runs:
|
|
|
274
274
|
FIREBASE_SERVICE_ACCOUNT: ${{ inputs.firebase-service-account }}
|
|
275
275
|
ECOM_AUTHENTICATION_ID: ${{ inputs.ecom-authentication-id }}
|
|
276
276
|
ECOM_API_KEY: ${{ inputs.ecom-api-key }}
|
|
277
|
+
PASSPORT_UNVERIFIED_AUTH: ${{ inputs.passport-unverified-auth }}
|
|
278
|
+
BUNNYNET_API_KEY: ${{ inputs.bunnynet-api-key }}
|
|
277
279
|
MAIL_SENDER: ${{ inputs.mail-sender }}
|
|
278
280
|
MAIL_SENDER_NAME: ${{ inputs.mail-sender-name }}
|
|
279
281
|
MAIL_REPLY_TO: ${{ inputs.mail-reply-to }}
|
|
@@ -281,9 +283,15 @@ runs:
|
|
|
281
283
|
SMTP_PORT: ${{ inputs.smtp-port }}
|
|
282
284
|
SMTP_USER: ${{ inputs.smtp-user }}
|
|
283
285
|
SMTP_PASS: ${{ inputs.smtp-pass }}
|
|
284
|
-
PASSPORT_UNVERIFIED_AUTH: ${{ inputs.passport-unverified-auth }}
|
|
285
|
-
BUNNYNET_API_KEY: ${{ inputs.bunnynet-api-key }}
|
|
286
286
|
SENDGRID_API_KEY: ${{ inputs.sendgrid-api-key }}
|
|
287
|
+
GA_MEASUREMENT_ID: ${{ inputs.ga-measurement-id }}
|
|
288
|
+
GA_API_SECRET: ${{ inputs.ga-api-secret }}
|
|
289
|
+
FB_PIXEL_ID: ${{ inputs.fb-pixel-id }}
|
|
290
|
+
FB_GRAPH_TOKEN: ${{ inputs.fb-graph-token }}
|
|
291
|
+
TIKTOK_PIXEL_ID: ${{ inputs.tiktok-pixel-id }}
|
|
292
|
+
TIKTOK_ACCESS_TOKEN: ${{ inputs.tiktok-access-token }}
|
|
293
|
+
AWIN_ADVERTISER_ID: ${{ inputs.awin-advertiser-id }}
|
|
294
|
+
AWIN_API_KEY: ${{ inputs.awin-api-key }}
|
|
287
295
|
TINYERP_TOKEN: ${{ inputs.tinyerp-token }}
|
|
288
296
|
GALAXPAY_PARTNER_ID: ${{ inputs.galaxpay-partner-id }}
|
|
289
297
|
GALAXPAY_PARTNER_HASH: ${{ inputs.galaxpay-partner-hash }}
|
|
@@ -292,10 +300,6 @@ runs:
|
|
|
292
300
|
FRENET_TOKEN: ${{ inputs.frenet-token }}
|
|
293
301
|
GALAXPAY_ID: ${{ inputs.galaxpay-id }}
|
|
294
302
|
GALAXPAY_HASH: ${{ inputs.galaxpay-hash }}
|
|
295
|
-
GA_MEASUREMENT_ID: ${{ inputs.ga-measurement-id }}
|
|
296
|
-
GA_API_SECRET: ${{ inputs.ga-api-secret }}
|
|
297
|
-
FB_PIXEL_ID: ${{ inputs.fb-pixel-id }}
|
|
298
|
-
FB_GRAPH_TOKEN: ${{ inputs.fb-graph-token }}
|
|
299
303
|
JADLOG_CONTRACT_TOKEN: ${{ inputs.jadlog-contract-token }}
|
|
300
304
|
PAGARME_ENCRYPT_KEY: ${{ inputs.pagarme-encrypt-key }}
|
|
301
305
|
PAGARME_TOKEN: ${{ inputs.pagarme-token }}
|
|
@@ -310,8 +314,6 @@ runs:
|
|
|
310
314
|
CORREIOS_POSTCARD: ${{ inputs.correios-postcard-number }}
|
|
311
315
|
PAGARMEV5_API_TOKEN: ${{ inputs.pagarmev5-api-token }}
|
|
312
316
|
PAGARMEV5_PUBLIC_KEY: ${{ inputs.pagarmev5-public-key }}
|
|
313
|
-
TIKTOK_ACCESS_TOKEN: ${{ inputs.tiktok-access-token }}
|
|
314
|
-
TIKTOK_PIXEL_ID: ${{ inputs.tiktok-pixel-id }}
|
|
315
317
|
CUSTOM_DOTENV: ${{ inputs.custom-dotenv }}
|
|
316
318
|
run: |
|
|
317
319
|
export GAC_FILENAME=".gac-$RANDOM.json"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.44.0",
|
|
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>",
|
|
@@ -28,21 +28,21 @@
|
|
|
28
28
|
"@commitlint/cli": "^19.8.1",
|
|
29
29
|
"@commitlint/config-conventional": "^19.8.1",
|
|
30
30
|
"@commitlint/rules": "^19.8.1",
|
|
31
|
-
"@types/node": "^20.17.
|
|
31
|
+
"@types/node": "^20.17.57",
|
|
32
32
|
"commit-and-tag-version": "^12.5.1",
|
|
33
33
|
"dotenv": "^16.5.0",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
35
35
|
"husky": "^9.1.7",
|
|
36
|
-
"lint-staged": "^16.
|
|
36
|
+
"lint-staged": "^16.1.0",
|
|
37
37
|
"tailwindcss": "^3.4.17",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
|
-
"turbo": "^2.5.
|
|
39
|
+
"turbo": "^2.5.4",
|
|
40
40
|
"typescript": "~5.8.3",
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.19",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.5.4",
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
45
|
+
"@cloudcommerce/eslint": "2.44.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|