cloudcommerce 2.21.4 → 2.21.5
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 +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
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.21.5](https://github.com/ecomplus/cloud-commerce/compare/v2.21.4...v2.21.5) (2024-06-27)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **modules:** Additional checkout body data refinements before schema validation ([f7a1ebf](https://github.com/ecomplus/cloud-commerce/commit/f7a1ebf3cf1482c64b53564dedc77b45466f48a2))
|
|
11
|
+
* **modules:** Minor fixes debugging checkout validation errors ([f2e3fc0](https://github.com/ecomplus/cloud-commerce/commit/f2e3fc0897d2c898c049b42e66147f3595a158ce))
|
|
12
|
+
* **modules:** Update reate transaction schema to stop requiring minumim CVV 99 ([274c38c](https://github.com/ecomplus/cloud-commerce/commit/274c38cb99849006314083198daca58b8feabe49))
|
|
13
|
+
* **storefront:** Replacing `mime` imports to `mrmime`, on direct pkg deps ([cbd4219](https://github.com/ecomplus/cloud-commerce/commit/cbd4219e604a1d4a6e56ac38b7c7ac8abeee5a85)), closes [#375](https://github.com/ecomplus/cloud-commerce/issues/375)
|
|
14
|
+
|
|
5
15
|
## [2.21.4](https://github.com/ecomplus/cloud-commerce/compare/v2.21.3...v2.21.4) (2024-06-26)
|
|
6
16
|
|
|
7
17
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.21.
|
|
4
|
+
"version": "2.21.5",
|
|
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>",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"vite": "^5.3.1",
|
|
42
42
|
"vitest": "^1.6.0",
|
|
43
43
|
"zx": "^8.1.3",
|
|
44
|
-
"@cloudcommerce/eslint": "2.21.
|
|
44
|
+
"@cloudcommerce/eslint": "2.21.5"
|
|
45
45
|
},
|
|
46
46
|
"packageManager": "pnpm@8.15.7",
|
|
47
47
|
"scripts": {
|