@ttoss/react-auth-strapi 0.3.4 → 0.4.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.
@@ -199,6 +199,16 @@
199
199
  "value": "Sign up"
200
200
  }
201
201
  ],
202
+ "UibUNJ": [
203
+ {
204
+ "type": 0,
205
+ "value": "Invalid Value for Field of type "
206
+ },
207
+ {
208
+ "type": 1,
209
+ "value": "expected"
210
+ }
211
+ ],
202
212
  "WU/CqP": [
203
213
  {
204
214
  "type": 0,
package/i18n/lang/en.json CHANGED
@@ -241,6 +241,11 @@
241
241
  "defaultMessage": "Field is required",
242
242
  "description": "Field is required"
243
243
  },
244
+ "UibUNJ": {
245
+ "module": "@ttoss/forms",
246
+ "defaultMessage": "Invalid Value for Field of type {expected}",
247
+ "description": "Invalid Value"
248
+ },
244
249
  "ZhaPt0": {
245
250
  "module": "@ttoss/forms",
246
251
  "defaultMessage": "Invalid Value for Field of type {type}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-strapi",
3
- "version": "0.3.4",
3
+ "version": "0.4.0",
4
4
  "description": "Authentication components and abstractions for React apps using Strapi.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -26,19 +26,19 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "react": ">=16.8.0",
29
- "@ttoss/react-auth-core": "^0.3.4",
30
- "@ttoss/react-i18n": "^2.0.26",
31
- "@ttoss/react-notifications": "^2.5.14"
29
+ "@ttoss/react-auth-core": "^0.4.0",
30
+ "@ttoss/react-i18n": "^2.1.0",
31
+ "@ttoss/react-notifications": "^2.6.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@types/react": "^19.2.8",
34
+ "@types/react": "^19.2.14",
35
35
  "jest": "^30.2.0",
36
- "react": "^19.2.3",
36
+ "react": "^19.2.4",
37
37
  "tsup": "^8.5.1",
38
- "@ttoss/i18n-cli": "^0.7.38",
39
- "@ttoss/react-auth-core": "^0.3.4",
40
- "@ttoss/react-i18n": "^2.0.26",
41
- "@ttoss/react-notifications": "^2.5.14"
38
+ "@ttoss/i18n-cli": "^0.7.39",
39
+ "@ttoss/react-i18n": "^2.1.0",
40
+ "@ttoss/react-auth-core": "^0.4.0",
41
+ "@ttoss/react-notifications": "^2.6.0"
42
42
  },
43
43
  "keywords": [
44
44
  "React",