cloudcommerce 2.22.0 → 2.23.0

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 +27 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,33 @@
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.23.0](https://github.com/ecomplus/cloud-commerce/compare/v2.22.1...v2.23.0) (2024-07-29)
6
+
7
+
8
+ ### Features
9
+
10
+ * **firebase:** Start creating new Function `execId` with Node async local storage ([12bc496](https://github.com/ecomplus/cloud-commerce/commit/12bc496b92a3c311f7e592f1f291bf86ecfcf8f1))
11
+ * **ssr:** Exporting `/utils` with new `fetchAndCache` and additional path/agent parser methods ([2ab9194](https://github.com/ecomplus/cloud-commerce/commit/2ab919415b8cc9e2ae120ab90daf7468c3e19057))
12
+ * **ssr:** Setting `global.$ssrFetchAndCache` before storfefront render ([d7c69d5](https://github.com/ecomplus/cloud-commerce/commit/d7c69d5e2a8386bdc3f2ef4284bf96e467434daf))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **deps:** Update non-major dependencies ([#421](https://github.com/ecomplus/cloud-commerce/issues/421)) ([7ee592a](https://github.com/ecomplus/cloud-commerce/commit/7ee592a3757cd5a8abdb7d8a1a7319859df25436))
18
+ * **deps:** Update non-major dependencies ([#424](https://github.com/ecomplus/cloud-commerce/issues/424)) ([79d17c3](https://github.com/ecomplus/cloud-commerce/commit/79d17c3134eefc689924b80f0f007be1f2481a7e))
19
+ * **storefront:** Handle custom `storefront.data` types with new `@@sf/custom-data` module ([fec39ce](https://github.com/ecomplus/cloud-commerce/commit/fec39cea0568ba84a24ebae6ced1be3d909ccc97))
20
+ * **storefront:** Update Vue to ^3.4.33 ([#420](https://github.com/ecomplus/cloud-commerce/issues/420)) ([a39153e](https://github.com/ecomplus/cloud-commerce/commit/a39153eb0f69d1c13b6e8761238f8d1e9e087f93))
21
+ * **storefront:** Update Vue to ^3.4.34 ([#423](https://github.com/ecomplus/cloud-commerce/issues/423)) ([df70247](https://github.com/ecomplus/cloud-commerce/commit/df702477840d68f63f97981f140469f67d089550))
22
+
23
+ ## [2.22.1](https://github.com/ecomplus/cloud-commerce/compare/v2.22.0...v2.22.1) (2024-07-20)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **pagarme:** Ensure expected `zipcode` format with 8 digits string ([23f4a91](https://github.com/ecomplus/cloud-commerce/commit/23f4a9162c216bbdc7be159c2e77542b22137de6))
29
+ * **storefront:** Extending `CmsField` type with `select:<string>` for select with ecom state options ([cbda75e](https://github.com/ecomplus/cloud-commerce/commit/cbda75e7759da88afef3ff6c75a5102687ab11e9))
30
+ * **storefront:** Replacing some `interface` to `type` on sections props ([be89f27](https://github.com/ecomplus/cloud-commerce/commit/be89f27c2626af77b6a405c3fed1964324c5f797))
31
+
5
32
  ## [2.22.0](https://github.com/ecomplus/cloud-commerce/compare/v2.21.6...v2.22.0) (2024-07-16)
6
33
 
7
34
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.22.0",
4
+ "version": "2.23.0",
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,20 +28,20 @@
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.39",
31
+ "@types/node": "^18.19.42",
32
32
  "commit-and-tag-version": "^12.4.1",
33
33
  "dotenv": "^16.4.5",
34
34
  "eslint": "^8.57.0",
35
- "husky": "^9.0.11",
35
+ "husky": "^9.1.3",
36
36
  "lint-staged": "^15.2.7",
37
37
  "ts-node": "^10.9.2",
38
- "turbo": "^2.0.6",
39
- "typescript": "~5.5.3",
40
- "uglify-js": "^3.18.0",
41
- "vite": "^5.3.3",
38
+ "turbo": "^2.0.9",
39
+ "typescript": "~5.5.4",
40
+ "uglify-js": "^3.19.1",
41
+ "vite": "^5.3.5",
42
42
  "vitest": "^1.6.0",
43
43
  "zx": "^8.1.4",
44
- "@cloudcommerce/eslint": "2.22.0"
44
+ "@cloudcommerce/eslint": "2.23.0"
45
45
  },
46
46
  "packageManager": "pnpm@8.15.7",
47
47
  "scripts": {