portalcash-shared 1.3.81 → 1.3.82
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
function c(c){return c.includes("
|
|
1
|
+
function c(c){return c.includes("localhost")?"/corecashchile-clients":"/portalcash/chl/corecashchile-clients"}function e(c){return c.includes("localhost")?"/corecashchile-users":"/portalcash/chl/corecashchile-users"}export{e as adminPath,c as basePath};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useUrlRedirect.js","sources":["../../src/composables/useUrlRedirect.ts"],"sourcesContent":["export function basePath(hostname: string): string {\n
|
|
1
|
+
{"version":3,"file":"useUrlRedirect.js","sources":["../../src/composables/useUrlRedirect.ts"],"sourcesContent":["export function basePath(hostname: string): string {\n if (!hostname.includes(\"localhost\")) {\n return \"/portalcash/chl/corecashchile-clients\";\n }\n return \"/corecashchile-clients\";\n}\n\nexport function adminPath(hostname: string): string {\n if (!hostname.includes(\"localhost\")) {\n return \"/portalcash/chl/corecashchile-users\";\n }\n return \"/corecashchile-users\";\n}\n"],"names":["basePath","hostname","includes","adminPath"],"mappings":"AAAO,SAASA,EAASC,GACvB,OAAKA,EAASC,SAAS,aAGhB,yBAFE,uCAGX,CAEO,SAASC,EAAUF,GACxB,OAAKA,EAASC,SAAS,aAGhB,uBAFE,qCAGX"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "portalcash-shared",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.82",
|
|
4
4
|
"description": "Librería compartida de componentes Vue.js para PortalCash - Componentes UI, stores Pinia, servicios y utilidades reutilizables",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|