@dereekb/date 10.1.6 → 10.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/date",
3
- "version": "10.1.6",
3
+ "version": "10.1.7",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./src/index.d.ts",
@@ -236,8 +236,8 @@ export declare const UTC_DATE_TIMEZONE_UTC_NORMAL_INSTANCE: DateTimezoneUtcNorma
236
236
  export declare function systemDateTimezoneUtcNormal(): DateTimezoneUtcNormalInstance;
237
237
  export declare function baseDateToTargetDate(date: Date, timezone: Maybe<TimezoneString>): Date;
238
238
  export declare function targetDateToBaseDate(date: Date, timezone: Maybe<TimezoneString>): Date;
239
- export declare function systemBaseDateToNormalDate(date: Date): Date;
240
- export declare function systemNormalDateToBaseDate(date: Date): Date;
239
+ export declare function systemBaseDateToNormalDate(date: Date): BaseDateAsUTC;
240
+ export declare function systemNormalDateToBaseDate(date: BaseDateAsUTC): Date;
241
241
  export declare function systemBaseDateToNormalDateOffset(date: Date): Milliseconds;
242
242
  export declare function systemNormalDateToBaseDateOffset(date: Date): Milliseconds;
243
243
  export declare function systemExperiencesDaylightSavings(year: Date): boolean;