cloudcommerce 2.29.20 → 2.30.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 CHANGED
@@ -2,6 +2,29 @@
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.30.1](https://github.com/ecomplus/cloud-commerce/compare/v2.30.0...v2.30.1) (2024-12-06)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **discounts:** Properly applying kit discounts on subtotal with proportional quantity ([01b6933](https://github.com/ecomplus/cloud-commerce/commit/01b6933e74e5100edc02ffbe6ab7501188c40739))
11
+ * **feeds:** Better handling Store API authentication errors on GitHub API proxy ([f655904](https://github.com/ecomplus/cloud-commerce/commit/f6559043f073c03906aa73e70a2a4972697fffad))
12
+ * **feeds:** Check req method and skip body on GET requests within GitHub API proxy ([7fca67c](https://github.com/ecomplus/cloud-commerce/commit/7fca67ca32c06cc7135b5ca8e87b925b9c86b2b9))
13
+ * **feeds:** CORS for GitHub API proxy and properly reponse headers bypass ([85bdcae](https://github.com/ecomplus/cloud-commerce/commit/85bdcae746a1031ed462001ab8852ca3d79e0004))
14
+
15
+ ## [2.30.0](https://github.com/ecomplus/cloud-commerce/compare/v2.29.20...v2.30.0) (2024-12-04)
16
+
17
+
18
+ ### Features
19
+
20
+ * **feeds:** Proxying GitHub REST API with Store API authentication on `**/repos/**` routes ([2234355](https://github.com/ecomplus/cloud-commerce/commit/2234355e0ffd7c22eb198dd2e3f950ca71af6e42))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **deps:** Update non-major dependencies ([#497](https://github.com/ecomplus/cloud-commerce/issues/497)) ([8a8f887](https://github.com/ecomplus/cloud-commerce/commit/8a8f887dedc819790f0fd9494adbd5b6604138bb))
26
+ * **storefront:** Update Astro to v4.16.16 ([#498](https://github.com/ecomplus/cloud-commerce/issues/498)) ([ffad6ab](https://github.com/ecomplus/cloud-commerce/commit/ffad6ab6306ccecd583f18576f439bfff2edf958))
27
+
5
28
  ## [2.29.20](https://github.com/ecomplus/cloud-commerce/compare/v2.29.19...v2.29.20) (2024-11-28)
6
29
 
7
30
 
package/action.yml CHANGED
@@ -142,11 +142,11 @@ runs:
142
142
  ${{ steps.npm-paths.outputs.LIB_PATH }}
143
143
  ${{ steps.npm-paths.outputs.BIN_PATH }}
144
144
  ~/.npm-global/bin
145
- key: ${{ runner.os }}-npm-g-firebase-tools-13.27.0
145
+ key: ${{ runner.os }}-npm-g-firebase-tools-13.28.0
146
146
 
147
147
  - if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true'
148
148
  shell: bash
149
- run: npm i --location=global firebase-tools@13.27.0
149
+ run: npm i --location=global firebase-tools@13.28.0
150
150
 
151
151
  - if: github.event_name == 'push'
152
152
  uses: dorny/paths-filter@v3.0.2
@@ -255,6 +255,7 @@ runs:
255
255
  ECOM_STORE_ID: ${{ env.ecom_store_id }}
256
256
  GIT_BRANCH: ${{ env.git_branch }}
257
257
  DEPLOY_CODEBASE: ${{ env.deploy_codebase }}
258
+ GITHUB_REPO: ${{ github.event.repository.full_name }}
258
259
  GITHUB_TOKEN: ${{ inputs.github-persistent-token || inputs.github-token }}
259
260
  FIREBASE_SERVICE_ACCOUNT: ${{ inputs.firebase-service-account }}
260
261
  ECOM_AUTHENTICATION_ID: ${{ inputs.ecom-authentication-id }}
@@ -306,6 +307,7 @@ runs:
306
307
  ECOM_API_KEY=$ECOM_API_KEY
307
308
  ECOM_STORE_ID=$ECOM_STORE_ID
308
309
  GIT_BRANCH=$GIT_BRANCH
310
+ GITHUB_REPO=$GITHUB_REPO
309
311
  GITHUB_TOKEN=$GITHUB_TOKEN
310
312
  DEPLOY_CODEBASE=$DEPLOY_CODEBASE
311
313
  MAIL_SENDER=$MAIL_SENDER
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.29.20",
4
+ "version": "2.30.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>",
@@ -28,7 +28,7 @@
28
28
  "@commitlint/cli": "^19.6.0",
29
29
  "@commitlint/config-conventional": "^19.6.0",
30
30
  "@commitlint/rules": "^19.6.0",
31
- "@types/node": "^18.19.65",
31
+ "@types/node": "^18.19.67",
32
32
  "commit-and-tag-version": "^12.5.0",
33
33
  "dotenv": "^16.4.5",
34
34
  "eslint": "^8.57.1",
@@ -36,13 +36,13 @@
36
36
  "lint-staged": "^15.2.10",
37
37
  "tailwindcss": "^3.4.15",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.3.1",
39
+ "turbo": "^2.3.3",
40
40
  "typescript": "~5.7.2",
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.11",
43
- "vitest": "^2.1.5",
44
- "zx": "^8.2.2",
45
- "@cloudcommerce/eslint": "2.29.20"
43
+ "vitest": "^2.1.7",
44
+ "zx": "^8.2.4",
45
+ "@cloudcommerce/eslint": "2.30.1"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {