cloudcommerce 2.29.12 → 2.29.14
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 +20 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
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.29.14](https://github.com/ecomplus/cloud-commerce/compare/v2.29.13...v2.29.14) (2024-11-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** Revert firebase-admin to v12 ([879391d](https://github.com/ecomplus/cloud-commerce/commit/879391d1c7934f6622ac0a3f5209962e24eadfef))
|
|
11
|
+
* **deps:** Update firebase-admin to v13 ([#487](https://github.com/ecomplus/cloud-commerce/issues/487)) ([737f1c8](https://github.com/ecomplus/cloud-commerce/commit/737f1c800ea0f4cfc2f5b2c41c4c1e767515e4da))
|
|
12
|
+
* **deps:** Update non-major dependencies ([#486](https://github.com/ecomplus/cloud-commerce/issues/486)) ([18c54d7](https://github.com/ecomplus/cloud-commerce/commit/18c54d77aed6ede1335fd195d84c0a99d6a2e848))
|
|
13
|
+
* **firebase:** Major fix on store events semantics to stop skipping same resource ID events ([d776af0](https://github.com/ecomplus/cloud-commerce/commit/d776af024e900502e0ca90f1572dcc146012ec88))
|
|
14
|
+
* **storefront:** Bump Astro to latest v4.16.13 ([e61da19](https://github.com/ecomplus/cloud-commerce/commit/e61da19bd2678dbb431ad4849f80dddce185ea4f))
|
|
15
|
+
* **storefront:** Bump Vue to latest v3.5.13 ([b33ef06](https://github.com/ecomplus/cloud-commerce/commit/b33ef06544eb9bdb98bd544fbf66b0f811f54c8e))
|
|
16
|
+
|
|
17
|
+
## [2.29.13](https://github.com/ecomplus/cloud-commerce/compare/v2.29.12...v2.29.13) (2024-11-14)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **storefront:** Bump Astro to latest v4.16.12 ([780d077](https://github.com/ecomplus/cloud-commerce/commit/780d07722ebc273e46979eb1266561ce6f7dacd5))
|
|
23
|
+
* **storefront:** Fix built images src on static builds with custom `<Picture>` ([23d707f](https://github.com/ecomplus/cloud-commerce/commit/23d707f1a322541e65d4addc2400309fe8233652))
|
|
24
|
+
|
|
5
25
|
## [2.29.12](https://github.com/ecomplus/cloud-commerce/compare/v2.29.11...v2.29.12) (2024-11-13)
|
|
6
26
|
|
|
7
27
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.29.
|
|
4
|
+
"version": "2.29.14",
|
|
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>",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"commit-and-tag-version": "^12.5.0",
|
|
33
33
|
"dotenv": "^16.4.5",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
35
|
-
"husky": "^9.1.
|
|
35
|
+
"husky": "^9.1.7",
|
|
36
36
|
"lint-staged": "^15.2.10",
|
|
37
|
-
"tailwindcss": "^3.4.
|
|
37
|
+
"tailwindcss": "^3.4.15",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
|
-
"turbo": "^2.
|
|
39
|
+
"turbo": "^2.3.0",
|
|
40
40
|
"typescript": "~5.6.3",
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.11",
|
|
43
|
-
"vitest": "^2.1.
|
|
44
|
-
"zx": "^8.2.
|
|
45
|
-
"@cloudcommerce/eslint": "2.29.
|
|
43
|
+
"vitest": "^2.1.5",
|
|
44
|
+
"zx": "^8.2.2",
|
|
45
|
+
"@cloudcommerce/eslint": "2.29.14"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|