cloudcommerce 2.30.1 → 2.32.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,32 @@
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.32.0](https://github.com/ecomplus/cloud-commerce/compare/v2.31.0...v2.32.0) (2024-12-09)
6
+
7
+
8
+ ### Features
9
+
10
+ * **api:** Checking additional env `ECOM_ACCESS_TOKEN` and exporting default middleware fn ([14bc7dc](https://github.com/ecomplus/cloud-commerce/commit/14bc7dc83306455c9cc415801aee79dc4537abc0))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** Update non-major dependencies ([#502](https://github.com/ecomplus/cloud-commerce/issues/502)) ([ea1a3ae](https://github.com/ecomplus/cloud-commerce/commit/ea1a3aea52e26b630cf029b9313f104e55e7ba1b))
16
+ * **storefront:** Update Astro to v4.16.17 ([#503](https://github.com/ecomplus/cloud-commerce/issues/503)) ([722d28b](https://github.com/ecomplus/cloud-commerce/commit/722d28b037a8112edee2a5ebdcc78af8520d04ad))
17
+
18
+ ## [2.31.0](https://github.com/ecomplus/cloud-commerce/compare/v2.30.1...v2.31.0) (2024-12-06)
19
+
20
+
21
+ ### Features
22
+
23
+ * **storefront:** Start exposing default `cmsFields` from composables, first on `use-banner` ([facde99](https://github.com/ecomplus/cloud-commerce/commit/facde99eb8488f532407520b70f57be5d1de9539))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **feeds:** Stop bypassing all GitHub API response headers on proxy ([8775565](https://github.com/ecomplus/cloud-commerce/commit/87755657204ee2bb1f2acc58fcb5901ee36669ba))
29
+ * **storefront:** Updating vbeta-app script version ([db79d84](https://github.com/ecomplus/cloud-commerce/commit/db79d8496f9c3b3ce3c32f82fcb5e6ec8d008d0c))
30
+
5
31
  ## [2.30.1](https://github.com/ecomplus/cloud-commerce/compare/v2.30.0...v2.30.1) (2024-12-06)
6
32
 
7
33
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.30.1",
4
+ "version": "2.32.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>",
@@ -30,19 +30,19 @@
30
30
  "@commitlint/rules": "^19.6.0",
31
31
  "@types/node": "^18.19.67",
32
32
  "commit-and-tag-version": "^12.5.0",
33
- "dotenv": "^16.4.5",
33
+ "dotenv": "^16.4.7",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
36
  "lint-staged": "^15.2.10",
37
- "tailwindcss": "^3.4.15",
37
+ "tailwindcss": "^3.4.16",
38
38
  "ts-node": "^10.9.2",
39
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.7",
43
+ "vitest": "^2.1.8",
44
44
  "zx": "^8.2.4",
45
- "@cloudcommerce/eslint": "2.30.1"
45
+ "@cloudcommerce/eslint": "2.32.0"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {