cloudcommerce 2.45.5 → 2.46.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
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.46.1](https://github.com/ecomplus/cloud-commerce/compare/v2.46.0...v2.46.1) (2025-07-04)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** Update non-major dependencies ([#593](https://github.com/ecomplus/cloud-commerce/issues/593)) ([3f0dd71](https://github.com/ecomplus/cloud-commerce/commit/3f0dd718d3347259ebdc9a3642d5a875c92838ef))
11
+ * **pagarme-v5:** On payment webhook check for past expiration cvoid and force status later date time ([bfb01e1](https://github.com/ecomplus/cloud-commerce/commit/bfb01e1131c5b55661d8538cb07f7869c5eb7834))
12
+
13
+ ## [2.46.0](https://github.com/ecomplus/cloud-commerce/compare/v2.45.5...v2.46.0) (2025-07-02)
14
+
15
+
16
+ ### Features
17
+
18
+ * **evendas:** Setup E-Vendas CRM integration app ([ffedbdf](https://github.com/ecomplus/cloud-commerce/commit/ffedbdf842787fa015bee8430add6d0030be432e))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **appmax:** Mocked (strange) User-Agent on Appmax API requests to prevent CDN shield blocking ([7251525](https://github.com/ecomplus/cloud-commerce/commit/72515251cb4f67abcf74edcf8afdd7aa7053fdcb))
24
+ * **appmax:** Prevent unecessary repeated webhooks (skippable) ([38fdca2](https://github.com/ecomplus/cloud-commerce/commit/38fdca2e551be112c7b85da0f2090faaa0bdb213))
25
+ * **evendas:** Fixed Firebase Functions `evendas` group ([11dcf84](https://github.com/ecomplus/cloud-commerce/commit/11dcf8410e3b9af2bdddc9883d40f629fcde5e17))
26
+
5
27
  ## [2.45.5](https://github.com/ecomplus/cloud-commerce/compare/v2.45.4...v2.45.5) (2025-06-26)
6
28
 
7
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.45.5",
4
+ "version": "2.46.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,9 +28,9 @@
28
28
  "@commitlint/cli": "^19.8.1",
29
29
  "@commitlint/config-conventional": "^19.8.1",
30
30
  "@commitlint/rules": "^19.8.1",
31
- "@types/node": "^20.19.1",
31
+ "@types/node": "^20.19.4",
32
32
  "commit-and-tag-version": "^12.5.1",
33
- "dotenv": "^16.5.0",
33
+ "dotenv": "^16.6.1",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
36
  "lint-staged": "^16.1.2",
@@ -41,8 +41,8 @@
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.19",
43
43
  "vitest": "^2.1.9",
44
- "zx": "^8.5.5",
45
- "@cloudcommerce/eslint": "2.45.5"
44
+ "zx": "^8.6.1",
45
+ "@cloudcommerce/eslint": "2.46.1"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",