zek 16.1.21 → 16.1.23

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.
@@ -17,7 +17,7 @@ export declare class DateHelper {
17
17
  static isWeekend(v: Date): boolean;
18
18
  static isSameDate(a: Date, b: Date): boolean;
19
19
  static getAge(value?: Date | string | null, now?: Date | null): number | null;
20
- static subtractMonths(starDate: Date, endDate: Date): number;
20
+ static subtractMonths(endDate: Date, starDate: Date): number;
21
21
  static subtractDays(value: Date, date: Date): number | null;
22
22
  static subtractHours(value: Date, date?: Date | null): number | null;
23
23
  static subtractMinutes(value: Date, date?: Date | null): number | null;
@@ -1,3 +1,4 @@
1
1
  export declare class RandomHelper {
2
2
  static randomHex(count?: number): string;
3
+ static randomInt(min: number, max: number): number;
3
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "16.1.21",
3
+ "version": "16.1.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"