sigo-package 1.2.128 → 1.2.129

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.
package/dist/index.d.mts CHANGED
@@ -719,7 +719,7 @@ declare function getChannelName(id: string): {
719
719
  updateDataTOAOrdersLiquidation: string;
720
720
  };
721
721
 
722
- declare const timeZones: readonly ["America/Santiago", "America/Bogota", "Europe/Berlin"];
722
+ declare const timeZones: readonly ["America/Santiago", "America/Bogota", "Europe/Berlin", "Europe/Madrid"];
723
723
  type TimeZone = (typeof timeZones)[number];
724
724
  declare function getDateInTimeZone(timeZone: TimeZone): Date;
725
725
 
package/dist/index.d.ts CHANGED
@@ -719,7 +719,7 @@ declare function getChannelName(id: string): {
719
719
  updateDataTOAOrdersLiquidation: string;
720
720
  };
721
721
 
722
- declare const timeZones: readonly ["America/Santiago", "America/Bogota", "Europe/Berlin"];
722
+ declare const timeZones: readonly ["America/Santiago", "America/Bogota", "Europe/Berlin", "Europe/Madrid"];
723
723
  type TimeZone = (typeof timeZones)[number];
724
724
  declare function getDateInTimeZone(timeZone: TimeZone): Date;
725
725
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-package",
3
- "version": "1.2.128",
3
+ "version": "1.2.129",
4
4
  "description": "Funciones compartidas sigo",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",