@ttoss/react-auth-core 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 +16 -16
package/i18n/compiled/en.json
CHANGED
package/i18n/lang/en.json
CHANGED
|
@@ -205,11 +205,6 @@
|
|
|
205
205
|
"defaultMessage": "Field is required",
|
|
206
206
|
"description": "Field is required"
|
|
207
207
|
},
|
|
208
|
-
"UibUNJ": {
|
|
209
|
-
"module": "@ttoss/forms",
|
|
210
|
-
"defaultMessage": "Invalid Value for Field of type {expected}",
|
|
211
|
-
"description": "Invalid Value"
|
|
212
|
-
},
|
|
213
208
|
"ZhaPt0": {
|
|
214
209
|
"module": "@ttoss/forms",
|
|
215
210
|
"defaultMessage": "Invalid Value for Field of type {type}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/react-auth-core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.23",
|
|
4
4
|
"description": "Core authentication components and abstractions for React apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": ">=16.8.0",
|
|
32
|
-
"@ttoss/components": "^2.14.
|
|
33
|
-
"@ttoss/
|
|
34
|
-
"@ttoss/
|
|
35
|
-
"@ttoss/
|
|
36
|
-
"@ttoss/
|
|
37
|
-
"@ttoss/
|
|
32
|
+
"@ttoss/components": "^2.14.15",
|
|
33
|
+
"@ttoss/logger": "^0.8.10",
|
|
34
|
+
"@ttoss/ui": "^6.9.15",
|
|
35
|
+
"@ttoss/react-i18n": "^2.2.10",
|
|
36
|
+
"@ttoss/forms": "^0.43.18",
|
|
37
|
+
"@ttoss/react-notifications": "^2.7.15"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@jest/globals": "^29.7.0",
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"jest": "^30.3.0",
|
|
43
43
|
"react": "^19.2.4",
|
|
44
44
|
"tsup": "^8.5.1",
|
|
45
|
-
"@ttoss/
|
|
46
|
-
"@ttoss/config": "^1.37.
|
|
47
|
-
"@ttoss/
|
|
48
|
-
"@ttoss/
|
|
49
|
-
"@ttoss/
|
|
50
|
-
"@ttoss/
|
|
51
|
-
"@ttoss/
|
|
52
|
-
"@ttoss/
|
|
53
|
-
"@ttoss/react-
|
|
45
|
+
"@ttoss/components": "^2.14.15",
|
|
46
|
+
"@ttoss/config": "^1.37.10",
|
|
47
|
+
"@ttoss/forms": "^0.43.18",
|
|
48
|
+
"@ttoss/logger": "^0.8.10",
|
|
49
|
+
"@ttoss/react-i18n": "^2.2.10",
|
|
50
|
+
"@ttoss/test-utils": "^4.2.10",
|
|
51
|
+
"@ttoss/ui": "^6.9.15",
|
|
52
|
+
"@ttoss/i18n-cli": "^0.8.10",
|
|
53
|
+
"@ttoss/react-notifications": "^2.7.15"
|
|
54
54
|
},
|
|
55
55
|
"keywords": [
|
|
56
56
|
"React",
|