cloudcommerce 2.31.0 → 2.32.2
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 +23 -0
- package/package.json +5 -5
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.32.2](https://github.com/ecomplus/cloud-commerce/compare/v2.32.1...v2.32.2) (2024-12-14)
|
|
6
|
+
|
|
7
|
+
## [2.32.1](https://github.com/ecomplus/cloud-commerce/compare/v2.32.0...v2.32.1) (2024-12-14)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **feeds:** Block non-GET requests only on .xml feeds paths ([f7b6fdf](https://github.com/ecomplus/cloud-commerce/commit/f7b6fdf7e75e58b740085b5dd9bb32e7748dc27c))
|
|
13
|
+
* **storefront:** Delay between GitHub "OAuth" messages for Decap CMS SSO login ([e5897fb](https://github.com/ecomplus/cloud-commerce/commit/e5897fbef3595764b25178aa0832b4d21e867e45))
|
|
14
|
+
|
|
15
|
+
## [2.32.0](https://github.com/ecomplus/cloud-commerce/compare/v2.31.0...v2.32.0) (2024-12-09)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **api:** Checking additional env `ECOM_ACCESS_TOKEN` and exporting default middleware fn ([14bc7dc](https://github.com/ecomplus/cloud-commerce/commit/14bc7dc83306455c9cc415801aee79dc4537abc0))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **deps:** Update non-major dependencies ([#502](https://github.com/ecomplus/cloud-commerce/issues/502)) ([ea1a3ae](https://github.com/ecomplus/cloud-commerce/commit/ea1a3aea52e26b630cf029b9313f104e55e7ba1b))
|
|
26
|
+
* **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))
|
|
27
|
+
|
|
5
28
|
## [2.31.0](https://github.com/ecomplus/cloud-commerce/compare/v2.30.1...v2.31.0) (2024-12-06)
|
|
6
29
|
|
|
7
30
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.32.2",
|
|
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.
|
|
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.
|
|
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.
|
|
43
|
+
"vitest": "^2.1.8",
|
|
44
44
|
"zx": "^8.2.4",
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
45
|
+
"@cloudcommerce/eslint": "2.32.2"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|