@ttoss/react-auth-strapi 0.4.21 → 0.4.23
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/i18n/compiled/en.json +0 -10
- package/i18n/lang/en.json +0 -5
- package/package.json +11 -11
package/i18n/compiled/en.json
CHANGED
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.
|
|
3
|
+
"version": "0.4.23",
|
|
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-auth-core": "^0.4.
|
|
30
|
-
"@ttoss/react-
|
|
31
|
-
"@ttoss/react-
|
|
29
|
+
"@ttoss/react-auth-core": "^0.4.23",
|
|
30
|
+
"@ttoss/react-notifications": "^2.7.15",
|
|
31
|
+
"@ttoss/react-i18n": "^2.2.10"
|
|
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/config": "^1.37.
|
|
40
|
-
"@ttoss/
|
|
41
|
-
"@ttoss/
|
|
42
|
-
"@ttoss/react-
|
|
43
|
-
"@ttoss/react-
|
|
44
|
-
"@ttoss/test-utils": "^4.2.
|
|
45
|
-
"@ttoss/ui": "^6.9.
|
|
39
|
+
"@ttoss/config": "^1.37.10",
|
|
40
|
+
"@ttoss/react-auth-core": "^0.4.23",
|
|
41
|
+
"@ttoss/i18n-cli": "^0.8.10",
|
|
42
|
+
"@ttoss/react-notifications": "^2.7.15",
|
|
43
|
+
"@ttoss/react-i18n": "^2.2.10",
|
|
44
|
+
"@ttoss/test-utils": "^4.2.10",
|
|
45
|
+
"@ttoss/ui": "^6.9.15"
|
|
46
46
|
},
|
|
47
47
|
"keywords": [
|
|
48
48
|
"React",
|