@ttoss/react-auth-strapi 0.4.20 → 0.4.22

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,16 +199,6 @@
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
- ],
212
202
  "WU/CqP": [
213
203
  {
214
204
  "type": 0,
package/i18n/lang/en.json CHANGED
@@ -241,11 +241,6 @@
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
- },
249
244
  "ZhaPt0": {
250
245
  "module": "@ttoss/forms",
251
246
  "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.4.20",
3
+ "version": "0.4.22",
4
4
  "description": "Authentication components and abstractions for React apps using Strapi.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -26,9 +26,9 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "react": ">=16.8.0",
29
- "@ttoss/react-notifications": "^2.7.12",
30
- "@ttoss/react-auth-core": "^0.4.20",
31
- "@ttoss/react-i18n": "^2.2.8"
29
+ "@ttoss/react-i18n": "^2.2.9",
30
+ "@ttoss/react-notifications": "^2.7.14",
31
+ "@ttoss/react-auth-core": "^0.4.22"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@jest/globals": "^29.7.0",
@@ -36,13 +36,13 @@
36
36
  "jest": "^30.3.0",
37
37
  "react": "^19.2.4",
38
38
  "tsup": "^8.5.1",
39
- "@ttoss/i18n-cli": "^0.8.8",
40
- "@ttoss/react-auth-core": "^0.4.20",
41
- "@ttoss/config": "^1.37.8",
42
- "@ttoss/react-notifications": "^2.7.12",
43
- "@ttoss/react-i18n": "^2.2.8",
44
- "@ttoss/test-utils": "^4.2.8",
45
- "@ttoss/ui": "^6.9.12"
39
+ "@ttoss/config": "^1.37.9",
40
+ "@ttoss/i18n-cli": "^0.8.9",
41
+ "@ttoss/react-auth-core": "^0.4.22",
42
+ "@ttoss/react-notifications": "^2.7.14",
43
+ "@ttoss/react-i18n": "^2.2.9",
44
+ "@ttoss/ui": "^6.9.14",
45
+ "@ttoss/test-utils": "^4.2.9"
46
46
  },
47
47
  "keywords": [
48
48
  "React",