@ttoss/react-auth 2.6.3 → 2.6.5

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 +6 -6
  2. package/package.json +17 -17
package/i18n/lang/en.json CHANGED
@@ -130,18 +130,18 @@
130
130
  "defaultMessage": "You must accept the terms and conditions"
131
131
  },
132
132
  "D1C6fR": {
133
+ "module": "@ttoss/forms",
133
134
  "defaultMessage": "Field must be at least {min} characters",
134
- "description": "Min length field",
135
- "module": "@ttoss/forms"
135
+ "description": "Min length field"
136
136
  },
137
137
  "MfWGyg": {
138
+ "module": "@ttoss/forms",
138
139
  "defaultMessage": "Field is required",
139
- "description": "Field is required",
140
- "module": "@ttoss/forms"
140
+ "description": "Field is required"
141
141
  },
142
142
  "ZhaPt0": {
143
+ "module": "@ttoss/forms",
143
144
  "defaultMessage": "Invalid Value for Field of type {type}",
144
- "description": "Invalid Value",
145
- "module": "@ttoss/forms"
145
+ "description": "Invalid Value"
146
146
  }
147
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth",
3
- "version": "2.6.3",
3
+ "version": "2.6.5",
4
4
  "description": "ttoss authentication module for React apps.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -30,12 +30,12 @@
30
30
  "peerDependencies": {
31
31
  "aws-amplify": "^6.0.0",
32
32
  "react": ">=16.8.0",
33
- "@ttoss/components": "^2.2.9",
34
- "@ttoss/forms": "^0.29.8",
35
- "@ttoss/logger": "^0.5.0",
36
- "@ttoss/react-notifications": "^2.1.15",
37
- "@ttoss/ui": "^5.5.5",
38
- "@ttoss/react-i18n": "^2.0.10"
33
+ "@ttoss/components": "^2.2.10",
34
+ "@ttoss/forms": "^0.29.9",
35
+ "@ttoss/logger": "^0.6.1",
36
+ "@ttoss/react-notifications": "^2.1.16",
37
+ "@ttoss/react-i18n": "^2.0.11",
38
+ "@ttoss/ui": "^5.5.6"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@jest/globals": "^29.7.0",
@@ -44,16 +44,16 @@
44
44
  "jest": "^29.7.0",
45
45
  "react": "^19.0.0",
46
46
  "tsup": "^8.3.5",
47
- "@ttoss/cloud-auth": "^0.12.27",
48
- "@ttoss/components": "^2.2.9",
49
- "@ttoss/forms": "^0.29.8",
50
- "@ttoss/i18n-cli": "^0.7.27",
51
- "@ttoss/config": "^1.35.2",
52
- "@ttoss/logger": "^0.5.0",
53
- "@ttoss/react-i18n": "^2.0.10",
54
- "@ttoss/react-notifications": "^2.1.15",
55
- "@ttoss/ui": "^5.5.5",
56
- "@ttoss/test-utils": "^2.1.22"
47
+ "@ttoss/cloud-auth": "^0.12.28",
48
+ "@ttoss/config": "^1.35.3",
49
+ "@ttoss/forms": "^0.29.9",
50
+ "@ttoss/components": "^2.2.10",
51
+ "@ttoss/i18n-cli": "^0.7.28",
52
+ "@ttoss/logger": "^0.6.1",
53
+ "@ttoss/react-i18n": "^2.0.11",
54
+ "@ttoss/test-utils": "^2.1.23",
55
+ "@ttoss/ui": "^5.5.6",
56
+ "@ttoss/react-notifications": "^2.1.16"
57
57
  },
58
58
  "keywords": [
59
59
  "React",