@ttoss/forms 0.32.4 → 0.32.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -92,8 +92,8 @@ Invalid fields display default error messages like "Field is required". These me
92
92
  The package provides internationalized default messages for common Yup validation errors. These are automatically extracted when you run `pnpm run i18n`:
93
93
 
94
94
  - **Required field**: "Field is required"
95
- - **Type mismatch**: "Invalid Value for Field of type {type}"
96
- - **Minimum length**: "Field must be at least {min} characters"
95
+ - **Type mismatch**: "Invalid Value for Field of type (type)"
96
+ - **Minimum length**: "Field must be at least (min) characters"
97
97
 
98
98
  To customize these messages for your locale, extract the i18n messages and translate them in your application's i18n files (e.g., `i18n/compiled/pt-BR.json`). See the [i18n-CLI documentation](https://ttoss.dev/docs/modules/packages/i18n-cli/) for more details.
99
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/forms",
3
- "version": "0.32.4",
3
+ "version": "0.32.5",
4
4
  "license": "MIT",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -51,11 +51,11 @@
51
51
  "tsup": "^8.5.1",
52
52
  "yup": "^1.7.1",
53
53
  "@ttoss/config": "^1.35.11",
54
+ "@ttoss/i18n-cli": "^0.7.37",
54
55
  "@ttoss/react-icons": "^0.5.2",
55
56
  "@ttoss/test-utils": "^3.0.3",
56
57
  "@ttoss/ui": "^5.10.7",
57
- "@ttoss/react-i18n": "^2.0.21",
58
- "@ttoss/i18n-cli": "^0.7.37"
58
+ "@ttoss/react-i18n": "^2.0.21"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public",