ng-easycommerce-v18 0.2.6 → 0.2.7

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.
@@ -14,7 +14,9 @@ export declare class ApiConstantsService {
14
14
  /**
15
15
  * Canal actual del frontend
16
16
  */
17
- CHANNEL: string;
17
+ get CHANNEL(): string;
18
+ set CHANNEL(value: string);
19
+ private _channel;
18
20
  /**
19
21
  * Locale actual del frontend
20
22
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce-v18",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"
@@ -26,4 +26,4 @@
26
26
  "default": "./fesm2022/ng-easycommerce-v18.mjs"
27
27
  }
28
28
  }
29
- }
29
+ }