cloudcommerce 2.41.5 → 2.41.7
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 +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
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.41.7](https://github.com/ecomplus/cloud-commerce/compare/v2.41.6...v2.41.7) (2025-04-01)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** Update non-major dependencies ([#554](https://github.com/ecomplus/cloud-commerce/issues/554)) ([4468a9d](https://github.com/ecomplus/cloud-commerce/commit/4468a9d819ed1ec90e975807edc7b7b78e021f37))
|
|
11
|
+
* **mandae:** Prevent error with undefined order settings on cron send and track functions ([1a2b41b](https://github.com/ecomplus/cloud-commerce/commit/1a2b41b70caa5e34bc12169d1fb8dda1f645d6ae))
|
|
12
|
+
* **pagarme-v5:** Prevent errors on Pagar.me webhooks for orders with no `financial_status` (yet) ([ad4ccfa](https://github.com/ecomplus/cloud-commerce/commit/ad4ccfa103062dba7e99f26933eef5fd23a57579))
|
|
13
|
+
* **pagarme-v5:** Returning 200 on Pagar.me webhook with order found with same status ([00d1a94](https://github.com/ecomplus/cloud-commerce/commit/00d1a94385843161621c48922176705a5de5e5df))
|
|
14
|
+
|
|
15
|
+
## [2.41.6](https://github.com/ecomplus/cloud-commerce/compare/v2.41.5...v2.41.6) (2025-03-31)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **pagarme-v5:** Fix reading order on Pagar.me webhooks ([e16757f](https://github.com/ecomplus/cloud-commerce/commit/e16757feac3fd61ffe9ec303cd510420d85807c9))
|
|
21
|
+
|
|
5
22
|
## [2.41.5](https://github.com/ecomplus/cloud-commerce/compare/v2.41.4...v2.41.5) (2025-03-31)
|
|
6
23
|
|
|
7
24
|
## [2.41.4](https://github.com/ecomplus/cloud-commerce/compare/v2.41.3...v2.41.4) (2025-03-31)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.41.
|
|
4
|
+
"version": "2.41.7",
|
|
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.8.0",
|
|
29
29
|
"@commitlint/config-conventional": "^19.8.0",
|
|
30
30
|
"@commitlint/rules": "^19.8.0",
|
|
31
|
-
"@types/node": "^20.17.
|
|
31
|
+
"@types/node": "^20.17.28",
|
|
32
32
|
"commit-and-tag-version": "^12.5.0",
|
|
33
33
|
"dotenv": "^16.4.7",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"turbo": "^2.4.4",
|
|
40
40
|
"typescript": "~5.8.2",
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
|
-
"vite": "^5.4.
|
|
42
|
+
"vite": "^5.4.16",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.4.1",
|
|
45
|
-
"@cloudcommerce/eslint": "2.41.
|
|
45
|
+
"@cloudcommerce/eslint": "2.41.7"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|