cloudcommerce 2.29.17 → 2.29.19
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 +16 -0
- package/action.yml +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
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.29.19](https://github.com/ecomplus/cloud-commerce/compare/v2.29.18...v2.29.19) (2024-11-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **firebase:** Refetching fresh `apiDoc` on API events PubSub middlewares when handler is 2s delayed ([f217e32](https://github.com/ecomplus/cloud-commerce/commit/f217e322dd24246251e1ddeb245b1d8f08e0555d))
|
|
11
|
+
* **modules:** Read order with primary preference for consistency after checkout ([1b9b41a](https://github.com/ecomplus/cloud-commerce/commit/1b9b41ad6ed20acbd0318ce6962da5908cb922d3))
|
|
12
|
+
* **modules:** Reducing apps list cache TTL to 30s ([18e47d3](https://github.com/ecomplus/cloud-commerce/commit/18e47d368efe1fb289d5c254012e5724042f6643))
|
|
13
|
+
|
|
14
|
+
## [2.29.18](https://github.com/ecomplus/cloud-commerce/compare/v2.29.17...v2.29.18) (2024-11-21)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **firebase:** Read API events with -2s gap and fetch docs with primary preference for consistency ([9f4eb2d](https://github.com/ecomplus/cloud-commerce/commit/9f4eb2d848c213eb3f9131422e93c65d60b40b4d))
|
|
20
|
+
|
|
5
21
|
## [2.29.17](https://github.com/ecomplus/cloud-commerce/compare/v2.29.16...v2.29.17) (2024-11-21)
|
|
6
22
|
|
|
7
23
|
|
package/action.yml
CHANGED
|
@@ -142,11 +142,11 @@ runs:
|
|
|
142
142
|
${{ steps.npm-paths.outputs.LIB_PATH }}
|
|
143
143
|
${{ steps.npm-paths.outputs.BIN_PATH }}
|
|
144
144
|
~/.npm-global/bin
|
|
145
|
-
key: ${{ runner.os }}-npm-g-firebase-tools-13.
|
|
145
|
+
key: ${{ runner.os }}-npm-g-firebase-tools-13.27.0
|
|
146
146
|
|
|
147
147
|
- if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true'
|
|
148
148
|
shell: bash
|
|
149
|
-
run: npm i --location=global firebase-tools@13.
|
|
149
|
+
run: npm i --location=global firebase-tools@13.27.0
|
|
150
150
|
|
|
151
151
|
- if: github.event_name == 'push'
|
|
152
152
|
uses: dorny/paths-filter@v3.0.2
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.29.
|
|
4
|
+
"version": "2.29.19",
|
|
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.11",
|
|
43
43
|
"vitest": "^2.1.5",
|
|
44
44
|
"zx": "^8.2.2",
|
|
45
|
-
"@cloudcommerce/eslint": "2.29.
|
|
45
|
+
"@cloudcommerce/eslint": "2.29.19"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|