@ttoss/react-auth-cognito 2.8.21 → 2.8.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.
- package/i18n/compiled/en.json +0 -10
- package/i18n/lang/en.json +0 -5
- package/package.json +18 -18
package/i18n/compiled/en.json
CHANGED
package/i18n/lang/en.json
CHANGED
|
@@ -244,11 +244,6 @@
|
|
|
244
244
|
"defaultMessage": "Field is required",
|
|
245
245
|
"description": "Field is required"
|
|
246
246
|
},
|
|
247
|
-
"UibUNJ": {
|
|
248
|
-
"module": "@ttoss/forms",
|
|
249
|
-
"defaultMessage": "Invalid Value for Field of type {expected}",
|
|
250
|
-
"description": "Invalid Value"
|
|
251
|
-
},
|
|
252
247
|
"ZhaPt0": {
|
|
253
248
|
"module": "@ttoss/forms",
|
|
254
249
|
"defaultMessage": "Invalid Value for Field of type {type}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/react-auth-cognito",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.22",
|
|
4
4
|
"description": "React authentication components using AWS Cognito",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"react-error-boundary": "^6.1.0",
|
|
29
|
-
"@ttoss/react-auth-core": "^0.4.
|
|
29
|
+
"@ttoss/react-auth-core": "^0.4.22"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"aws-amplify": "^6.0.0",
|
|
33
33
|
"react": ">=16.8.0",
|
|
34
|
-
"@ttoss/
|
|
35
|
-
"@ttoss/
|
|
36
|
-
"@ttoss/
|
|
37
|
-
"@ttoss/react-notifications": "^2.7.
|
|
38
|
-
"@ttoss/
|
|
39
|
-
"@ttoss/
|
|
34
|
+
"@ttoss/components": "^2.14.14",
|
|
35
|
+
"@ttoss/logger": "^0.8.9",
|
|
36
|
+
"@ttoss/ui": "^6.9.14",
|
|
37
|
+
"@ttoss/react-notifications": "^2.7.14",
|
|
38
|
+
"@ttoss/react-i18n": "^2.2.9",
|
|
39
|
+
"@ttoss/forms": "^0.43.17"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@jest/globals": "^29.7.0",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"jest": "^30.3.0",
|
|
46
46
|
"react": "^19.2.4",
|
|
47
47
|
"tsup": "^8.5.1",
|
|
48
|
-
"@ttoss/cloud-auth": "^0.13.
|
|
49
|
-
"@ttoss/components": "^2.14.
|
|
50
|
-
"@ttoss/
|
|
51
|
-
"@ttoss/
|
|
52
|
-
"@ttoss/
|
|
53
|
-
"@ttoss/
|
|
54
|
-
"@ttoss/
|
|
55
|
-
"@ttoss/
|
|
56
|
-
"@ttoss/
|
|
57
|
-
"@ttoss/
|
|
48
|
+
"@ttoss/cloud-auth": "^0.13.24",
|
|
49
|
+
"@ttoss/components": "^2.14.14",
|
|
50
|
+
"@ttoss/forms": "^0.43.17",
|
|
51
|
+
"@ttoss/i18n-cli": "^0.8.9",
|
|
52
|
+
"@ttoss/config": "^1.37.9",
|
|
53
|
+
"@ttoss/logger": "^0.8.9",
|
|
54
|
+
"@ttoss/react-notifications": "^2.7.14",
|
|
55
|
+
"@ttoss/test-utils": "^4.2.9",
|
|
56
|
+
"@ttoss/ui": "^6.9.14",
|
|
57
|
+
"@ttoss/react-i18n": "^2.2.9"
|
|
58
58
|
},
|
|
59
59
|
"keywords": [
|
|
60
60
|
"React",
|