cloudcommerce 2.36.16 → 2.36.18
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 +2 -2
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.18](https://github.com/ecomplus/cloud-commerce/compare/v2.36.17...v2.36.18) (2025-01-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **mercadopago:** Support settings custom Pix expiration from app data config ([86b9c0a](https://github.com/ecomplus/cloud-commerce/commit/86b9c0aff6ec4bdca8653b3efdbb27aee5d6e47a))
|
|
11
|
+
* **storefront:** Force wating authentication on vbeta app with `?wait_auth` ([1abcba0](https://github.com/ecomplus/cloud-commerce/commit/1abcba027d1c6102c262c9e846d26b9cb4a326db))
|
|
12
|
+
|
|
13
|
+
## [2.36.17](https://github.com/ecomplus/cloud-commerce/compare/v2.36.16...v2.36.17) (2025-01-21)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **jadlog:** Updating WS endpoint with https ([cf563fb](https://github.com/ecomplus/cloud-commerce/commit/cf563fbefb0d277b4e2b94291b1160ace4357d02))
|
|
19
|
+
* **mercadopago:** Properly parsing all MP payment status ([843f9c6](https://github.com/ecomplus/cloud-commerce/commit/843f9c6311dbef524a91fa6f4d85b8348494749e))
|
|
20
|
+
* **storefront:** Preseting `ecomPassport` session with cookie and local storage on vbeta app ([61f56e7](https://github.com/ecomplus/cloud-commerce/commit/61f56e7405f21005e60b1a096e9802f7907037fc))
|
|
21
|
+
|
|
5
22
|
## [2.36.16](https://github.com/ecomplus/cloud-commerce/compare/v2.36.15...v2.36.16) (2025-01-20)
|
|
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.18",
|
|
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>",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"vite": "^5.4.12",
|
|
43
43
|
"vitest": "^2.1.8",
|
|
44
44
|
"zx": "^8.3.0",
|
|
45
|
-
"@cloudcommerce/eslint": "2.36.
|
|
45
|
+
"@cloudcommerce/eslint": "2.36.18"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|