ng-easycommerce-v18 0.3.7 → 0.3.8

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.
@@ -68,11 +68,6 @@ export declare class CoreConstantsService {
68
68
  * @returns {string} URL completa del frontend
69
69
  */
70
70
  getFrontendUrl: (path?: string) => string;
71
- /**
72
- * Método debug para verificar la configuración de URLs
73
- * @returns Información de debug sobre las URLs configuradas
74
- */
75
- debugUrlConfig(): void;
76
71
  /**
77
72
  * Retorna la URL absoluta de una imagen para meta tags (compatible con SSR)
78
73
  * @param postMedia - Ruta de la imagen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce-v18",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"