cloudcommerce 2.29.19 → 2.29.20

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 +12 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
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.20](https://github.com/ecomplus/cloud-commerce/compare/v2.29.19...v2.29.20) (2024-11-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **cli:** Additional status codes to skip bunny.net CDN cache within edge rule ([1af6049](https://github.com/ecomplus/cloud-commerce/commit/1af604982ac2c1b0394523279711b5a78e7d2700))
11
+ * **deps:** Update dependency firebase-admin to v13 ([#491](https://github.com/ecomplus/cloud-commerce/issues/491)) ([7409682](https://github.com/ecomplus/cloud-commerce/commit/7409682ade66848a285e8d2e1aee0663bec23d77))
12
+ * **deps:** Update non-major dependencies ([#490](https://github.com/ecomplus/cloud-commerce/issues/490)) ([ef9d89c](https://github.com/ecomplus/cloud-commerce/commit/ef9d89c326f7041920900d3386e267fccaa611e6))
13
+ * **firebase:** Reducing gap to refresh `apiDoc` on API events PubSub middlewares to 600ms ([658ed51](https://github.com/ecomplus/cloud-commerce/commit/658ed51867af6980606466dbc2f3a3b6ea5ec53f))
14
+ * **storefront:** Fix UnoCSS config generating brand colors CSS vars with custom theme options ([5934c82](https://github.com/ecomplus/cloud-commerce/commit/5934c8231044a897b37bbee134041e91d9f0962e))
15
+ * **storefront:** Update Astro to latest v4.16.14 ([#488](https://github.com/ecomplus/cloud-commerce/issues/488)) ([3e052f4](https://github.com/ecomplus/cloud-commerce/commit/3e052f4ca469bce773f314315842fbd0e0881576))
16
+
5
17
  ## [2.29.19](https://github.com/ecomplus/cloud-commerce/compare/v2.29.18...v2.29.19) (2024-11-22)
6
18
 
7
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.29.19",
4
+ "version": "2.29.20",
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>",
@@ -25,10 +25,10 @@
25
25
  }
26
26
  },
27
27
  "devDependencies": {
28
- "@commitlint/cli": "^19.5.0",
29
- "@commitlint/config-conventional": "^19.5.0",
30
- "@commitlint/rules": "^19.5.0",
31
- "@types/node": "^18.19.64",
28
+ "@commitlint/cli": "^19.6.0",
29
+ "@commitlint/config-conventional": "^19.6.0",
30
+ "@commitlint/rules": "^19.6.0",
31
+ "@types/node": "^18.19.65",
32
32
  "commit-and-tag-version": "^12.5.0",
33
33
  "dotenv": "^16.4.5",
34
34
  "eslint": "^8.57.1",
@@ -36,13 +36,13 @@
36
36
  "lint-staged": "^15.2.10",
37
37
  "tailwindcss": "^3.4.15",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.3.0",
40
- "typescript": "~5.6.3",
39
+ "turbo": "^2.3.1",
40
+ "typescript": "~5.7.2",
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.11",
43
43
  "vitest": "^2.1.5",
44
44
  "zx": "^8.2.2",
45
- "@cloudcommerce/eslint": "2.29.19"
45
+ "@cloudcommerce/eslint": "2.29.20"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {