cloudcommerce 2.36.11 → 2.36.13
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 +3 -3
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.36.13](https://github.com/ecomplus/cloud-commerce/compare/v2.36.12...v2.36.13) (2025-01-14)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **modules:** Fix regression on checkout parsing list payments response ([56ade9d](https://github.com/ecomplus/cloud-commerce/commit/56ade9d5b08346b184b537a2dfc6b70bd04b9d86))
|
|
11
|
+
|
|
12
|
+
## [2.36.12](https://github.com/ecomplus/cloud-commerce/compare/v2.36.11...v2.36.12) (2025-01-14)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **braspag:** Limit address component string size to 20 chars ([7a3422a](https://github.com/ecomplus/cloud-commerce/commit/7a3422a6a7b7d639d4b13d80a9c3a1079b88d60f))
|
|
18
|
+
* **deps:** Update non-major dependencies ([#519](https://github.com/ecomplus/cloud-commerce/issues/519)) ([e0d8dd4](https://github.com/ecomplus/cloud-commerce/commit/e0d8dd48d08af0b16ec0b6f7e1520819b0b884ee))
|
|
19
|
+
* **modules:** Saving transaction `app.intermediator` and `discount` from list payments on checkout ([e78dd6a](https://github.com/ecomplus/cloud-commerce/commit/e78dd6a56970956fd911d560f31624f3c173bac8))
|
|
20
|
+
* **pagaleve:** Properly matching transaction by ID on Pagaleve webhooks ([fcc719c](https://github.com/ecomplus/cloud-commerce/commit/fcc719c78ec4d681d147f719e4404ef3217bec73))
|
|
21
|
+
|
|
5
22
|
## [2.36.11](https://github.com/ecomplus/cloud-commerce/compare/v2.36.10...v2.36.11) (2025-01-10)
|
|
6
23
|
|
|
7
24
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.36.
|
|
4
|
+
"version": "2.36.13",
|
|
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>",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"tailwindcss": "^3.4.17",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
39
|
"turbo": "^2.3.3",
|
|
40
|
-
"typescript": "~5.7.
|
|
40
|
+
"typescript": "~5.7.3",
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.11",
|
|
43
43
|
"vitest": "^2.1.8",
|
|
44
44
|
"zx": "^8.3.0",
|
|
45
|
-
"@cloudcommerce/eslint": "2.36.
|
|
45
|
+
"@cloudcommerce/eslint": "2.36.13"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|