@ttoss/react-auth-strapi 0.3.5 → 0.4.0
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.
- package/i18n/compiled/en.json +10 -0
- package/i18n/lang/en.json +5 -0
- package/package.json +10 -10
package/i18n/compiled/en.json
CHANGED
package/i18n/lang/en.json
CHANGED
|
@@ -241,6 +241,11 @@
|
|
|
241
241
|
"defaultMessage": "Field is required",
|
|
242
242
|
"description": "Field is required"
|
|
243
243
|
},
|
|
244
|
+
"UibUNJ": {
|
|
245
|
+
"module": "@ttoss/forms",
|
|
246
|
+
"defaultMessage": "Invalid Value for Field of type {expected}",
|
|
247
|
+
"description": "Invalid Value"
|
|
248
|
+
},
|
|
244
249
|
"ZhaPt0": {
|
|
245
250
|
"module": "@ttoss/forms",
|
|
246
251
|
"defaultMessage": "Invalid Value for Field of type {type}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/react-auth-strapi",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Authentication components and abstractions for React apps using Strapi.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -26,19 +26,19 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": ">=16.8.0",
|
|
29
|
-
"@ttoss/react-
|
|
30
|
-
"@ttoss/react-
|
|
31
|
-
"@ttoss/react-
|
|
29
|
+
"@ttoss/react-auth-core": "^0.4.0",
|
|
30
|
+
"@ttoss/react-i18n": "^2.1.0",
|
|
31
|
+
"@ttoss/react-notifications": "^2.6.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@types/react": "^19.2.
|
|
34
|
+
"@types/react": "^19.2.14",
|
|
35
35
|
"jest": "^30.2.0",
|
|
36
|
-
"react": "^19.2.
|
|
36
|
+
"react": "^19.2.4",
|
|
37
37
|
"tsup": "^8.5.1",
|
|
38
|
-
"@ttoss/
|
|
39
|
-
"@ttoss/i18n
|
|
40
|
-
"@ttoss/react-
|
|
41
|
-
"@ttoss/react-notifications": "^2.
|
|
38
|
+
"@ttoss/i18n-cli": "^0.7.39",
|
|
39
|
+
"@ttoss/react-i18n": "^2.1.0",
|
|
40
|
+
"@ttoss/react-auth-core": "^0.4.0",
|
|
41
|
+
"@ttoss/react-notifications": "^2.6.0"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"React",
|