cloudcommerce 2.60.3 → 2.61.0
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 +31 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,37 @@
|
|
|
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.61.0](https://github.com/ecomplus/cloud-commerce/compare/v2.60.4...v2.61.0) (2026-06-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* Add anti-fraud rate limiting to checkout to prevent card storm attacks ([#775](https://github.com/ecomplus/cloud-commerce/issues/775)) ([1158865](https://github.com/ecomplus/cloud-commerce/commit/11588650ee26e04d3a76a386fef01b794ff46912))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** Update non-major dependencies ([#773](https://github.com/ecomplus/cloud-commerce/issues/773)) ([4337fc2](https://github.com/ecomplus/cloud-commerce/commit/4337fc228c80893babe3ae8d67dfe07b4d908990))
|
|
16
|
+
* Restore modules API loading broken by anti-fraud import path ([6845b08](https://github.com/ecomplus/cloud-commerce/commit/6845b084c4f2f83e20539a8b754fc991b657aae9))
|
|
17
|
+
|
|
18
|
+
## [2.60.4](https://github.com/ecomplus/cloud-commerce/compare/v2.60.3...v2.60.4) (2026-06-19)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **cli:** Enable Cloud Billing API before first Firebase deploy ([e27d254](https://github.com/ecomplus/cloud-commerce/commit/e27d2548b53fe96e37d2f91604ec85ee935bfcdd))
|
|
24
|
+
* **cli:** Ensure Artifact Registry repo exists before first deploy ([8a6eb53](https://github.com/ecomplus/cloud-commerce/commit/8a6eb53aed1853a71b1220d5d2372cd041c0eb55))
|
|
25
|
+
* **deps:** Update non-major dependencies ([#757](https://github.com/ecomplus/cloud-commerce/issues/757)) ([66cb542](https://github.com/ecomplus/cloud-commerce/commit/66cb542a71e9dfe53632f130a4bd253cf83d7992))
|
|
26
|
+
* **deps:** Update non-major dependencies ([#758](https://github.com/ecomplus/cloud-commerce/issues/758)) ([adf6d8b](https://github.com/ecomplus/cloud-commerce/commit/adf6d8bcca8d844642002b6a433cb9565e38235e))
|
|
27
|
+
* **deps:** update non-major dependencies ([#760](https://github.com/ecomplus/cloud-commerce/issues/760)) ([cdff12e](https://github.com/ecomplus/cloud-commerce/commit/cdff12e460a161899d9431a3e92a4e4adad3b515))
|
|
28
|
+
* **deps:** Update non-major dependencies ([#767](https://github.com/ecomplus/cloud-commerce/issues/767)) ([1d06f62](https://github.com/ecomplus/cloud-commerce/commit/1d06f6272d27fe3c289f70ca919df64a11998dae))
|
|
29
|
+
* **deps:** Update non-major dependencies ([#770](https://github.com/ecomplus/cloud-commerce/issues/770)) ([3b62ddd](https://github.com/ecomplus/cloud-commerce/commit/3b62ddd9f02507c3a2a3ab36072d653bbcaf2761))
|
|
30
|
+
* **deps:** Update Vue to ^3.5.38 ([#771](https://github.com/ecomplus/cloud-commerce/issues/771)) ([dabe41f](https://github.com/ecomplus/cloud-commerce/commit/dabe41ff807f7d357dd8eba2f59fed27e44641b0))
|
|
31
|
+
* **mercadopago:** Infere tipo do documento pelo número de dígitos, não pelo cadastro ([#772](https://github.com/ecomplus/cloud-commerce/issues/772)) ([de8d3ed](https://github.com/ecomplus/cloud-commerce/commit/de8d3ed927c515b92803fa0461926d8fbbc1efec))
|
|
32
|
+
* **renovate:** Remove deprecated wildcard matchPackagePatterns ([20741c4](https://github.com/ecomplus/cloud-commerce/commit/20741c4f0f96fb1f5beb4803dfd82fc90adab11a)), closes [#769](https://github.com/ecomplus/cloud-commerce/issues/769)
|
|
33
|
+
* **storefront:** Update Vue to ^3.5.34 ([#756](https://github.com/ecomplus/cloud-commerce/issues/756)) ([26eb095](https://github.com/ecomplus/cloud-commerce/commit/26eb095164787c22959463b8963318a91db230f8))
|
|
34
|
+
* **storefront:** Update Vue to ^3.5.35 ([#768](https://github.com/ecomplus/cloud-commerce/issues/768)) ([2531a60](https://github.com/ecomplus/cloud-commerce/commit/2531a60beefc725622c6bcf2b1e1b9dd53256988))
|
|
35
|
+
|
|
5
36
|
## [2.60.3](https://github.com/ecomplus/cloud-commerce/compare/v2.60.2...v2.60.3) (2026-05-07)
|
|
6
37
|
|
|
7
38
|
## [2.60.2](https://github.com/ecomplus/cloud-commerce/compare/v2.60.1...v2.60.2) (2026-05-07)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.61.0",
|
|
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": "^20.5.3",
|
|
29
29
|
"@commitlint/config-conventional": "^20.5.3",
|
|
30
30
|
"@commitlint/rules": "^20.5.3",
|
|
31
|
-
"@types/node": "^20.19.
|
|
32
|
-
"commit-and-tag-version": "^12.7.
|
|
31
|
+
"@types/node": "^20.19.43",
|
|
32
|
+
"commit-and-tag-version": "^12.7.3",
|
|
33
33
|
"dotenv": "^17.4.2",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
35
35
|
"husky": "^9.1.7",
|
|
36
36
|
"lint-staged": "^16.4.0",
|
|
37
37
|
"tailwindcss": "^3.4.19",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
|
-
"turbo": "^2.9.
|
|
39
|
+
"turbo": "^2.9.18",
|
|
40
40
|
"typescript": "~5.9.3",
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.21",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.8.5",
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
45
|
+
"@cloudcommerce/eslint": "2.61.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|