cloudcommerce 2.50.0 → 2.50.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 +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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.50.1](https://github.com/ecomplus/cloud-commerce/compare/v2.50.0...v2.50.1) (2025-09-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** Update non-major dependencies ([#625](https://github.com/ecomplus/cloud-commerce/issues/625)) ([a609e48](https://github.com/ecomplus/cloud-commerce/commit/a609e4804665653f0a47614bd9a40ca874fdc9ca))
|
|
11
|
+
* **tiny-erp:** Fix uploading images when importing new products from Tiny ([fbebed8](https://github.com/ecomplus/cloud-commerce/commit/fbebed88fb1c9ed4e60f9d74bada633fd478c03f))
|
|
12
|
+
* **tiny-erp:** Properly handling product parse on Tiny webhook with product overwrite enabled ([0b26ad9](https://github.com/ecomplus/cloud-commerce/commit/0b26ad9cfdbe47124677657a87b28d36a1c59763))
|
|
13
|
+
|
|
5
14
|
## [2.50.0](https://github.com/ecomplus/cloud-commerce/compare/v2.49.5...v2.50.0) (2025-09-21)
|
|
6
15
|
|
|
7
16
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.50.
|
|
4
|
+
"version": "2.50.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>",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@commitlint/cli": "^19.8.1",
|
|
29
29
|
"@commitlint/config-conventional": "^19.8.1",
|
|
30
30
|
"@commitlint/rules": "^19.8.1",
|
|
31
|
-
"@types/node": "^20.19.
|
|
31
|
+
"@types/node": "^20.19.17",
|
|
32
32
|
"commit-and-tag-version": "^12.6.0",
|
|
33
33
|
"dotenv": "^17.2.2",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.20",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
|
-
"zx": "^8.8.
|
|
45
|
-
"@cloudcommerce/eslint": "2.50.
|
|
44
|
+
"zx": "^8.8.2",
|
|
45
|
+
"@cloudcommerce/eslint": "2.50.1"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|