cloudcommerce 2.22.1 → 2.23.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 CHANGED
@@ -2,6 +2,32 @@
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.1](https://github.com/ecomplus/cloud-commerce/compare/v2.23.0...v2.23.1) (2024-07-30)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **cli:** Set `$.verbose = true` CLI dev and build commands ([c90e62d](https://github.com/ecomplus/cloud-commerce/commit/c90e62d0f51a9ed83c32aedb7c2b25037a5979ef))
11
+ * **storefront:** Stop importing `tailwindcss/colors` (CJS) ([9cabadd](https://github.com/ecomplus/cloud-commerce/commit/9cabadd291a7a84112d6139f40207c4b089f284c))
12
+
13
+ ## [2.23.0](https://github.com/ecomplus/cloud-commerce/compare/v2.22.1...v2.23.0) (2024-07-29)
14
+
15
+
16
+ ### Features
17
+
18
+ * **firebase:** Start creating new Function `execId` with Node async local storage ([12bc496](https://github.com/ecomplus/cloud-commerce/commit/12bc496b92a3c311f7e592f1f291bf86ecfcf8f1))
19
+ * **ssr:** Exporting `/utils` with new `fetchAndCache` and additional path/agent parser methods ([2ab9194](https://github.com/ecomplus/cloud-commerce/commit/2ab919415b8cc9e2ae120ab90daf7468c3e19057))
20
+ * **ssr:** Setting `global.$ssrFetchAndCache` before storfefront render ([d7c69d5](https://github.com/ecomplus/cloud-commerce/commit/d7c69d5e2a8386bdc3f2ef4284bf96e467434daf))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **deps:** Update non-major dependencies ([#421](https://github.com/ecomplus/cloud-commerce/issues/421)) ([7ee592a](https://github.com/ecomplus/cloud-commerce/commit/7ee592a3757cd5a8abdb7d8a1a7319859df25436))
26
+ * **deps:** Update non-major dependencies ([#424](https://github.com/ecomplus/cloud-commerce/issues/424)) ([79d17c3](https://github.com/ecomplus/cloud-commerce/commit/79d17c3134eefc689924b80f0f007be1f2481a7e))
27
+ * **storefront:** Handle custom `storefront.data` types with new `@@sf/custom-data` module ([fec39ce](https://github.com/ecomplus/cloud-commerce/commit/fec39cea0568ba84a24ebae6ced1be3d909ccc97))
28
+ * **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))
29
+ * **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))
30
+
5
31
  ## [2.22.1](https://github.com/ecomplus/cloud-commerce/compare/v2.22.0...v2.22.1) (2024-07-20)
6
32
 
7
33
 
package/action.yml CHANGED
@@ -138,11 +138,11 @@ runs:
138
138
  ${{ steps.npm-paths.outputs.LIB_PATH }}
139
139
  ${{ steps.npm-paths.outputs.BIN_PATH }}
140
140
  ~/.npm-global/bin
141
- key: ${{ runner.os }}-npm-g-firebase-tools-13.12.0
141
+ key: ${{ runner.os }}-npm-g-firebase-tools-13.14.2
142
142
 
143
143
  - if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true'
144
144
  shell: bash
145
- run: npm i --location=global firebase-tools@13.12.0
145
+ run: npm i --location=global firebase-tools@13.14.2
146
146
 
147
147
  - if: github.event_name == 'push'
148
148
  uses: dorny/paths-filter@v3.0.2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.22.1",
4
+ "version": "2.23.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,20 +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.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
+ "tailwindcss": "^3.4.7",
37
38
  "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",
39
+ "turbo": "^2.0.9",
40
+ "typescript": "~5.5.4",
41
+ "uglify-js": "^3.19.1",
42
+ "vite": "^5.3.5",
42
43
  "vitest": "^1.6.0",
43
44
  "zx": "^8.1.4",
44
- "@cloudcommerce/eslint": "2.22.1"
45
+ "@cloudcommerce/eslint": "2.23.1"
45
46
  },
46
47
  "packageManager": "pnpm@8.15.7",
47
48
  "scripts": {