@ttoss/react-auth-cognito 2.7.6 → 2.8.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.
@@ -205,6 +205,16 @@
205
205
  "value": "Sign up"
206
206
  }
207
207
  ],
208
+ "UibUNJ": [
209
+ {
210
+ "type": 0,
211
+ "value": "Invalid Value for Field of type "
212
+ },
213
+ {
214
+ "type": 1,
215
+ "value": "expected"
216
+ }
217
+ ],
208
218
  "WU/CqP": [
209
219
  {
210
220
  "type": 0,
package/i18n/lang/en.json CHANGED
@@ -244,6 +244,11 @@
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
+ },
247
252
  "ZhaPt0": {
248
253
  "module": "@ttoss/forms",
249
254
  "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.7.6",
3
+ "version": "2.8.0",
4
4
  "description": "React authentication components using AWS Cognito",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -25,36 +25,36 @@
25
25
  ],
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "react-error-boundary": "^6.0.0",
29
- "@ttoss/react-auth-core": "^0.3.4"
28
+ "react-error-boundary": "^6.1.0",
29
+ "@ttoss/react-auth-core": "^0.4.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "aws-amplify": "^6.0.0",
33
33
  "react": ">=16.8.0",
34
- "@ttoss/components": "^2.12.6",
35
- "@ttoss/logger": "^0.7.3",
36
- "@ttoss/forms": "^0.40.1",
37
- "@ttoss/react-notifications": "^2.5.14",
38
- "@ttoss/ui": "^6.5.1",
39
- "@ttoss/react-i18n": "^2.0.26"
34
+ "@ttoss/components": "^2.13.0",
35
+ "@ttoss/logger": "^0.7.4",
36
+ "@ttoss/forms": "^0.41.0",
37
+ "@ttoss/react-i18n": "^2.1.0",
38
+ "@ttoss/react-notifications": "^2.6.0",
39
+ "@ttoss/ui": "^6.6.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@jest/globals": "^29.7.0",
43
- "@types/react": "^19.2.8",
43
+ "@types/react": "^19.2.14",
44
44
  "aws-amplify": "^6.11.0",
45
45
  "jest": "^30.2.0",
46
- "react": "^19.2.3",
46
+ "react": "^19.2.4",
47
47
  "tsup": "^8.5.1",
48
- "@ttoss/cloud-auth": "^0.13.12",
49
- "@ttoss/components": "^2.12.6",
50
- "@ttoss/config": "^1.35.12",
51
- "@ttoss/forms": "^0.40.1",
52
- "@ttoss/logger": "^0.7.3",
53
- "@ttoss/i18n-cli": "^0.7.38",
54
- "@ttoss/react-i18n": "^2.0.26",
55
- "@ttoss/react-notifications": "^2.5.14",
56
- "@ttoss/test-utils": "^4.0.3",
57
- "@ttoss/ui": "^6.5.1"
48
+ "@ttoss/cloud-auth": "^0.13.13",
49
+ "@ttoss/components": "^2.13.0",
50
+ "@ttoss/config": "^1.36.0",
51
+ "@ttoss/forms": "^0.41.0",
52
+ "@ttoss/react-i18n": "^2.1.0",
53
+ "@ttoss/i18n-cli": "^0.7.39",
54
+ "@ttoss/logger": "^0.7.4",
55
+ "@ttoss/react-notifications": "^2.6.0",
56
+ "@ttoss/test-utils": "^4.1.0",
57
+ "@ttoss/ui": "^6.6.0"
58
58
  },
59
59
  "keywords": [
60
60
  "React",