cloudcommerce 2.55.3 → 2.56.1
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 +24 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
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.56.1](https://github.com/ecomplus/cloud-commerce/compare/v2.56.0...v2.56.1) (2026-01-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** Revert `libsodium-wrappers` to fixed v0.7.15 ([5c3bf7e](https://github.com/ecomplus/cloud-commerce/commit/5c3bf7e41aeb9e8a3fea93a1a8dce4208081e0c3))
|
|
11
|
+
|
|
12
|
+
## [2.56.0](https://github.com/ecomplus/cloud-commerce/compare/v2.55.3...v2.56.0) (2026-01-08)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **woovi:** Setup new Woovi integration app for Pix payments ([d069f10](https://github.com/ecomplus/cloud-commerce/commit/d069f103898d10a29f2d70994bc38557dcdfb08e))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **cli:** Update dependency csv-parse to v6 ([#673](https://github.com/ecomplus/cloud-commerce/issues/673)) ([aa72ab8](https://github.com/ecomplus/cloud-commerce/commit/aa72ab8ca2b4d06a0d032488f4bddf67965560f9))
|
|
23
|
+
* **deps:** update dependency @vueuse/core to v14 ([#665](https://github.com/ecomplus/cloud-commerce/issues/665)) ([0227687](https://github.com/ecomplus/cloud-commerce/commit/0227687663800b8eeaaf3b2f97a79ee9af2c8e2c))
|
|
24
|
+
* **deps:** Update non-major dependencies ([#663](https://github.com/ecomplus/cloud-commerce/issues/663)) ([79383e6](https://github.com/ecomplus/cloud-commerce/commit/79383e68087f5793691e32758413dd98f87d4766))
|
|
25
|
+
* **deps:** Update non-major dependencies ([#664](https://github.com/ecomplus/cloud-commerce/issues/664)) ([78cadb2](https://github.com/ecomplus/cloud-commerce/commit/78cadb2f1728f86b60eaacfb686ef3179aa05ff5))
|
|
26
|
+
* **deps:** Update non-major dependencies ([#672](https://github.com/ecomplus/cloud-commerce/issues/672)) ([70f1605](https://github.com/ecomplus/cloud-commerce/commit/70f1605d4eb418a470ca2f55292f2f1e7f855612))
|
|
27
|
+
* **storefront:** Update Vue to ^3.5.26 ([#662](https://github.com/ecomplus/cloud-commerce/issues/662)) ([97cad79](https://github.com/ecomplus/cloud-commerce/commit/97cad79b3218cd377a01305b0b7cd9d1112363db))
|
|
28
|
+
|
|
5
29
|
## [2.55.3](https://github.com/ecomplus/cloud-commerce/compare/v2.55.2...v2.55.3) (2025-12-20)
|
|
6
30
|
|
|
7
31
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.56.1",
|
|
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>",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@commitlint/cli": "^20.
|
|
29
|
-
"@commitlint/config-conventional": "^20.
|
|
30
|
-
"@commitlint/rules": "^20.
|
|
31
|
-
"@types/node": "^20.19.
|
|
28
|
+
"@commitlint/cli": "^20.3.0",
|
|
29
|
+
"@commitlint/config-conventional": "^20.3.0",
|
|
30
|
+
"@commitlint/rules": "^20.3.0",
|
|
31
|
+
"@types/node": "^20.19.27",
|
|
32
32
|
"commit-and-tag-version": "^12.6.1",
|
|
33
33
|
"dotenv": "^17.2.3",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"lint-staged": "^16.2.7",
|
|
37
37
|
"tailwindcss": "^3.4.19",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
|
-
"turbo": "^2.
|
|
39
|
+
"turbo": "^2.7.2",
|
|
40
40
|
"typescript": "~5.9.3",
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.21",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.8.5",
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
45
|
+
"@cloudcommerce/eslint": "2.56.1"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|