ng-easycommerce-v18 0.3.19-beta.2 → 0.3.19-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.
@@ -18,7 +18,7 @@ export declare class CoreConstantsService {
18
18
  /**
19
19
  * Document token para acceso SSR-compatible al documento
20
20
  */
21
- private document;
21
+ private _document;
22
22
  /**
23
23
  * Contiene los datos provisto por el frontend en el archivo environment.ts
24
24
  */
@@ -27,6 +27,10 @@ export declare class CoreConstantsService {
27
27
  * Guarda la variable window del web browser.
28
28
  */
29
29
  private window?;
30
+ /**
31
+ * Getter seguro para document que verifica la plataforma
32
+ */
33
+ private get document();
30
34
  constructor();
31
35
  /**
32
36
  * Path usado en las colecciones de productos.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce-v18",
3
- "version": "0.3.19-beta.2",
3
+ "version": "0.3.19-beta.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"