@osovitny/anatoly 3.17.1 → 3.17.2

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.
@@ -13,6 +13,8 @@ export declare class Convert {
13
13
  static company2String(comp: any): string;
14
14
  static address2String(adr: any): string;
15
15
  static stringToBoolean(value: any): boolean;
16
+ static localToUtcDate(value: Date): Date | null;
17
+ static localToUtcDateTime(value: Date): Date | null;
16
18
  static utcToLocalDate(value: Date): Date | null;
17
19
  static utcToLocalDateTime(value: Date): Date | null;
18
20
  static dateToString(date: any): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.1",
3
+ "version": "3.17.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",