ng-easycommerce-v18 0.2.4 → 0.2.6

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.
@@ -19,10 +19,6 @@ export declare class ApiConstantsService {
19
19
  * Locale actual del frontend
20
20
  */
21
21
  LOCALE: string;
22
- /**
23
- * URL del backend para realizar las peticiones
24
- */
25
- readonly API_URL: string;
26
22
  /**
27
23
  * URL para las peticiones a shop-api
28
24
  */
@@ -31,10 +27,11 @@ export declare class ApiConstantsService {
31
27
  * URL para las peticiones a cms
32
28
  */
33
29
  readonly CMS_URL: string;
30
+ constructor();
34
31
  /**
35
- * URL base para realizar las peticiones a la API
32
+ * URL del backend para realizar las peticiones
36
33
  */
37
- private urlBase;
34
+ get API_URL(): string;
38
35
  /**
39
36
  * Retorna la url base
40
37
  * @returns {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce-v18",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"