@ttoss/react-auth-core 0.4.24 → 0.4.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 +12 -12
package/i18n/lang/en.json CHANGED
@@ -220,4 +220,4 @@
220
220
  "defaultMessage": ",",
221
221
  "description": "Thousand separator for number formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
222
222
  }
223
- }
223
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-core",
3
- "version": "0.4.24",
3
+ "version": "0.4.26",
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.16",
33
- "@ttoss/forms": "^0.43.19",
34
- "@ttoss/react-i18n": "^2.2.11",
35
32
  "@ttoss/logger": "^0.8.10",
36
- "@ttoss/ui": "^6.9.15",
37
- "@ttoss/react-notifications": "^2.7.16"
33
+ "@ttoss/forms": "^0.43.21",
34
+ "@ttoss/components": "^2.14.17",
35
+ "@ttoss/react-i18n": "^2.2.11",
36
+ "@ttoss/react-notifications": "^2.7.17",
37
+ "@ttoss/ui": "^6.9.16"
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/components": "^2.14.16",
46
- "@ttoss/forms": "^0.43.19",
45
+ "@ttoss/components": "^2.14.17",
46
+ "@ttoss/config": "^1.37.10",
47
+ "@ttoss/forms": "^0.43.21",
47
48
  "@ttoss/i18n-cli": "^0.8.10",
48
49
  "@ttoss/logger": "^0.8.10",
49
- "@ttoss/config": "^1.37.10",
50
- "@ttoss/react-notifications": "^2.7.16",
50
+ "@ttoss/react-notifications": "^2.7.17",
51
51
  "@ttoss/react-i18n": "^2.2.11",
52
- "@ttoss/test-utils": "^4.2.10",
53
- "@ttoss/ui": "^6.9.15"
52
+ "@ttoss/ui": "^6.9.16",
53
+ "@ttoss/test-utils": "^4.2.10"
54
54
  },
55
55
  "keywords": [
56
56
  "React",