forlogic-core 2.4.8 → 2.4.9

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.
@@ -4,11 +4,13 @@
4
4
  */
5
5
  export declare function getCommonBaseUrl(): string;
6
6
  /**
7
- * URL base do ident-api (serviço de identidade), derivada da common-v4 (espelha sufixos `-dev`, etc).
7
+ * URL base do ident-api (serviço de identidade). Usa override explícito
8
+ * (`identApiUrl`) quando configurado; senão deriva da common-v4 (espelha sufixos `-dev`, etc).
8
9
  */
9
10
  export declare function getIdentBaseUrl(): string;
10
11
  /**
11
- * URL base do login-api (serviço de login/perfil), derivada da common-v4.
12
+ * URL base do login-api (serviço de login/perfil). Usa override explícito
13
+ * (`loginApiUrl`) quando configurado; senão deriva da common-v4.
12
14
  */
13
15
  export declare function getLoginBaseUrl(): string;
14
16
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forlogic-core",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",