cloudcommerce 2.48.16 → 2.48.17

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 +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
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.48.17](https://github.com/ecomplus/cloud-commerce/compare/v2.48.16...v2.48.17) (2025-08-02)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **asaas:** Enhance webhook validation and add payment status cron fallback ([afd1572](https://github.com/ecomplus/cloud-commerce/commit/afd1572a054fe71876368dec044f3edc31fd6836))
11
+ * **asaas:** Improve API key tracking and configuration management ([e6cf7fb](https://github.com/ecomplus/cloud-commerce/commit/e6cf7fbe4289862dad6690a6e4919040051dc75c))
12
+ * **cli:** Ensure SKU as strings on feed import ([0786138](https://github.com/ecomplus/cloud-commerce/commit/07861387f3578bae56b7f2c7f061643a0f54568b))
13
+
5
14
  ## [2.48.16](https://github.com/ecomplus/cloud-commerce/compare/v2.48.15...v2.48.16) (2025-07-31)
6
15
 
7
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.48.16",
4
+ "version": "2.48.17",
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>",
@@ -42,7 +42,7 @@
42
42
  "vite": "^5.4.19",
43
43
  "vitest": "^2.1.9",
44
44
  "zx": "^8.7.1",
45
- "@cloudcommerce/eslint": "2.48.16"
45
+ "@cloudcommerce/eslint": "2.48.17"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",