cloudcommerce 2.15.4 → 2.15.5
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 +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
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.15.5](https://github.com/ecomplus/cloud-commerce/compare/v2.15.4...v2.15.5) (2024-04-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **api:** Properly handling retries on rate limit errors (429) ([fc40b2b](https://github.com/ecomplus/cloud-commerce/commit/fc40b2bb0c42249ad81a794f26ba5c9e276455d7))
|
|
11
|
+
* **events:** Removing dropped packages ([0803120](https://github.com/ecomplus/cloud-commerce/commit/080312096d8fa3b5db7941109eab4f53b0f0b953))
|
|
12
|
+
* **firebase:** Trying to increase `initialRetryDelayMillis` for store events Pub/Sub ([c5bc723](https://github.com/ecomplus/cloud-commerce/commit/c5bc723a7588ae8a1058460756a429af167a09da))
|
|
13
|
+
* **modules:** Passing additional app ID (known) to default discount app ([0814114](https://github.com/ecomplus/cloud-commerce/commit/08141146f50a8de5d9ae3e78d691347b7da9dffa))
|
|
14
|
+
* **ssr:** Check Accept header and bot user agents to early return without proceed analytics events ([961c837](https://github.com/ecomplus/cloud-commerce/commit/961c837dcdb116446fa8eddfaaeced323f6d837a))
|
|
15
|
+
* **storefront:** Emit gtag `view_item_list` on product card out of product details page ([0c8fa13](https://github.com/ecomplus/cloud-commerce/commit/0c8fa13d3f7dab76a74cc7ea1bdd8698ab27c724))
|
|
16
|
+
* **storefront:** Naive detect bot user agents and skip sending server analytcis events ([ac1737b](https://github.com/ecomplus/cloud-commerce/commit/ac1737be8f65aa5eb118480feedd50700bbfcd39))
|
|
17
|
+
* **tiny-erp:** Run store event function on 512MB as needed ([e8b8cf8](https://github.com/ecomplus/cloud-commerce/commit/e8b8cf8b7779d192f00eada376cb8727821c67c9))
|
|
18
|
+
|
|
5
19
|
### [2.15.4](https://github.com/ecomplus/cloud-commerce/compare/v2.15.3...v2.15.4) (2024-04-30)
|
|
6
20
|
|
|
7
21
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.15.
|
|
4
|
+
"version": "2.15.5",
|
|
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>",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"vite": "^5.2.10",
|
|
42
42
|
"vitest": "^1.5.2",
|
|
43
43
|
"zx": "^7.2.3",
|
|
44
|
-
"@cloudcommerce/eslint": "2.15.
|
|
44
|
+
"@cloudcommerce/eslint": "2.15.5"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|