@ttoss/react-auth-core 0.4.21 → 0.4.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.
@@ -199,16 +199,6 @@
199
199
  "value": "Sign up"
200
200
  }
201
201
  ],
202
- "UibUNJ": [
203
- {
204
- "type": 0,
205
- "value": "Invalid Value for Field of type "
206
- },
207
- {
208
- "type": 1,
209
- "value": "expected"
210
- }
211
- ],
212
202
  "WU/CqP": [
213
203
  {
214
204
  "type": 0,
package/i18n/lang/en.json CHANGED
@@ -205,11 +205,6 @@
205
205
  "defaultMessage": "Field is required",
206
206
  "description": "Field is required"
207
207
  },
208
- "UibUNJ": {
209
- "module": "@ttoss/forms",
210
- "defaultMessage": "Invalid Value for Field of type {expected}",
211
- "description": "Invalid Value"
212
- },
213
208
  "ZhaPt0": {
214
209
  "module": "@ttoss/forms",
215
210
  "defaultMessage": "Invalid Value for Field of type {type}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-core",
3
- "version": "0.4.21",
3
+ "version": "0.4.23",
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.13",
33
- "@ttoss/forms": "^0.43.16",
34
- "@ttoss/react-i18n": "^2.2.8",
35
- "@ttoss/logger": "^0.8.8",
36
- "@ttoss/react-notifications": "^2.7.13",
37
- "@ttoss/ui": "^6.9.13"
32
+ "@ttoss/components": "^2.14.15",
33
+ "@ttoss/logger": "^0.8.10",
34
+ "@ttoss/ui": "^6.9.15",
35
+ "@ttoss/react-i18n": "^2.2.10",
36
+ "@ttoss/forms": "^0.43.18",
37
+ "@ttoss/react-notifications": "^2.7.15"
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/forms": "^0.43.16",
46
- "@ttoss/config": "^1.37.8",
47
- "@ttoss/i18n-cli": "^0.8.8",
48
- "@ttoss/components": "^2.14.13",
49
- "@ttoss/logger": "^0.8.8",
50
- "@ttoss/react-notifications": "^2.7.13",
51
- "@ttoss/test-utils": "^4.2.8",
52
- "@ttoss/ui": "^6.9.13",
53
- "@ttoss/react-i18n": "^2.2.8"
45
+ "@ttoss/components": "^2.14.15",
46
+ "@ttoss/config": "^1.37.10",
47
+ "@ttoss/forms": "^0.43.18",
48
+ "@ttoss/logger": "^0.8.10",
49
+ "@ttoss/react-i18n": "^2.2.10",
50
+ "@ttoss/test-utils": "^4.2.10",
51
+ "@ttoss/ui": "^6.9.15",
52
+ "@ttoss/i18n-cli": "^0.8.10",
53
+ "@ttoss/react-notifications": "^2.7.15"
54
54
  },
55
55
  "keywords": [
56
56
  "React",