cloudcommerce 2.45.1 → 2.45.3
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 +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
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.45.3](https://github.com/ecomplus/cloud-commerce/compare/v2.45.2...v2.45.3) (2025-06-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **appmax:** Properly handling unauthorized card payments on create transaction ([1cfddc3](https://github.com/ecomplus/cloud-commerce/commit/1cfddc3f666e69625d05b0255ea5422a52fbc68a))
|
|
11
|
+
* **storefront:** Updating checkout vbeta-app script version ([607d609](https://github.com/ecomplus/cloud-commerce/commit/607d609814083d34f412f5afb47ee50494ef8f13))
|
|
12
|
+
|
|
13
|
+
## [2.45.2](https://github.com/ecomplus/cloud-commerce/compare/v2.45.1...v2.45.2) (2025-06-25)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **appmax:** Fix module imports ([be7287f](https://github.com/ecomplus/cloud-commerce/commit/be7287f1ed488a112edd26b2609b48c5ca4cb9ab))
|
|
19
|
+
|
|
5
20
|
## [2.45.1](https://github.com/ecomplus/cloud-commerce/compare/v2.45.0...v2.45.1) (2025-06-25)
|
|
6
21
|
|
|
7
22
|
## [2.45.0](https://github.com/ecomplus/cloud-commerce/compare/v2.44.8...v2.45.0) (2025-06-24)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.45.
|
|
4
|
+
"version": "2.45.3",
|
|
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.19",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.5.5",
|
|
45
|
-
"@cloudcommerce/eslint": "2.45.
|
|
45
|
+
"@cloudcommerce/eslint": "2.45.3"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|