@ttoss/react-auth-cognito 2.8.21 → 2.8.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.
@@ -205,16 +205,6 @@
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
- ],
218
208
  "WU/CqP": [
219
209
  {
220
210
  "type": 0,
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.21",
3
+ "version": "2.8.23",
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.21"
29
+ "@ttoss/react-auth-core": "^0.4.23"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "aws-amplify": "^6.0.0",
33
33
  "react": ">=16.8.0",
34
- "@ttoss/logger": "^0.8.8",
35
- "@ttoss/forms": "^0.43.16",
36
- "@ttoss/react-i18n": "^2.2.8",
37
- "@ttoss/react-notifications": "^2.7.13",
38
- "@ttoss/components": "^2.14.13",
39
- "@ttoss/ui": "^6.9.13"
34
+ "@ttoss/components": "^2.14.15",
35
+ "@ttoss/logger": "^0.8.10",
36
+ "@ttoss/forms": "^0.43.18",
37
+ "@ttoss/react-i18n": "^2.2.10",
38
+ "@ttoss/ui": "^6.9.15",
39
+ "@ttoss/react-notifications": "^2.7.15"
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.23",
49
- "@ttoss/components": "^2.14.13",
50
- "@ttoss/config": "^1.37.8",
51
- "@ttoss/logger": "^0.8.8",
52
- "@ttoss/react-i18n": "^2.2.8",
53
- "@ttoss/forms": "^0.43.16",
54
- "@ttoss/i18n-cli": "^0.8.8",
55
- "@ttoss/react-notifications": "^2.7.13",
56
- "@ttoss/test-utils": "^4.2.8",
57
- "@ttoss/ui": "^6.9.13"
48
+ "@ttoss/components": "^2.14.15",
49
+ "@ttoss/forms": "^0.43.18",
50
+ "@ttoss/config": "^1.37.10",
51
+ "@ttoss/i18n-cli": "^0.8.10",
52
+ "@ttoss/cloud-auth": "^0.13.25",
53
+ "@ttoss/logger": "^0.8.10",
54
+ "@ttoss/react-i18n": "^2.2.10",
55
+ "@ttoss/react-notifications": "^2.7.15",
56
+ "@ttoss/ui": "^6.9.15",
57
+ "@ttoss/test-utils": "^4.2.10"
58
58
  },
59
59
  "keywords": [
60
60
  "React",