cloudcommerce 2.18.3 → 2.18.4
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.18.4](https://github.com/ecomplus/cloud-commerce/compare/v2.18.3...v2.18.4) (2024-05-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **cli:** Update bunny.net (CI) edge rules with new /search -> /s/ dynamic redirect ([d5f0029](https://github.com/ecomplus/cloud-commerce/commit/d5f0029478b9158011b47a94de0ebaee5fbe7121))
|
|
11
|
+
* **ssr:** Check fresh HTML length before bumping perma cache file ([4040cce](https://github.com/ecomplus/cloud-commerce/commit/4040ccebb32f1f1add99c83ae210f382af517fc5))
|
|
12
|
+
* **ssr:** Deal with redirects (hardfix) for multiple buit CSS filepaths ([6bc97a0](https://github.com/ecomplus/cloud-commerce/commit/6bc97a0bd358adf4f15bf2bb2ef980db30cbc000))
|
|
13
|
+
* **ssr:** Intercept uncaught exception to return error status and fallback HTML ([9a19316](https://github.com/ecomplus/cloud-commerce/commit/9a193165e7b71dfc99a38a625cbfbd5dde56a9ee))
|
|
14
|
+
|
|
5
15
|
## [2.18.3](https://github.com/ecomplus/cloud-commerce/compare/v2.18.1...v2.18.3) (2024-05-18)
|
|
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.18.
|
|
4
|
+
"version": "2.18.4",
|
|
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.2.11",
|
|
42
42
|
"vitest": "^1.6.0",
|
|
43
43
|
"zx": "^7.2.3",
|
|
44
|
-
"@cloudcommerce/eslint": "2.18.
|
|
44
|
+
"@cloudcommerce/eslint": "2.18.4"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|