cloudcommerce 2.48.13 → 2.48.15
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 +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
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.15](https://github.com/ecomplus/cloud-commerce/compare/v2.48.14...v2.48.15) (2025-07-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **firebase:** Handle 404 errors when fetching fresh API docs in event processing ([fe19d5a](https://github.com/ecomplus/cloud-commerce/commit/fe19d5ae28b7ded238f946ee4c514740bb370a54))
|
|
11
|
+
* **firebase:** Only update nonOrdersTimestamp during non-orders processing runs ([9a2ca9b](https://github.com/ecomplus/cloud-commerce/commit/9a2ca9bd9a97a293494add1f6f2f73530a0504f4))
|
|
12
|
+
* **paypal:** Enhanced webhook error handling and dispute status support ([8e36aea](https://github.com/ecomplus/cloud-commerce/commit/8e36aea529e09567147bc75606d73027a680731a))
|
|
13
|
+
* **tiny-erp:** Properly skipping stock updates when option is disabled on app config ([b637b1e](https://github.com/ecomplus/cloud-commerce/commit/b637b1e0503f334bc51b986080f929d8118ceb07))
|
|
14
|
+
|
|
15
|
+
## [2.48.14](https://github.com/ecomplus/cloud-commerce/compare/v2.48.13...v2.48.14) (2025-07-25)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **asaas:** Create payment on Asaas with full response body for payments not Pix ([7d63b88](https://github.com/ecomplus/cloud-commerce/commit/7d63b880cffeb9cff6ba58acff8a969084624405))
|
|
21
|
+
* **asaas:** Try secondary field and debug Asaas credit card response without payment link ([585c66f](https://github.com/ecomplus/cloud-commerce/commit/585c66f14f4a373f6252ed34657f1ebbf8edf754))
|
|
22
|
+
* **paypal:** Force reduced PayPal token expiration and reset on first create payment with 401 ([7d210ae](https://github.com/ecomplus/cloud-commerce/commit/7d210ae031365f0a9c8995105f95f5618b624ce5))
|
|
23
|
+
|
|
5
24
|
## [2.48.13](https://github.com/ecomplus/cloud-commerce/compare/v2.48.12...v2.48.13) (2025-07-25)
|
|
6
25
|
|
|
7
26
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.48.
|
|
4
|
+
"version": "2.48.15",
|
|
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.
|
|
45
|
+
"@cloudcommerce/eslint": "2.48.15"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|