cloudcommerce 2.29.7 → 2.29.8

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 +5 -5
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.8](https://github.com/ecomplus/cloud-commerce/compare/v2.29.7...v2.29.8) (2024-11-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **braspag:** Unset auto capture in favor of `CaptureOnLowRisk` on fraud sequence `AuthorizeFirst` ([6e5d387](https://github.com/ecomplus/cloud-commerce/commit/6e5d3873e715dbf757415fb1aef5155bb5c2733a))
11
+ * **cli:** Reducing bunny.net CDN cache for SSR with additional SWR layer ([b2d798f](https://github.com/ecomplus/cloud-commerce/commit/b2d798f1e667d2d6c619fa155b8bbee64239b0c8))
12
+ * **deps:** Update non-major dependencies ([#475](https://github.com/ecomplus/cloud-commerce/issues/475)) ([fbfeb5a](https://github.com/ecomplus/cloud-commerce/commit/fbfeb5a2ba7d1525c5b5aa412a2a733b4996db8f))
13
+ * **ssr:** Delete kv perma cache on SWR worker on 404, 301, 302 responses ([7d60305](https://github.com/ecomplus/cloud-commerce/commit/7d603051ad6bb732affe62044e5033658b2a9b7b))
14
+ * **storefront:** Reducing default server cache max age on successful responses ([1fc62f6](https://github.com/ecomplus/cloud-commerce/commit/1fc62f68611c00e417b2c3e8527dd6a1de4a06a7))
15
+ * **storefront:** Update firebase to v11 ([#476](https://github.com/ecomplus/cloud-commerce/issues/476)) ([56d3e19](https://github.com/ecomplus/cloud-commerce/commit/56d3e19da7838e9c4282756dde9ea20f0b367519))
16
+
5
17
  ## [2.29.7](https://github.com/ecomplus/cloud-commerce/compare/v2.29.6...v2.29.7) (2024-10-24)
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.7",
4
+ "version": "2.29.8",
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,7 +28,7 @@
28
28
  "@commitlint/cli": "^19.5.0",
29
29
  "@commitlint/config-conventional": "^19.5.0",
30
30
  "@commitlint/rules": "^19.5.0",
31
- "@types/node": "^18.19.57",
31
+ "@types/node": "^18.19.59",
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.14",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.2.2",
39
+ "turbo": "^2.2.3",
40
40
  "typescript": "~5.6.3",
41
41
  "uglify-js": "^3.19.3",
42
- "vite": "^5.4.9",
42
+ "vite": "^5.4.10",
43
43
  "vitest": "^2.1.3",
44
44
  "zx": "^8.1.9",
45
- "@cloudcommerce/eslint": "2.29.7"
45
+ "@cloudcommerce/eslint": "2.29.8"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {