@ttoss/react-auth-cognito 2.8.24 → 2.8.26

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.
Files changed (2) hide show
  1. package/i18n/lang/en.json +1 -1
  2. package/package.json +11 -11
package/i18n/lang/en.json CHANGED
@@ -259,4 +259,4 @@
259
259
  "defaultMessage": ",",
260
260
  "description": "Thousand separator for number formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
261
261
  }
262
- }
262
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-cognito",
3
- "version": "2.8.24",
3
+ "version": "2.8.26",
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.24"
29
+ "@ttoss/react-auth-core": "^0.4.26"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "aws-amplify": "^6.0.0",
33
33
  "react": ">=16.8.0",
34
- "@ttoss/components": "^2.14.16",
35
- "@ttoss/forms": "^0.43.19",
34
+ "@ttoss/forms": "^0.43.21",
36
35
  "@ttoss/react-i18n": "^2.2.11",
37
- "@ttoss/react-notifications": "^2.7.16",
38
36
  "@ttoss/logger": "^0.8.10",
39
- "@ttoss/ui": "^6.9.15"
37
+ "@ttoss/components": "^2.14.17",
38
+ "@ttoss/ui": "^6.9.16",
39
+ "@ttoss/react-notifications": "^2.7.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/components": "^2.14.17",
48
49
  "@ttoss/cloud-auth": "^0.13.26",
49
- "@ttoss/components": "^2.14.16",
50
- "@ttoss/forms": "^0.43.19",
51
50
  "@ttoss/config": "^1.37.10",
51
+ "@ttoss/forms": "^0.43.21",
52
+ "@ttoss/i18n-cli": "^0.8.10",
52
53
  "@ttoss/logger": "^0.8.10",
53
54
  "@ttoss/react-i18n": "^2.2.11",
54
- "@ttoss/react-notifications": "^2.7.16",
55
- "@ttoss/i18n-cli": "^0.8.10",
55
+ "@ttoss/react-notifications": "^2.7.17",
56
56
  "@ttoss/test-utils": "^4.2.10",
57
- "@ttoss/ui": "^6.9.15"
57
+ "@ttoss/ui": "^6.9.16"
58
58
  },
59
59
  "keywords": [
60
60
  "React",