cloudcommerce 2.48.17 → 2.48.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 CHANGED
@@ -2,6 +2,28 @@
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.19](https://github.com/ecomplus/cloud-commerce/compare/v2.48.18...v2.48.19) (2025-08-27)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** Update non-major dependencies ([#608](https://github.com/ecomplus/cloud-commerce/issues/608)) ([b4a36d6](https://github.com/ecomplus/cloud-commerce/commit/b4a36d6465d85125100316527bf44081ae0307d0))
11
+ * **deps:** Update Vue to ^3.5.18 ([#605](https://github.com/ecomplus/cloud-commerce/issues/605)) ([9834b50](https://github.com/ecomplus/cloud-commerce/commit/9834b50f8ea26cd963e737b98a3acf7ed0a15100))
12
+ * **melhor-envio:** Updating to https://github.com/ecomplus/app-melhor-envio/releases/tag/v1.12.1 ([0b099f3](https://github.com/ecomplus/cloud-commerce/commit/0b099f394ba55b1e448fdf1bf792949b9d68bbe9))
13
+ * **ssr:** Update Astro to v4.16.19 [security] ([#610](https://github.com/ecomplus/cloud-commerce/issues/610)) ([7bc0238](https://github.com/ecomplus/cloud-commerce/commit/7bc0238e78b82f86a74b317495a8a13771ae0cf0))
14
+ * **storefront:** Fix SSR context Astro typedef to support .ts "API" routes ([362e213](https://github.com/ecomplus/cloud-commerce/commit/362e21383f1b7e4dbccdef5f41c0a350a18b0687))
15
+ * **storefront:** Prevent changing Picture `widths` array prop by reference ([168e447](https://github.com/ecomplus/cloud-commerce/commit/168e4472e9b78fad79a31486bed55e35ed35cee8))
16
+ * **storefront:** Properly checking discount rule min amount on exported `getPriceWithDiscount` ([f341964](https://github.com/ecomplus/cloud-commerce/commit/f34196486120e99c78f79e7e87b908ff19b6f503))
17
+ * **storefront:** Update Vue to ^3.5.19 ([#611](https://github.com/ecomplus/cloud-commerce/issues/611)) ([b6516b8](https://github.com/ecomplus/cloud-commerce/commit/b6516b8d8f56797e90ed4803e6d2394acd26e457))
18
+ * **tiny-erp:** Read last order (bigger ID) on Tiny when more than one is found by number ([13c20ad](https://github.com/ecomplus/cloud-commerce/commit/13c20ade9ca2d0830b36d6fe3a88ffdc4873c570))
19
+
20
+ ## [2.48.18](https://github.com/ecomplus/cloud-commerce/compare/v2.48.17...v2.48.18) (2025-08-02)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **asaas:** Improve webhook lifecycle and cron scheduling ([fec3851](https://github.com/ecomplus/cloud-commerce/commit/fec3851ecc800a9d52fae23707e18d53e585d4b3))
26
+
5
27
  ## [2.48.17](https://github.com/ecomplus/cloud-commerce/compare/v2.48.16...v2.48.17) (2025-08-02)
6
28
 
7
29
 
package/action.yml CHANGED
@@ -147,18 +147,18 @@ runs:
147
147
  ${{ steps.npm-paths.outputs.LIB_PATH }}
148
148
  ${{ steps.npm-paths.outputs.BIN_PATH }}
149
149
  ~/.npm-global/bin
150
- key: ${{ runner.os }}-npm-g-firebase-tools-14.7.0-1
150
+ key: ${{ runner.os }}-npm-g-firebase-tools-14.14.0-1
151
151
 
152
152
  - if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
153
153
  name: Ensure firebase-tools is installed
154
154
  shell: bash
155
155
  run: |
156
156
  if ! command -v firebase &> /dev/null; then
157
- npm i --location=global firebase-tools@14.7.0
157
+ npm i --location=global firebase-tools@14.14.0
158
158
  else
159
159
  INSTALLED_VERSION=$(firebase --version)
160
- if [[ "$INSTALLED_VERSION" != "14.7.0" ]]; then
161
- npm i --location=global firebase-tools@14.7.0
160
+ if [[ "$INSTALLED_VERSION" != "14.14.0" ]]; then
161
+ npm i --location=global firebase-tools@14.14.0
162
162
  fi
163
163
  fi
164
164
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.48.17",
4
+ "version": "2.48.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>",
@@ -28,21 +28,21 @@
28
28
  "@commitlint/cli": "^19.8.1",
29
29
  "@commitlint/config-conventional": "^19.8.1",
30
30
  "@commitlint/rules": "^19.8.1",
31
- "@types/node": "^20.19.9",
32
- "commit-and-tag-version": "^12.5.1",
33
- "dotenv": "^17.2.0",
31
+ "@types/node": "^20.19.11",
32
+ "commit-and-tag-version": "^12.5.2",
33
+ "dotenv": "^17.2.1",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
- "lint-staged": "^16.1.2",
36
+ "lint-staged": "^16.1.5",
37
37
  "tailwindcss": "^3.4.17",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.5.5",
40
- "typescript": "~5.8.3",
39
+ "turbo": "^2.5.6",
40
+ "typescript": "~5.9.2",
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.19",
43
43
  "vitest": "^2.1.9",
44
- "zx": "^8.7.1",
45
- "@cloudcommerce/eslint": "2.48.17"
44
+ "zx": "^8.8.1",
45
+ "@cloudcommerce/eslint": "2.48.19"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",