cloudcommerce 2.59.3 → 2.59.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 +15 -0
- package/action.yml +0 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
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.59.5](https://github.com/ecomplus/cloud-commerce/compare/v2.59.4...v2.59.5) (2026-04-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **discounts:** Fix itemsForKit reference broken by rename to kitEligibleItems ([4b06f25](https://github.com/ecomplus/cloud-commerce/commit/4b06f2541391d722e785323fac83bb64fb847b98))
|
|
11
|
+
|
|
12
|
+
## [2.59.4](https://github.com/ecomplus/cloud-commerce/compare/v2.59.3...v2.59.4) (2026-04-30)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **apps:** Fix default imports from firebase-functions in compiled lib-mjs files ([6bef837](https://github.com/ecomplus/cloud-commerce/commit/6bef837e7b8ca4ada0dfec8e87783baabf26fb37))
|
|
18
|
+
* **ci:** Remove swap space setup step ([ce17313](https://github.com/ecomplus/cloud-commerce/commit/ce173133da55e6e30b9775262c93b2df53080d47))
|
|
19
|
+
|
|
5
20
|
## [2.59.3](https://github.com/ecomplus/cloud-commerce/compare/v2.59.2...v2.59.3) (2026-04-30)
|
|
6
21
|
|
|
7
22
|
|
package/action.yml
CHANGED
|
@@ -123,11 +123,6 @@ runs:
|
|
|
123
123
|
- shell: bash
|
|
124
124
|
run: echo "year=$(date +'%Y')" >> $GITHUB_ENV
|
|
125
125
|
|
|
126
|
-
- name: Set up swap space
|
|
127
|
-
uses: pierotofy/set-swap-space@master
|
|
128
|
-
with:
|
|
129
|
-
swap-size-gb: 10
|
|
130
|
-
|
|
131
126
|
- if: github.event_name == 'pull_request' && github.event.action != 'closed'
|
|
132
127
|
uses: ouzi-dev/commit-status-updater@v2.0.2
|
|
133
128
|
continue-on-error: true
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.59.
|
|
4
|
+
"version": "2.59.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>",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"vite": "^5.4.21",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.8.5",
|
|
45
|
-
"@cloudcommerce/eslint": "2.59.
|
|
45
|
+
"@cloudcommerce/eslint": "2.59.5"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|