cloudcommerce 2.18.3 → 2.18.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
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.5](https://github.com/ecomplus/cloud-commerce/compare/v2.18.4...v2.18.5) (2024-05-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **ssr:** Ensure exceptions listeners once only and removed on response headers sent ([f23a6e1](https://github.com/ecomplus/cloud-commerce/commit/f23a6e16d77267b04d2d63362b4146523af4eaea))
11
+
12
+ ## [2.18.4](https://github.com/ecomplus/cloud-commerce/compare/v2.18.3...v2.18.4) (2024-05-18)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **cli:** Update bunny.net (CI) edge rules with new /search -> /s/ dynamic redirect ([d5f0029](https://github.com/ecomplus/cloud-commerce/commit/d5f0029478b9158011b47a94de0ebaee5fbe7121))
18
+ * **ssr:** Check fresh HTML length before bumping perma cache file ([4040cce](https://github.com/ecomplus/cloud-commerce/commit/4040ccebb32f1f1add99c83ae210f382af517fc5))
19
+ * **ssr:** Deal with redirects (hardfix) for multiple buit CSS filepaths ([6bc97a0](https://github.com/ecomplus/cloud-commerce/commit/6bc97a0bd358adf4f15bf2bb2ef980db30cbc000))
20
+ * **ssr:** Intercept uncaught exception to return error status and fallback HTML ([9a19316](https://github.com/ecomplus/cloud-commerce/commit/9a193165e7b71dfc99a38a625cbfbd5dde56a9ee))
21
+
5
22
  ## [2.18.3](https://github.com/ecomplus/cloud-commerce/compare/v2.18.1...v2.18.3) (2024-05-18)
6
23
 
7
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.18.3",
4
+ "version": "2.18.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.2.11",
42
42
  "vitest": "^1.6.0",
43
43
  "zx": "^7.2.3",
44
- "@cloudcommerce/eslint": "2.18.3"
44
+ "@cloudcommerce/eslint": "2.18.5"
45
45
  },
46
46
  "scripts": {
47
47
  "fix-install": "bash scripts/pre-install.sh && pnpm i",