cloudcommerce 2.41.9 → 2.41.11
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 +4 -4
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.41.11](https://github.com/ecomplus/cloud-commerce/compare/v2.41.10...v2.41.11) (2025-04-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **ssr:** Better matching base filepath for redirect on static file not found ([3ab04da](https://github.com/ecomplus/cloud-commerce/commit/3ab04da5ef0698bb469cb6ff848a2bdb68fae684))
|
|
11
|
+
* **storefront:** Better naming hoisted entry files on build output ([716570a](https://github.com/ecomplus/cloud-commerce/commit/716570a35dacb472493a4082dcdb572a18647442)), closes [/github.com/ecomplus/cloud-commerce/blob/main/packages/ssr/src/lib/serve-storefront.ts#L75-L84](https://github.com/ecomplus//github.com/ecomplus/cloud-commerce/blob/main/packages/ssr/src/lib/serve-storefront.ts/issues/L75-L84)
|
|
12
|
+
|
|
13
|
+
## [2.41.10](https://github.com/ecomplus/cloud-commerce/compare/v2.41.9...v2.41.10) (2025-04-06)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **firebase:** Preventing last API event repeating every cron execution ([f172314](https://github.com/ecomplus/cloud-commerce/commit/f172314ecc1adf5c7ad293122803fe0f2db7c743))
|
|
19
|
+
|
|
5
20
|
## [2.41.9](https://github.com/ecomplus/cloud-commerce/compare/v2.41.8...v2.41.9) (2025-04-03)
|
|
6
21
|
|
|
7
22
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.41.
|
|
4
|
+
"version": "2.41.11",
|
|
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>",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"tailwindcss": "^3.4.17",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
39
|
"turbo": "^2.4.4",
|
|
40
|
-
"typescript": "~5.8.
|
|
40
|
+
"typescript": "~5.8.3",
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
|
-
"vite": "^5.4.
|
|
42
|
+
"vite": "^5.4.17",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.4.1",
|
|
45
|
-
"@cloudcommerce/eslint": "2.41.
|
|
45
|
+
"@cloudcommerce/eslint": "2.41.11"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|