cloudcommerce 2.25.0 → 2.25.1
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 +7 -7
- package/scripts/build-lib.sh +1 -1
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.25.1](https://github.com/ecomplus/cloud-commerce/compare/v2.25.0...v2.25.1) (2024-08-06)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** Update non-major dependencies ([#433](https://github.com/ecomplus/cloud-commerce/issues/433)) ([7be7be6](https://github.com/ecomplus/cloud-commerce/commit/7be7be60c1869a4c644599bbe174cf7df7893f9f))
|
|
11
|
+
* **ssr:** Better debugging `fetchAndCache` external responses on fail ([02b771e](https://github.com/ecomplus/cloud-commerce/commit/02b771e92f93afa850dd35a14ff8e6777208e813))
|
|
12
|
+
* **ssr:** Better debugging `fetchAndCache` external responses received with invaldi JSON ([0fe9c7f](https://github.com/ecomplus/cloud-commerce/commit/0fe9c7f5267b938c6ea626b3498a13ec744f21c3))
|
|
13
|
+
* **ssr:** Only warn and continue cron SSR save views on product giving 404 (deleted) ([9457b51](https://github.com/ecomplus/cloud-commerce/commit/9457b515922307b8b90124ad83e1c656a22af904))
|
|
14
|
+
* **storefront:** Fix merging state keeping deep reactivity on broadcast with `useStorage` ([5425420](https://github.com/ecomplus/cloud-commerce/commit/5425420761cfa34eebd8bf4f37c285f92d2f8b5d))
|
|
15
|
+
* **storefront:** New `updateCartState` method from shopping cart state handler ([97b4f29](https://github.com/ecomplus/cloud-commerce/commit/97b4f2900124f6178897d102a966e74a1f5afa18))
|
|
16
|
+
* **storefront:** Prevent looping broadcast sync on state storage composable (many tabs) ([730d862](https://github.com/ecomplus/cloud-commerce/commit/730d8622559f7fb9d4b3d88a0fb3c298dc3c150c))
|
|
17
|
+
* **storefront:** Properly filtering products list on kit items fetch within product card composable ([493d0b5](https://github.com/ecomplus/cloud-commerce/commit/493d0b5e2c1385fd9ba6939d13fce66f1abc7f78))
|
|
18
|
+
* **storefront:** Update Vue to ^3.4.35 ([#432](https://github.com/ecomplus/cloud-commerce/issues/432)) ([3a99634](https://github.com/ecomplus/cloud-commerce/commit/3a99634b56b813762f9752783335d3e27124c57e))
|
|
19
|
+
|
|
5
20
|
## [2.25.0](https://github.com/ecomplus/cloud-commerce/compare/v2.24.3...v2.25.0) (2024-08-05)
|
|
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.25.
|
|
4
|
+
"version": "2.25.1",
|
|
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>",
|
|
@@ -28,21 +28,21 @@
|
|
|
28
28
|
"@commitlint/cli": "^19.3.0",
|
|
29
29
|
"@commitlint/config-conventional": "^19.2.2",
|
|
30
30
|
"@commitlint/rules": "^19.0.3",
|
|
31
|
-
"@types/node": "^18.19.
|
|
31
|
+
"@types/node": "^18.19.43",
|
|
32
32
|
"commit-and-tag-version": "^12.4.1",
|
|
33
33
|
"dotenv": "^16.4.5",
|
|
34
34
|
"eslint": "^8.57.0",
|
|
35
|
-
"husky": "^9.1.
|
|
36
|
-
"lint-staged": "^15.2.
|
|
35
|
+
"husky": "^9.1.4",
|
|
36
|
+
"lint-staged": "^15.2.8",
|
|
37
37
|
"tailwindcss": "^3.4.7",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
|
-
"turbo": "^2.0.
|
|
39
|
+
"turbo": "^2.0.11",
|
|
40
40
|
"typescript": "~5.5.4",
|
|
41
41
|
"uglify-js": "^3.19.1",
|
|
42
42
|
"vite": "^5.3.5",
|
|
43
|
-
"vitest": "^
|
|
43
|
+
"vitest": "^2.0.5",
|
|
44
44
|
"zx": "^8.1.4",
|
|
45
|
-
"@cloudcommerce/eslint": "2.25.
|
|
45
|
+
"@cloudcommerce/eslint": "2.25.1"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|
package/scripts/build-lib.sh
CHANGED
|
@@ -4,4 +4,4 @@ rm -rf lib
|
|
|
4
4
|
npx tsc --outDir lib
|
|
5
5
|
find lib -type f -name "*.js" -print0 | xargs -0 sed -i -r "s/([ie][mx]port [^']+?)'(\\.[^']+)';/\\1'\\2.js';/g"
|
|
6
6
|
find lib -type f -name "*.js" -print0 | xargs -0 sed -i -r "s/.([cm])js.js/.\\1js/g"
|
|
7
|
-
npx eslint --rule 'max-len: off' --rule 'import/prefer-default-export: off' --ext .js lib --fix
|
|
7
|
+
npx eslint --rule 'max-len: off' --rule 'import/prefer-default-export: off' --rule '@typescript-eslint/no-unused-vars: warn' --ext .js lib --fix
|