zek 17.3.12 → 17.3.13

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.
@@ -6,6 +6,7 @@ export declare class DateHelper {
6
6
  static toISODateString(value: Date | string): string | null;
7
7
  private static readonly _utcDiff;
8
8
  static utcToLocal(utc: Date): Date;
9
+ static localToUtc(utc: Date): Date;
9
10
  static addTime(value: Date, time: string | undefined | null): Date;
10
11
  static addYears(v: Date, years: number): Date;
11
12
  static addMonths(v: Date, months: number): Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "17.3.12",
3
+ "version": "17.3.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"