@admin-layout/tailwind-design-pro 12.0.16-alpha.17 → 12.0.16-alpha.18

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.
@@ -110,6 +110,7 @@
110
110
  "dict": "Dict",
111
111
  "config": "Config",
112
112
  "system_log": "System Log",
113
- "login_info": "Login Info"
113
+ "login_info": "Login Info",
114
+ "tenant_management": "Tenant Management"
114
115
  }
115
116
  }
@@ -110,6 +110,7 @@
110
110
  "dict": "Diccionario",
111
111
  "config": "Configuración",
112
112
  "system_log": "Registro del Sistema",
113
- "login_info": "Información de Inicio de Sesión"
113
+ "login_info": "Información de Inicio de Sesión",
114
+ "tenant_management": "Gestión de Inquilinos"
114
115
  }
115
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/tailwind-design-pro",
3
- "version": "12.0.16-alpha.17",
3
+ "version": "12.0.16-alpha.18",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -53,5 +53,5 @@
53
53
  "typescript": {
54
54
  "definition": "lib/index.d.ts"
55
55
  },
56
- "gitHead": "68d406ea6070dcf1be063d8da1732720c72dd4d6"
56
+ "gitHead": "ea6e4fcea564082327fac548a83e704b8e3aabe8"
57
57
  }