cloudcommerce 2.16.1 → 2.16.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,101 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.16.8](https://github.com/ecomplus/cloud-commerce/compare/v2.16.5...v2.16.8) (2024-05-06)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** Update non-major dependencies ([#374](https://github.com/ecomplus/cloud-commerce/issues/374)) ([98ff60d](https://github.com/ecomplus/cloud-commerce/commit/98ff60d6bf325c58171a800de7ab39b63723f558))
11
+ * **emails:** Fix getting email render function from event/status ([20e6575](https://github.com/ecomplus/cloud-commerce/commit/20e6575b9adf2c26bb956632b7d95790dbd05551))
12
+ * **storefront:** Update UnoCSS to ^0.59.4 ([#377](https://github.com/ecomplus/cloud-commerce/issues/377)) ([fd9aa9c](https://github.com/ecomplus/cloud-commerce/commit/fd9aa9c1cfe1c07d49bd8d22ff2d72854d79865f))
13
+
14
+ ### [2.16.7](https://github.com/ecomplus/cloud-commerce/compare/v2.16.5...v2.16.7) (2024-05-06)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** Update non-major dependencies ([#374](https://github.com/ecomplus/cloud-commerce/issues/374)) ([98ff60d](https://github.com/ecomplus/cloud-commerce/commit/98ff60d6bf325c58171a800de7ab39b63723f558))
20
+ * **emails:** Fix getting email render function from event/status ([20e6575](https://github.com/ecomplus/cloud-commerce/commit/20e6575b9adf2c26bb956632b7d95790dbd05551))
21
+ * **storefront:** Update UnoCSS to ^0.59.4 ([#377](https://github.com/ecomplus/cloud-commerce/issues/377)) ([fd9aa9c](https://github.com/ecomplus/cloud-commerce/commit/fd9aa9c1cfe1c07d49bd8d22ff2d72854d79865f))
22
+
23
+ ### [2.16.6](https://github.com/ecomplus/cloud-commerce/compare/v2.16.5...v2.16.6) (2024-05-06)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **deps:** Update non-major dependencies ([#374](https://github.com/ecomplus/cloud-commerce/issues/374)) ([98ff60d](https://github.com/ecomplus/cloud-commerce/commit/98ff60d6bf325c58171a800de7ab39b63723f558))
29
+ * **emails:** Fix getting email render function from event/status ([20e6575](https://github.com/ecomplus/cloud-commerce/commit/20e6575b9adf2c26bb956632b7d95790dbd05551))
30
+ * **storefront:** Update UnoCSS to ^0.59.4 ([#377](https://github.com/ecomplus/cloud-commerce/issues/377)) ([fd9aa9c](https://github.com/ecomplus/cloud-commerce/commit/fd9aa9c1cfe1c07d49bd8d22ff2d72854d79865f))
31
+
32
+ ### [2.16.5](https://github.com/ecomplus/cloud-commerce/compare/v2.16.1...v2.16.5) (2024-05-04)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * **apps:** Fixing many apps webhooks functions deployment with configured runtime options ([cc58b9e](https://github.com/ecomplus/cloud-commerce/commit/cc58b9ed06aea80e555a578799f30ff78e52aa0b))
38
+ * **cli:** Update bunny.net (CI) edge rules for /.* routes with short cache TTL ([2c7c0c6](https://github.com/ecomplus/cloud-commerce/commit/2c7c0c6b841617d837c30a56a8718c5a2c9619e4))
39
+ * **cli:** Update bunny.net (CI) edge rules to bypass /.* (hidden files) routes ([512c9e6](https://github.com/ecomplus/cloud-commerce/commit/512c9e6eb77b270271d834ac7b9cd999534d2265))
40
+ * **emails:** Properly defining email template and respecting configured mail options ([e304894](https://github.com/ecomplus/cloud-commerce/commit/e304894bdc2ed1bc0b91383d9623883212e9a890))
41
+ * **emails:** Update `@ecomplus/transactional-mails` to v2.0.4 ([d3412f7](https://github.com/ecomplus/cloud-commerce/commit/d3412f75df16e42526b828aa99b9a49a93eb37c3))
42
+ * **firebase:** Add middleware to app events handler to debug each event execution ([fea986a](https://github.com/ecomplus/cloud-commerce/commit/fea986acbe1e8d0c47feb494c460a0974053556a))
43
+ * **firebase:** Removing FB Conversions and Analytics apps declarations from base config ([9b7f034](https://github.com/ecomplus/cloud-commerce/commit/9b7f0340dd1635b41ad64111d89982b93adba22b))
44
+ * **firebase:** Set default 100 max instances for HTTP functions ([07032d0](https://github.com/ecomplus/cloud-commerce/commit/07032d063418082b0c3096e02fb9fbe05fe18a51))
45
+ * **ssr:** Add /.* (hidden files) routes to skipped patterns on page views handler ([a8cabe0](https://github.com/ecomplus/cloud-commerce/commit/a8cabe026983f0535f6613c36cbb6f1217b595f7))
46
+ * **storefront:** Better typing SSR `routeContext.apiContext` resource + doc ([c687658](https://github.com/ecomplus/cloud-commerce/commit/c68765897e0e8aaacefe2a911be73bd937accb83))
47
+ * **tiny-erp:** Always set address "numero" or order export, with 0 or S/N if undefined ([1d032c0](https://github.com/ecomplus/cloud-commerce/commit/1d032c08af259a50c46458a40a0f5d9cabfadc69))
48
+
49
+ ### [2.16.4](https://github.com/ecomplus/cloud-commerce/compare/v2.16.1...v2.16.4) (2024-05-04)
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * **apps:** Fixing many apps webhooks functions deployment with configured runtime options ([cc58b9e](https://github.com/ecomplus/cloud-commerce/commit/cc58b9ed06aea80e555a578799f30ff78e52aa0b))
55
+ * **cli:** Update bunny.net (CI) edge rules for /.* routes with short cache TTL ([2c7c0c6](https://github.com/ecomplus/cloud-commerce/commit/2c7c0c6b841617d837c30a56a8718c5a2c9619e4))
56
+ * **cli:** Update bunny.net (CI) edge rules to bypass /.* (hidden files) routes ([512c9e6](https://github.com/ecomplus/cloud-commerce/commit/512c9e6eb77b270271d834ac7b9cd999534d2265))
57
+ * **emails:** Properly defining email template and respecting configured mail options ([e304894](https://github.com/ecomplus/cloud-commerce/commit/e304894bdc2ed1bc0b91383d9623883212e9a890))
58
+ * **emails:** Update `@ecomplus/transactional-mails` to v2.0.4 ([d3412f7](https://github.com/ecomplus/cloud-commerce/commit/d3412f75df16e42526b828aa99b9a49a93eb37c3))
59
+ * **firebase:** Add middleware to app events handler to debug each event execution ([fea986a](https://github.com/ecomplus/cloud-commerce/commit/fea986acbe1e8d0c47feb494c460a0974053556a))
60
+ * **firebase:** Removing FB Conversions and Analytics apps declarations from base config ([9b7f034](https://github.com/ecomplus/cloud-commerce/commit/9b7f0340dd1635b41ad64111d89982b93adba22b))
61
+ * **firebase:** Set default 100 max instances for HTTP functions ([07032d0](https://github.com/ecomplus/cloud-commerce/commit/07032d063418082b0c3096e02fb9fbe05fe18a51))
62
+ * **ssr:** Add /.* (hidden files) routes to skipped patterns on page views handler ([a8cabe0](https://github.com/ecomplus/cloud-commerce/commit/a8cabe026983f0535f6613c36cbb6f1217b595f7))
63
+ * **storefront:** Better typing SSR `routeContext.apiContext` resource + doc ([c687658](https://github.com/ecomplus/cloud-commerce/commit/c68765897e0e8aaacefe2a911be73bd937accb83))
64
+ * **tiny-erp:** Always set address "numero" or order export, with 0 or S/N if undefined ([1d032c0](https://github.com/ecomplus/cloud-commerce/commit/1d032c08af259a50c46458a40a0f5d9cabfadc69))
65
+
66
+ ### [2.16.3](https://github.com/ecomplus/cloud-commerce/compare/v2.16.1...v2.16.3) (2024-05-04)
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * **apps:** Fixing many apps webhooks functions deployment with configured runtime options ([cc58b9e](https://github.com/ecomplus/cloud-commerce/commit/cc58b9ed06aea80e555a578799f30ff78e52aa0b))
72
+ * **cli:** Update bunny.net (CI) edge rules for /.* routes with short cache TTL ([2c7c0c6](https://github.com/ecomplus/cloud-commerce/commit/2c7c0c6b841617d837c30a56a8718c5a2c9619e4))
73
+ * **cli:** Update bunny.net (CI) edge rules to bypass /.* (hidden files) routes ([512c9e6](https://github.com/ecomplus/cloud-commerce/commit/512c9e6eb77b270271d834ac7b9cd999534d2265))
74
+ * **emails:** Properly defining email template and respecting configured mail options ([e304894](https://github.com/ecomplus/cloud-commerce/commit/e304894bdc2ed1bc0b91383d9623883212e9a890))
75
+ * **emails:** Update `@ecomplus/transactional-mails` to v2.0.4 ([d3412f7](https://github.com/ecomplus/cloud-commerce/commit/d3412f75df16e42526b828aa99b9a49a93eb37c3))
76
+ * **firebase:** Add middleware to app events handler to debug each event execution ([fea986a](https://github.com/ecomplus/cloud-commerce/commit/fea986acbe1e8d0c47feb494c460a0974053556a))
77
+ * **firebase:** Removing FB Conversions and Analytics apps declarations from base config ([9b7f034](https://github.com/ecomplus/cloud-commerce/commit/9b7f0340dd1635b41ad64111d89982b93adba22b))
78
+ * **firebase:** Set default 100 max instances for HTTP functions ([07032d0](https://github.com/ecomplus/cloud-commerce/commit/07032d063418082b0c3096e02fb9fbe05fe18a51))
79
+ * **ssr:** Add /.* (hidden files) routes to skipped patterns on page views handler ([a8cabe0](https://github.com/ecomplus/cloud-commerce/commit/a8cabe026983f0535f6613c36cbb6f1217b595f7))
80
+ * **storefront:** Better typing SSR `routeContext.apiContext` resource + doc ([c687658](https://github.com/ecomplus/cloud-commerce/commit/c68765897e0e8aaacefe2a911be73bd937accb83))
81
+ * **tiny-erp:** Always set address "numero" or order export, with 0 or S/N if undefined ([1d032c0](https://github.com/ecomplus/cloud-commerce/commit/1d032c08af259a50c46458a40a0f5d9cabfadc69))
82
+
83
+ ### [2.16.2](https://github.com/ecomplus/cloud-commerce/compare/v2.16.1...v2.16.2) (2024-05-04)
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * **apps:** Fixing many apps webhooks functions deployment with configured runtime options ([cc58b9e](https://github.com/ecomplus/cloud-commerce/commit/cc58b9ed06aea80e555a578799f30ff78e52aa0b))
89
+ * **cli:** Update bunny.net (CI) edge rules for /.* routes with short cache TTL ([2c7c0c6](https://github.com/ecomplus/cloud-commerce/commit/2c7c0c6b841617d837c30a56a8718c5a2c9619e4))
90
+ * **cli:** Update bunny.net (CI) edge rules to bypass /.* (hidden files) routes ([512c9e6](https://github.com/ecomplus/cloud-commerce/commit/512c9e6eb77b270271d834ac7b9cd999534d2265))
91
+ * **emails:** Properly defining email template and respecting configured mail options ([e304894](https://github.com/ecomplus/cloud-commerce/commit/e304894bdc2ed1bc0b91383d9623883212e9a890))
92
+ * **emails:** Update `@ecomplus/transactional-mails` to v2.0.4 ([d3412f7](https://github.com/ecomplus/cloud-commerce/commit/d3412f75df16e42526b828aa99b9a49a93eb37c3))
93
+ * **firebase:** Add middleware to app events handler to debug each event execution ([fea986a](https://github.com/ecomplus/cloud-commerce/commit/fea986acbe1e8d0c47feb494c460a0974053556a))
94
+ * **firebase:** Removing FB Conversions and Analytics apps declarations from base config ([9b7f034](https://github.com/ecomplus/cloud-commerce/commit/9b7f0340dd1635b41ad64111d89982b93adba22b))
95
+ * **firebase:** Set default 100 max instances for HTTP functions ([07032d0](https://github.com/ecomplus/cloud-commerce/commit/07032d063418082b0c3096e02fb9fbe05fe18a51))
96
+ * **ssr:** Add /.* (hidden files) routes to skipped patterns on page views handler ([a8cabe0](https://github.com/ecomplus/cloud-commerce/commit/a8cabe026983f0535f6613c36cbb6f1217b595f7))
97
+ * **storefront:** Better typing SSR `routeContext.apiContext` resource + doc ([c687658](https://github.com/ecomplus/cloud-commerce/commit/c68765897e0e8aaacefe2a911be73bd937accb83))
98
+ * **tiny-erp:** Always set address "numero" or order export, with 0 or S/N if undefined ([1d032c0](https://github.com/ecomplus/cloud-commerce/commit/1d032c08af259a50c46458a40a0f5d9cabfadc69))
99
+
5
100
  ### [2.16.1](https://github.com/ecomplus/cloud-commerce/compare/v2.16.0...v2.16.1) (2024-05-02)
6
101
 
7
102
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.16.1",
4
+ "version": "2.16.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>",
@@ -38,10 +38,10 @@
38
38
  "turbo": "^1.13.3",
39
39
  "typescript": "~5.4.5",
40
40
  "uglify-js": "^3.17.4",
41
- "vite": "^5.2.10",
42
- "vitest": "^1.5.2",
41
+ "vite": "^5.2.11",
42
+ "vitest": "^1.6.0",
43
43
  "zx": "^7.2.3",
44
- "@cloudcommerce/eslint": "2.16.1"
44
+ "@cloudcommerce/eslint": "2.16.8"
45
45
  },
46
46
  "scripts": {
47
47
  "fix-install": "bash scripts/pre-install.sh && pnpm i",
@@ -3,7 +3,9 @@
3
3
  pnpm build --filter='@cloudcommerce/*' || exit 1
4
4
  pnpm test || exit 1
5
5
  pnpm run -r prerelease
6
- npx standard-version || exit 1
6
+ sleep 5
7
+ rm -f .git/index.lock
8
+ npx standard-version
7
9
  sleep 1
8
10
  (git add packages/**/package.json package.json pnpm-lock.yaml CHANGELOG.md \
9
11
  && git commit -m 'chore: Fixing package versions post-release') || true