ng-easycommerce-v18 0.3.14-beta.1 → 0.3.14-beta.3

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.
@@ -23,7 +23,11 @@ export declare class ApiConstantsService {
23
23
  */
24
24
  get API_URL(): string;
25
25
  /**
26
- * Retorna la url base
26
+ * URL base completa para shop-api con channel y locale
27
+ */
28
+ getShopApiBase(): string;
29
+ /**
30
+ * Retorna la url base general (sin shop-api)
27
31
  */
28
32
  getUrlBase(): string;
29
33
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce-v18",
3
- "version": "0.3.14-beta.1",
3
+ "version": "0.3.14-beta.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"