@drax/identity-front 0.33.0 → 0.34.2

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.33.0",
6
+ "version": "0.34.2",
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.33.0",
29
- "@drax/crud-share": "^0.33.0",
30
- "@drax/identity-share": "^0.33.0"
28
+ "@drax/common-front": "^0.34.2",
29
+ "@drax/crud-share": "^0.34.0",
30
+ "@drax/identity-share": "^0.34.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": "2a006597a635f61776d252f92bb3899371244379"
52
+ "gitHead": "9b12fafdf8a43df90e2df88ddae374c1a31cef4a"
53
53
  }
@@ -14,6 +14,7 @@ const messages = {
14
14
  'user:delete': 'Delete User',
15
15
  'user:manage': 'Manage User',
16
16
  'user:switchTenant': 'Switch Tenant',
17
+ 'user:changePassword': 'Change Password',
17
18
 
18
19
  'userApiKey:view': 'View ApiKey',
19
20
  'userApiKey:myView': 'View My ApiKey',
@@ -52,6 +53,7 @@ const messages = {
52
53
  'user:delete': 'Eliminar Usuario',
53
54
  'user:manage': 'Administrar Usuario',
54
55
  'user:switchTenant': 'Cambiar Tenant',
56
+ 'user:changePassword': 'Cambiar Password',
55
57
 
56
58
  'userApiKey:view': 'Ver ApiKey',
57
59
  'userApiKey:myView': 'Ver mis ApiKey',