@drax/identity-front 0.23.0 → 0.25.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/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.25.0",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./src/index.ts",
|
|
9
9
|
"module": "./src/index.ts",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"format": "prettier --write src/"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@drax/common-front": "^0.
|
|
29
|
-
"@drax/crud-share": "^0.
|
|
30
|
-
"@drax/identity-share": "^0.
|
|
28
|
+
"@drax/common-front": "^0.25.0",
|
|
29
|
+
"@drax/crud-share": "^0.25.0",
|
|
30
|
+
"@drax/identity-share": "^0.25.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"vite-plugin-dts": "^3.9.1",
|
|
50
50
|
"vitest": "^1.4.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "5238915c16f72cba683c64c42cb6764ad146ec53"
|
|
53
53
|
}
|
|
@@ -10,7 +10,7 @@ const messages = {
|
|
|
10
10
|
},
|
|
11
11
|
events: {
|
|
12
12
|
passwordChanged: "Password Changed",
|
|
13
|
-
recoveryPasswordInfo: "
|
|
13
|
+
recoveryPasswordInfo: "If an account exists for this email address, you will receive a link to reset your password.",
|
|
14
14
|
registrationComplete: "Registration Complete",
|
|
15
15
|
},
|
|
16
16
|
action: {
|
|
@@ -53,7 +53,7 @@ const messages = {
|
|
|
53
53
|
},
|
|
54
54
|
events: {
|
|
55
55
|
passwordChanged: "Se ha cambiado la Contraseña",
|
|
56
|
-
recoveryPasswordInfo: "
|
|
56
|
+
recoveryPasswordInfo: "Si existe una cuenta asociada a este correo electrónico, te enviaremos un enlace para restablecer tu contraseña.",
|
|
57
57
|
registrationComplete: "Revisa tu correo electrónico para completar el registro.",
|
|
58
58
|
},
|
|
59
59
|
action: {
|