chronos-date 1.3.0 → 1.3.1

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.
Files changed (37) hide show
  1. package/dist/guards.d.cts +1 -1
  2. package/dist/guards.d.mts +1 -1
  3. package/dist/index.d.cts +1 -1
  4. package/dist/index.d.mts +1 -1
  5. package/dist/plugins/banglaPlugin.d.cts +1 -1
  6. package/dist/plugins/banglaPlugin.d.mts +1 -1
  7. package/dist/plugins/businessPlugin.d.cts +1 -1
  8. package/dist/plugins/businessPlugin.d.mts +1 -1
  9. package/dist/plugins/dateRangePlugin.d.cts +1 -1
  10. package/dist/plugins/dateRangePlugin.d.mts +1 -1
  11. package/dist/plugins/dayPartPlugin.d.cts +1 -1
  12. package/dist/plugins/dayPartPlugin.d.mts +1 -1
  13. package/dist/plugins/durationPlugin.d.cts +1 -1
  14. package/dist/plugins/durationPlugin.d.mts +1 -1
  15. package/dist/plugins/fromNowPlugin.d.cts +1 -1
  16. package/dist/plugins/fromNowPlugin.d.mts +1 -1
  17. package/dist/plugins/greetingPlugin.d.cts +1 -1
  18. package/dist/plugins/greetingPlugin.d.mts +1 -1
  19. package/dist/plugins/palindromePlugin.d.cts +1 -1
  20. package/dist/plugins/palindromePlugin.d.mts +1 -1
  21. package/dist/plugins/relativeTimePlugin.d.cts +1 -1
  22. package/dist/plugins/relativeTimePlugin.d.mts +1 -1
  23. package/dist/plugins/roundPlugin.d.cts +1 -1
  24. package/dist/plugins/roundPlugin.d.mts +1 -1
  25. package/dist/plugins/seasonPlugin.d.cts +1 -1
  26. package/dist/plugins/seasonPlugin.d.mts +1 -1
  27. package/dist/plugins/timeZonePlugin.d.cts +1 -1
  28. package/dist/plugins/timeZonePlugin.d.mts +1 -1
  29. package/dist/plugins/zodiacPlugin.d.cts +1 -1
  30. package/dist/plugins/zodiacPlugin.d.mts +1 -1
  31. package/dist/{types-Nd89nk1B.d.mts → types-BwnEgU6z.d.mts} +11 -11
  32. package/dist/{types-DgRC-2cA.d.cts → types-CaZLuhLz.d.cts} +11 -11
  33. package/dist/types.d.cts +1 -1
  34. package/dist/types.d.mts +1 -1
  35. package/dist/utils.d.cts +1 -1
  36. package/dist/utils.d.mts +1 -1
  37. package/package.json +1 -1
package/dist/guards.d.cts CHANGED
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { Cn as Numeric, Mt as TimeZoneIdNative, Ot as TimeWithUnit, Rt as UTCOffset, Z as $TimeZoneIdentifier, it as ClockTime, st as DateLike } from "./types-DgRC-2cA.cjs";
17
+ import { Cn as Numeric, Mt as TimeZoneIdNative, Ot as TimeWithUnit, Rt as UTCOffset, Z as $TimeZoneIdentifier, it as ClockTime, st as DateLike } from "./types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/guards.d.ts
20
20
  /**
package/dist/guards.d.mts CHANGED
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { Cn as Numeric, Mt as TimeZoneIdNative, Ot as TimeWithUnit, Rt as UTCOffset, Z as $TimeZoneIdentifier, it as ClockTime, st as DateLike } from "./types-Nd89nk1B.mjs";
17
+ import { Cn as Numeric, Mt as TimeZoneIdNative, Ot as TimeWithUnit, Rt as UTCOffset, Z as $TimeZoneIdentifier, it as ClockTime, st as DateLike } from "./types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/guards.d.ts
20
20
  /**
package/dist/index.d.cts CHANGED
@@ -15,5 +15,5 @@
15
15
  */
16
16
 
17
17
  import { D as INTERNALS } from "./seasons-CpUn45n6.cjs";
18
- import { Ht as chronos, Vt as Chronos } from "./types-DgRC-2cA.cjs";
18
+ import { Ht as chronos, Vt as Chronos } from "./types-CaZLuhLz.cjs";
19
19
  export { Chronos, INTERNALS, chronos };
package/dist/index.d.mts CHANGED
@@ -15,5 +15,5 @@
15
15
  */
16
16
 
17
17
  import { D as INTERNALS } from "./seasons-B_kjFWIX.mjs";
18
- import { Ht as chronos, Vt as Chronos } from "./types-Nd89nk1B.mjs";
18
+ import { Ht as chronos, Vt as Chronos } from "./types-BwnEgU6z.mjs";
19
19
  export { Chronos, INTERNALS, chronos };
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { $t as BanglaDateOptions, Gt as $BanglaYear, Qt as BanglaDateObject, Ut as $BanglaMonth, Wt as $BanglaMonthDate, _n as StrictFormat, an as BnCalendarConfig, en as BanglaDayName, nn as BanglaMonthName, o as ChronosPlugin, qt as $BnEn, rn as BanglaSeasonName } from "../types-DgRC-2cA.cjs";
17
+ import { $t as BanglaDateOptions, Gt as $BanglaYear, Qt as BanglaDateObject, Ut as $BanglaMonth, Wt as $BanglaMonthDate, _n as StrictFormat, an as BnCalendarConfig, en as BanglaDayName, nn as BanglaMonthName, o as ChronosPlugin, qt as $BnEn, rn as BanglaSeasonName } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/banglaPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { $t as BanglaDateOptions, Gt as $BanglaYear, Qt as BanglaDateObject, Ut as $BanglaMonth, Wt as $BanglaMonthDate, _n as StrictFormat, an as BnCalendarConfig, en as BanglaDayName, nn as BanglaMonthName, o as ChronosPlugin, qt as $BnEn, rn as BanglaSeasonName } from "../types-Nd89nk1B.mjs";
17
+ import { $t as BanglaDateOptions, Gt as $BanglaYear, Qt as BanglaDateObject, Ut as $BanglaMonth, Wt as $BanglaMonthDate, _n as StrictFormat, an as BnCalendarConfig, en as BanglaDayName, nn as BanglaMonthName, o as ChronosPlugin, qt as $BnEn, rn as BanglaSeasonName } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/banglaPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { D as ChronosInput, Dn as RangeTuple, Tn as NumberRange, Tt as Quarter, a as BusinessOptionsWeekends, i as BusinessOptionsBasic, o as ChronosPlugin, r as AcademicYear, wn as Enumerate } from "../types-DgRC-2cA.cjs";
17
+ import { D as ChronosInput, Dn as RangeTuple, Tn as NumberRange, Tt as Quarter, a as BusinessOptionsWeekends, i as BusinessOptionsBasic, o as ChronosPlugin, r as AcademicYear, wn as Enumerate } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/businessPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { D as ChronosInput, Dn as RangeTuple, Tn as NumberRange, Tt as Quarter, a as BusinessOptionsWeekends, i as BusinessOptionsBasic, o as ChronosPlugin, r as AcademicYear, wn as Enumerate } from "../types-Nd89nk1B.mjs";
17
+ import { D as ChronosInput, Dn as RangeTuple, Tn as NumberRange, Tt as Quarter, a as BusinessOptionsWeekends, i as BusinessOptionsBasic, o as ChronosPlugin, r as AcademicYear, wn as Enumerate } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/businessPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { L as RangeWithDates, R as RelativeDateRange, ht as ISODateTimeString, o as ChronosPlugin } from "../types-DgRC-2cA.cjs";
17
+ import { L as RangeWithDates, R as RelativeDateRange, ht as ISODateTimeString, o as ChronosPlugin } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/dateRangePlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { L as RangeWithDates, R as RelativeDateRange, ht as ISODateTimeString, o as ChronosPlugin } from "../types-Nd89nk1B.mjs";
17
+ import { L as RangeWithDates, R as RelativeDateRange, ht as ISODateTimeString, o as ChronosPlugin } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/dateRangePlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { c as DayPart, l as DayPartConfig, o as ChronosPlugin } from "../types-DgRC-2cA.cjs";
17
+ import { c as DayPart, l as DayPartConfig, o as ChronosPlugin } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/dayPartPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { c as DayPart, l as DayPartConfig, o as ChronosPlugin } from "../types-Nd89nk1B.mjs";
17
+ import { c as DayPart, l as DayPartConfig, o as ChronosPlugin } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/dayPartPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { D as ChronosInput, d as DurationOptions, g as TimeDuration, o as ChronosPlugin } from "../types-DgRC-2cA.cjs";
17
+ import { D as ChronosInput, d as DurationOptions, g as TimeDuration, o as ChronosPlugin } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/durationPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { D as ChronosInput, d as DurationOptions, g as TimeDuration, o as ChronosPlugin } from "../types-Nd89nk1B.mjs";
17
+ import { D as ChronosInput, d as DurationOptions, g as TimeDuration, o as ChronosPlugin } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/durationPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { D as ChronosInput, dt as FromNowUnit, o as ChronosPlugin } from "../types-DgRC-2cA.cjs";
17
+ import { D as ChronosInput, dt as FromNowUnit, o as ChronosPlugin } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/fromNowPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { D as ChronosInput, dt as FromNowUnit, o as ChronosPlugin } from "../types-Nd89nk1B.mjs";
17
+ import { D as ChronosInput, dt as FromNowUnit, o as ChronosPlugin } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/fromNowPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { ft as GreetingConfigs, o as ChronosPlugin } from "../types-DgRC-2cA.cjs";
17
+ import { ft as GreetingConfigs, o as ChronosPlugin } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/greetingPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { ft as GreetingConfigs, o as ChronosPlugin } from "../types-Nd89nk1B.mjs";
17
+ import { ft as GreetingConfigs, o as ChronosPlugin } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/greetingPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { o as ChronosPlugin } from "../types-DgRC-2cA.cjs";
17
+ import { o as ChronosPlugin } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/palindromePlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { o as ChronosPlugin } from "../types-Nd89nk1B.mjs";
17
+ import { o as ChronosPlugin } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/palindromePlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { D as ChronosInput, Et as TimeUnit, o as ChronosPlugin } from "../types-DgRC-2cA.cjs";
17
+ import { D as ChronosInput, Et as TimeUnit, o as ChronosPlugin } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/relativeTimePlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { D as ChronosInput, Et as TimeUnit, o as ChronosPlugin } from "../types-Nd89nk1B.mjs";
17
+ import { D as ChronosInput, Et as TimeUnit, o as ChronosPlugin } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/relativeTimePlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { Et as TimeUnit, o as ChronosPlugin } from "../types-DgRC-2cA.cjs";
17
+ import { Et as TimeUnit, o as ChronosPlugin } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/roundPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { Et as TimeUnit, o as ChronosPlugin } from "../types-Nd89nk1B.mjs";
17
+ import { Et as TimeUnit, o as ChronosPlugin } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/roundPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { m as SeasonOptions, o as ChronosPlugin } from "../types-DgRC-2cA.cjs";
17
+ import { m as SeasonOptions, o as ChronosPlugin } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/seasonPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { m as SeasonOptions, o as ChronosPlugin } from "../types-Nd89nk1B.mjs";
17
+ import { m as SeasonOptions, o as ChronosPlugin } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/seasonPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { En as LooseLiteral, Nt as TimeZoneIdentifier, Pt as TimeZoneName, Rt as UTCOffset, kt as TimeZone, o as ChronosPlugin } from "../types-DgRC-2cA.cjs";
17
+ import { En as LooseLiteral, Nt as TimeZoneIdentifier, Pt as TimeZoneName, Rt as UTCOffset, kt as TimeZone, o as ChronosPlugin } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/timeZonePlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { En as LooseLiteral, Nt as TimeZoneIdentifier, Pt as TimeZoneName, Rt as UTCOffset, kt as TimeZone, o as ChronosPlugin } from "../types-Nd89nk1B.mjs";
17
+ import { En as LooseLiteral, Nt as TimeZoneIdentifier, Pt as TimeZoneName, Rt as UTCOffset, kt as TimeZone, o as ChronosPlugin } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/timeZonePlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { S as ZodiacSign, b as ZodiacOptions, o as ChronosPlugin, v as ZodiacMeta, y as ZodiacMetaOptions } from "../types-DgRC-2cA.cjs";
17
+ import { S as ZodiacSign, b as ZodiacOptions, o as ChronosPlugin, v as ZodiacMeta, y as ZodiacMetaOptions } from "../types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/plugins/zodiacPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { S as ZodiacSign, b as ZodiacOptions, o as ChronosPlugin, v as ZodiacMeta, y as ZodiacMetaOptions } from "../types-Nd89nk1B.mjs";
17
+ import { S as ZodiacSign, b as ZodiacOptions, o as ChronosPlugin, v as ZodiacMeta, y as ZodiacMetaOptions } from "../types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/plugins/zodiacPlugin.d.ts
20
20
  declare module 'chronos-date' {
@@ -1186,7 +1186,7 @@ declare class Chronos<Tz extends ChronosTimeZone = 'System'> {
1186
1186
  * });
1187
1187
  * //=> [ '2025-05-28T15:17:10.812Z', '2025-06-04T15:17:10.812Z' ]
1188
1188
  */
1189
- static getDatesForDay(day: WeekDay, options?: RelativeRangeOptions): string[];
1189
+ static getDatesForDay(day: WeekDay, options?: RelativeRangeOptions): ISODateTimeString<'utc' | 'local'>[];
1190
1190
  /**
1191
1191
  * @static Returns ISO date strings for each occurrence of a weekday between two fixed dates.
1192
1192
  *
@@ -1208,7 +1208,7 @@ declare class Chronos<Tz extends ChronosTimeZone = 'System'> {
1208
1208
  * });
1209
1209
  * //=> [ '2025-01-06T...', '2025-01-13T...', ... ]
1210
1210
  */
1211
- static getDatesForDay(day: WeekDay, options?: DateRangeOptions): string[];
1211
+ static getDatesForDay(day: WeekDay, options?: DateRangeOptions): ISODateTimeString<'utc' | 'local'>[];
1212
1212
  /**
1213
1213
  * @static Returns the earliest `Chronos` instance based on the underlying universal {@link timestamp}.
1214
1214
  *
@@ -1273,7 +1273,7 @@ declare class Chronos<Tz extends ChronosTimeZone = 'System'> {
1273
1273
  * @param value - The value to test.
1274
1274
  * @returns `true` if the value is an instance of `Chronos`, otherwise `false`.
1275
1275
  */
1276
- static isValidChronos(value: unknown): value is Chronos;
1276
+ static isValidChronos(value: unknown): value is Chronos<ChronosTimeZone>;
1277
1277
  /**
1278
1278
  * @static Checks if the given value has the necessary properties to be reconstructed into a `Chronos` instance.
1279
1279
  * - Can be used for validating objects that may represent serialized `Chronos` data.
@@ -1508,7 +1508,7 @@ interface ChronosStatics {
1508
1508
  * If omitted, the current system date/time is used.
1509
1509
  * @returns A new Chronos instance representing the UTC equivalent of the input.
1510
1510
  */
1511
- utc(dateLike?: ChronosInput): Chronos;
1511
+ utc(dateLike?: ChronosInput): Chronos<'UTC'>;
1512
1512
  /**
1513
1513
  * * Formats a time-only string into a formatted time string.
1514
1514
  *
@@ -1547,7 +1547,7 @@ interface ChronosStatics {
1547
1547
  * });
1548
1548
  * //=> [ '2025-05-28T15:17:10.812Z', '2025-06-04T15:17:10.812Z' ]
1549
1549
  */
1550
- getDatesForDay(day: WeekDay, options?: RelativeRangeOptions): string[];
1550
+ getDatesForDay(day: WeekDay, options?: RelativeRangeOptions): ISODateTimeString<'utc' | 'local'>[];
1551
1551
  /**
1552
1552
  * * Returns ISO date strings for each occurrence of a weekday between two fixed dates.
1553
1553
  *
@@ -1563,7 +1563,7 @@ interface ChronosStatics {
1563
1563
  * });
1564
1564
  * //=> [ '2025-01-06T...', '2025-01-13T...', ... ]
1565
1565
  */
1566
- getDatesForDay(day: WeekDay, options?: DateRangeOptions): string[];
1566
+ getDatesForDay(day: WeekDay, options?: DateRangeOptions): ISODateTimeString<'utc' | 'local'>[];
1567
1567
  /**
1568
1568
  * * Returns ISO date strings for each occurrence of a weekday.
1569
1569
  *
@@ -1571,17 +1571,17 @@ interface ChronosStatics {
1571
1571
  * @param options - Relative range (e.g., 7 days, 4 weeks) or Absolute date range and output format.
1572
1572
  * @returns Array of ISO date strings in the specified format.
1573
1573
  */
1574
- getDatesForDay(day: WeekDay, options?: WeekdayOptions): string[];
1574
+ getDatesForDay(day: WeekDay, options?: WeekdayOptions): ISODateTimeString<'utc' | 'local'>[];
1575
1575
  /**
1576
1576
  * * Returns earliest Chronos
1577
1577
  * @param dates Date inputs.
1578
1578
  */
1579
- min(...dates: ChronosInput[]): Chronos;
1579
+ min(...dates: ChronosInput[]): Chronos<ChronosTimeZone>;
1580
1580
  /**
1581
1581
  * * Returns latest Chronos
1582
1582
  * @param dates Date inputs.
1583
1583
  */
1584
- max(...dates: ChronosInput[]): Chronos;
1584
+ max(...dates: ChronosInput[]): Chronos<ChronosTimeZone>;
1585
1585
  /**
1586
1586
  * * Checks if the year in the date string or year (from 0 - 9999) is a leap year.
1587
1587
  * - A year is a leap year if it is divisible by 4, but not divisible by 100, unless it is also divisible by 400.
@@ -1620,7 +1620,7 @@ interface ChronosStatics {
1620
1620
  * @param value - The value to test.
1621
1621
  * @returns `true` if the value is an instance of `Chronos`, otherwise `false`.
1622
1622
  */
1623
- isValidChronos(value: unknown): value is Chronos;
1623
+ isValidChronos(value: unknown): value is Chronos<ChronosTimeZone>;
1624
1624
  /**
1625
1625
  * * Checks if the given value has the necessary properties to be reconstructed into a `Chronos` instance.
1626
1626
  * - Can be used for validating objects that may represent serialized `Chronos` data.
@@ -1637,7 +1637,7 @@ interface ChronosStatics {
1637
1637
  * @returns A new `Chronos` instance created from the provided properties.
1638
1638
  * @throws `TypeError` if the input value does not have the necessary properties for reconstruction.
1639
1639
  */
1640
- reconstruct(value: ChronosProperties): Chronos;
1640
+ reconstruct(value: ChronosProperties): Chronos<ChronosTimeZone>;
1641
1641
  }
1642
1642
  //#endregion
1643
1643
  //#region src/types/date-time.d.ts
@@ -1186,7 +1186,7 @@ declare class Chronos<Tz extends ChronosTimeZone = 'System'> {
1186
1186
  * });
1187
1187
  * //=> [ '2025-05-28T15:17:10.812Z', '2025-06-04T15:17:10.812Z' ]
1188
1188
  */
1189
- static getDatesForDay(day: WeekDay, options?: RelativeRangeOptions): string[];
1189
+ static getDatesForDay(day: WeekDay, options?: RelativeRangeOptions): ISODateTimeString<'utc' | 'local'>[];
1190
1190
  /**
1191
1191
  * @static Returns ISO date strings for each occurrence of a weekday between two fixed dates.
1192
1192
  *
@@ -1208,7 +1208,7 @@ declare class Chronos<Tz extends ChronosTimeZone = 'System'> {
1208
1208
  * });
1209
1209
  * //=> [ '2025-01-06T...', '2025-01-13T...', ... ]
1210
1210
  */
1211
- static getDatesForDay(day: WeekDay, options?: DateRangeOptions): string[];
1211
+ static getDatesForDay(day: WeekDay, options?: DateRangeOptions): ISODateTimeString<'utc' | 'local'>[];
1212
1212
  /**
1213
1213
  * @static Returns the earliest `Chronos` instance based on the underlying universal {@link timestamp}.
1214
1214
  *
@@ -1273,7 +1273,7 @@ declare class Chronos<Tz extends ChronosTimeZone = 'System'> {
1273
1273
  * @param value - The value to test.
1274
1274
  * @returns `true` if the value is an instance of `Chronos`, otherwise `false`.
1275
1275
  */
1276
- static isValidChronos(value: unknown): value is Chronos;
1276
+ static isValidChronos(value: unknown): value is Chronos<ChronosTimeZone>;
1277
1277
  /**
1278
1278
  * @static Checks if the given value has the necessary properties to be reconstructed into a `Chronos` instance.
1279
1279
  * - Can be used for validating objects that may represent serialized `Chronos` data.
@@ -1508,7 +1508,7 @@ interface ChronosStatics {
1508
1508
  * If omitted, the current system date/time is used.
1509
1509
  * @returns A new Chronos instance representing the UTC equivalent of the input.
1510
1510
  */
1511
- utc(dateLike?: ChronosInput): Chronos;
1511
+ utc(dateLike?: ChronosInput): Chronos<'UTC'>;
1512
1512
  /**
1513
1513
  * * Formats a time-only string into a formatted time string.
1514
1514
  *
@@ -1547,7 +1547,7 @@ interface ChronosStatics {
1547
1547
  * });
1548
1548
  * //=> [ '2025-05-28T15:17:10.812Z', '2025-06-04T15:17:10.812Z' ]
1549
1549
  */
1550
- getDatesForDay(day: WeekDay, options?: RelativeRangeOptions): string[];
1550
+ getDatesForDay(day: WeekDay, options?: RelativeRangeOptions): ISODateTimeString<'utc' | 'local'>[];
1551
1551
  /**
1552
1552
  * * Returns ISO date strings for each occurrence of a weekday between two fixed dates.
1553
1553
  *
@@ -1563,7 +1563,7 @@ interface ChronosStatics {
1563
1563
  * });
1564
1564
  * //=> [ '2025-01-06T...', '2025-01-13T...', ... ]
1565
1565
  */
1566
- getDatesForDay(day: WeekDay, options?: DateRangeOptions): string[];
1566
+ getDatesForDay(day: WeekDay, options?: DateRangeOptions): ISODateTimeString<'utc' | 'local'>[];
1567
1567
  /**
1568
1568
  * * Returns ISO date strings for each occurrence of a weekday.
1569
1569
  *
@@ -1571,17 +1571,17 @@ interface ChronosStatics {
1571
1571
  * @param options - Relative range (e.g., 7 days, 4 weeks) or Absolute date range and output format.
1572
1572
  * @returns Array of ISO date strings in the specified format.
1573
1573
  */
1574
- getDatesForDay(day: WeekDay, options?: WeekdayOptions): string[];
1574
+ getDatesForDay(day: WeekDay, options?: WeekdayOptions): ISODateTimeString<'utc' | 'local'>[];
1575
1575
  /**
1576
1576
  * * Returns earliest Chronos
1577
1577
  * @param dates Date inputs.
1578
1578
  */
1579
- min(...dates: ChronosInput[]): Chronos;
1579
+ min(...dates: ChronosInput[]): Chronos<ChronosTimeZone>;
1580
1580
  /**
1581
1581
  * * Returns latest Chronos
1582
1582
  * @param dates Date inputs.
1583
1583
  */
1584
- max(...dates: ChronosInput[]): Chronos;
1584
+ max(...dates: ChronosInput[]): Chronos<ChronosTimeZone>;
1585
1585
  /**
1586
1586
  * * Checks if the year in the date string or year (from 0 - 9999) is a leap year.
1587
1587
  * - A year is a leap year if it is divisible by 4, but not divisible by 100, unless it is also divisible by 400.
@@ -1620,7 +1620,7 @@ interface ChronosStatics {
1620
1620
  * @param value - The value to test.
1621
1621
  * @returns `true` if the value is an instance of `Chronos`, otherwise `false`.
1622
1622
  */
1623
- isValidChronos(value: unknown): value is Chronos;
1623
+ isValidChronos(value: unknown): value is Chronos<ChronosTimeZone>;
1624
1624
  /**
1625
1625
  * * Checks if the given value has the necessary properties to be reconstructed into a `Chronos` instance.
1626
1626
  * - Can be used for validating objects that may represent serialized `Chronos` data.
@@ -1637,7 +1637,7 @@ interface ChronosStatics {
1637
1637
  * @returns A new `Chronos` instance created from the provided properties.
1638
1638
  * @throws `TypeError` if the input value does not have the necessary properties for reconstruction.
1639
1639
  */
1640
- reconstruct(value: ChronosProperties): Chronos;
1640
+ reconstruct(value: ChronosProperties): Chronos<ChronosTimeZone>;
1641
1641
  }
1642
1642
  //#endregion
1643
1643
  //#region src/types/date-time.d.ts
package/dist/types.d.cts CHANGED
@@ -14,5 +14,5 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { $ as $UnitAnyCase, $t as BanglaDateOptions, A as ChronosObject, At as TimeZoneDetails, B as WeekdayOptions, Bt as ChronosStatics, C as $Chronos, Ct as NumberingSystem, D as ChronosInput, Dt as TimeUnitValue, E as $StaticMethods, Et as TimeUnit, F as DatesInRangeOptions, Ft as TimeZoneNameNative, G as $LocalArguments, Gt as $BanglaYear, H as $DateUnit, I as PluginMethods, It as TimestampOptions, J as $TimeUnitKey, Jt as $BnMonthPadded, K as $NativeTzNameOrId, Kt as $BnDatePadded, L as RangeWithDates, Lt as UTCMinute, M as ChronosTimeZone, Mt as TimeZoneIdNative, N as ChronosWithOptions, Nt as TimeZoneIdentifier, O as ChronosInternals, Ot as TimeWithUnit, P as DateRangeOptions, Pt as TimeZoneName, Q as $UTCOffset, Qt as BanglaDateObject, R as RelativeDateRange, Rt as UTCOffset, S as ZodiacSign, St as NegativeUTCHour, T as $PluginMethods, Tt as Quarter, U as $GMTOffset, Ut as $BanglaMonth, V as WithoutOrigin, W as $ISOTimeString, Wt as $BanglaMonthDate, X as $TimeUnitVarMap, Xt as BanglaDate, Y as $TimeUnitVar, Yt as $BnYearPadded, Z as $TimeZoneIdentifier, Zt as BanglaDateFormat, _ as ZodiacArray, _n as StrictFormat, _t as LocalesArguments, a as BusinessOptionsWeekends, an as BnCalendarConfig, at as DateArgs, b as ZodiacOptions, bn as TimeToken, bt as MonthName, c as DayPart, cn as DateFormatToken, ct as DateString, d as DurationOptions, dn as FormatToken, dt as FromNowUnit, en as BanglaDayName, et as ChronosStaticKey, f as MonthBoundary, fn as HourToken, ft as GreetingConfigs, g as TimeDuration, gn as SecondToken, gt as LocaleCalendar, h as SeasonPreset, hn as MonthToken, ht as ISODateTimeString, i as BusinessOptionsBasic, in as BanglaYear, it as ClockTime, j as ChronosProperties, jt as TimeZoneId, k as ChronosMethods, kt as TimeZone, l as DayPartConfig, ln as DateToken, lt as DateTimeFormatOptions, m as SeasonOptions, mn as MinuteToken, mt as ISODateFormat, n as $BusinessHourOptions, nn as BanglaMonthName, nt as ClockMinute, o as ChronosPlugin, on as BnCalendarVariant, ot as DateFormatOptions, p as SeasonDefinition, pn as MSToken, pt as HourMinutes, q as $TZLabelKey, qt as $BnEn, r as AcademicYear, rn as BanglaSeasonName, rt as ClockSecond, s as DateBoundary, sn as DateWithSeasonToken, st as DateLike, t as $BusinessHourBaseOptions, tn as BanglaMonth, tt as ClockHour, u as DurationKey, un as DayToken, ut as FormatOptions, v as ZodiacMeta, vn as TimeFormatToken, vt as Milliseconds, w as $InstanceMethods, wt as PositiveUTCHour, x as ZodiacPreset, xn as YearToken, xt as MonthString, y as ZodiacMetaOptions, yn as TimeOnlyFormat, yt as MonthDateString, z as RelativeRangeOptions, zt as WeekDay } from "./types-DgRC-2cA.cjs";
17
+ import { $ as $UnitAnyCase, $t as BanglaDateOptions, A as ChronosObject, At as TimeZoneDetails, B as WeekdayOptions, Bt as ChronosStatics, C as $Chronos, Ct as NumberingSystem, D as ChronosInput, Dt as TimeUnitValue, E as $StaticMethods, Et as TimeUnit, F as DatesInRangeOptions, Ft as TimeZoneNameNative, G as $LocalArguments, Gt as $BanglaYear, H as $DateUnit, I as PluginMethods, It as TimestampOptions, J as $TimeUnitKey, Jt as $BnMonthPadded, K as $NativeTzNameOrId, Kt as $BnDatePadded, L as RangeWithDates, Lt as UTCMinute, M as ChronosTimeZone, Mt as TimeZoneIdNative, N as ChronosWithOptions, Nt as TimeZoneIdentifier, O as ChronosInternals, Ot as TimeWithUnit, P as DateRangeOptions, Pt as TimeZoneName, Q as $UTCOffset, Qt as BanglaDateObject, R as RelativeDateRange, Rt as UTCOffset, S as ZodiacSign, St as NegativeUTCHour, T as $PluginMethods, Tt as Quarter, U as $GMTOffset, Ut as $BanglaMonth, V as WithoutOrigin, W as $ISOTimeString, Wt as $BanglaMonthDate, X as $TimeUnitVarMap, Xt as BanglaDate, Y as $TimeUnitVar, Yt as $BnYearPadded, Z as $TimeZoneIdentifier, Zt as BanglaDateFormat, _ as ZodiacArray, _n as StrictFormat, _t as LocalesArguments, a as BusinessOptionsWeekends, an as BnCalendarConfig, at as DateArgs, b as ZodiacOptions, bn as TimeToken, bt as MonthName, c as DayPart, cn as DateFormatToken, ct as DateString, d as DurationOptions, dn as FormatToken, dt as FromNowUnit, en as BanglaDayName, et as ChronosStaticKey, f as MonthBoundary, fn as HourToken, ft as GreetingConfigs, g as TimeDuration, gn as SecondToken, gt as LocaleCalendar, h as SeasonPreset, hn as MonthToken, ht as ISODateTimeString, i as BusinessOptionsBasic, in as BanglaYear, it as ClockTime, j as ChronosProperties, jt as TimeZoneId, k as ChronosMethods, kt as TimeZone, l as DayPartConfig, ln as DateToken, lt as DateTimeFormatOptions, m as SeasonOptions, mn as MinuteToken, mt as ISODateFormat, n as $BusinessHourOptions, nn as BanglaMonthName, nt as ClockMinute, o as ChronosPlugin, on as BnCalendarVariant, ot as DateFormatOptions, p as SeasonDefinition, pn as MSToken, pt as HourMinutes, q as $TZLabelKey, qt as $BnEn, r as AcademicYear, rn as BanglaSeasonName, rt as ClockSecond, s as DateBoundary, sn as DateWithSeasonToken, st as DateLike, t as $BusinessHourBaseOptions, tn as BanglaMonth, tt as ClockHour, u as DurationKey, un as DayToken, ut as FormatOptions, v as ZodiacMeta, vn as TimeFormatToken, vt as Milliseconds, w as $InstanceMethods, wt as PositiveUTCHour, x as ZodiacPreset, xn as YearToken, xt as MonthString, y as ZodiacMetaOptions, yn as TimeOnlyFormat, yt as MonthDateString, z as RelativeRangeOptions, zt as WeekDay } from "./types-CaZLuhLz.cjs";
18
18
  export type { $BanglaMonth, $BanglaMonthDate, $BanglaYear, $BnDatePadded, $BnEn, $BnMonthPadded, $BnYearPadded, $BusinessHourBaseOptions, $BusinessHourOptions, $Chronos, $DateUnit, $GMTOffset, $ISOTimeString, $InstanceMethods, $LocalArguments, $NativeTzNameOrId, $PluginMethods, $StaticMethods, $TZLabelKey, $TimeUnitKey, $TimeUnitVar, $TimeUnitVarMap, $TimeZoneIdentifier, $UTCOffset, $UnitAnyCase, AcademicYear, BanglaDate, BanglaDateFormat, BanglaDateObject, BanglaDateOptions, BanglaDayName, BanglaMonth, BanglaMonthName, BanglaSeasonName, BanglaYear, BnCalendarConfig, BnCalendarVariant, BusinessOptionsBasic, BusinessOptionsWeekends, ChronosInput, ChronosInternals, ChronosMethods, ChronosObject, ChronosPlugin, ChronosProperties, ChronosStaticKey, ChronosStatics, ChronosTimeZone, ChronosWithOptions, ClockHour, ClockMinute, ClockSecond, ClockTime, DateArgs, DateBoundary, DateFormatOptions, DateFormatToken, DateLike, DateRangeOptions, DateString, DateTimeFormatOptions, DateToken, DateWithSeasonToken, DatesInRangeOptions, DayPart, DayPartConfig, DayToken, DurationKey, DurationOptions, FormatOptions, FormatToken, FromNowUnit, GreetingConfigs, HourMinutes, HourToken, ISODateFormat, ISODateTimeString, LocaleCalendar, LocalesArguments, MSToken, Milliseconds, MinuteToken, MonthBoundary, MonthDateString, MonthName, MonthString, MonthToken, NegativeUTCHour, NumberingSystem, PluginMethods, PositiveUTCHour, Quarter, RangeWithDates, RelativeDateRange, RelativeRangeOptions, SeasonDefinition, SeasonOptions, SeasonPreset, SecondToken, StrictFormat, TimeDuration, TimeFormatToken, TimeOnlyFormat, TimeToken, TimeUnit, TimeUnitValue, TimeWithUnit, TimeZone, TimeZoneDetails, TimeZoneId, TimeZoneIdNative, TimeZoneIdentifier, TimeZoneName, TimeZoneNameNative, TimestampOptions, UTCMinute, UTCOffset, WeekDay, WeekdayOptions, WithoutOrigin, YearToken, ZodiacArray, ZodiacMeta, ZodiacMetaOptions, ZodiacOptions, ZodiacPreset, ZodiacSign };
package/dist/types.d.mts CHANGED
@@ -14,5 +14,5 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { $ as $UnitAnyCase, $t as BanglaDateOptions, A as ChronosObject, At as TimeZoneDetails, B as WeekdayOptions, Bt as ChronosStatics, C as $Chronos, Ct as NumberingSystem, D as ChronosInput, Dt as TimeUnitValue, E as $StaticMethods, Et as TimeUnit, F as DatesInRangeOptions, Ft as TimeZoneNameNative, G as $LocalArguments, Gt as $BanglaYear, H as $DateUnit, I as PluginMethods, It as TimestampOptions, J as $TimeUnitKey, Jt as $BnMonthPadded, K as $NativeTzNameOrId, Kt as $BnDatePadded, L as RangeWithDates, Lt as UTCMinute, M as ChronosTimeZone, Mt as TimeZoneIdNative, N as ChronosWithOptions, Nt as TimeZoneIdentifier, O as ChronosInternals, Ot as TimeWithUnit, P as DateRangeOptions, Pt as TimeZoneName, Q as $UTCOffset, Qt as BanglaDateObject, R as RelativeDateRange, Rt as UTCOffset, S as ZodiacSign, St as NegativeUTCHour, T as $PluginMethods, Tt as Quarter, U as $GMTOffset, Ut as $BanglaMonth, V as WithoutOrigin, W as $ISOTimeString, Wt as $BanglaMonthDate, X as $TimeUnitVarMap, Xt as BanglaDate, Y as $TimeUnitVar, Yt as $BnYearPadded, Z as $TimeZoneIdentifier, Zt as BanglaDateFormat, _ as ZodiacArray, _n as StrictFormat, _t as LocalesArguments, a as BusinessOptionsWeekends, an as BnCalendarConfig, at as DateArgs, b as ZodiacOptions, bn as TimeToken, bt as MonthName, c as DayPart, cn as DateFormatToken, ct as DateString, d as DurationOptions, dn as FormatToken, dt as FromNowUnit, en as BanglaDayName, et as ChronosStaticKey, f as MonthBoundary, fn as HourToken, ft as GreetingConfigs, g as TimeDuration, gn as SecondToken, gt as LocaleCalendar, h as SeasonPreset, hn as MonthToken, ht as ISODateTimeString, i as BusinessOptionsBasic, in as BanglaYear, it as ClockTime, j as ChronosProperties, jt as TimeZoneId, k as ChronosMethods, kt as TimeZone, l as DayPartConfig, ln as DateToken, lt as DateTimeFormatOptions, m as SeasonOptions, mn as MinuteToken, mt as ISODateFormat, n as $BusinessHourOptions, nn as BanglaMonthName, nt as ClockMinute, o as ChronosPlugin, on as BnCalendarVariant, ot as DateFormatOptions, p as SeasonDefinition, pn as MSToken, pt as HourMinutes, q as $TZLabelKey, qt as $BnEn, r as AcademicYear, rn as BanglaSeasonName, rt as ClockSecond, s as DateBoundary, sn as DateWithSeasonToken, st as DateLike, t as $BusinessHourBaseOptions, tn as BanglaMonth, tt as ClockHour, u as DurationKey, un as DayToken, ut as FormatOptions, v as ZodiacMeta, vn as TimeFormatToken, vt as Milliseconds, w as $InstanceMethods, wt as PositiveUTCHour, x as ZodiacPreset, xn as YearToken, xt as MonthString, y as ZodiacMetaOptions, yn as TimeOnlyFormat, yt as MonthDateString, z as RelativeRangeOptions, zt as WeekDay } from "./types-Nd89nk1B.mjs";
17
+ import { $ as $UnitAnyCase, $t as BanglaDateOptions, A as ChronosObject, At as TimeZoneDetails, B as WeekdayOptions, Bt as ChronosStatics, C as $Chronos, Ct as NumberingSystem, D as ChronosInput, Dt as TimeUnitValue, E as $StaticMethods, Et as TimeUnit, F as DatesInRangeOptions, Ft as TimeZoneNameNative, G as $LocalArguments, Gt as $BanglaYear, H as $DateUnit, I as PluginMethods, It as TimestampOptions, J as $TimeUnitKey, Jt as $BnMonthPadded, K as $NativeTzNameOrId, Kt as $BnDatePadded, L as RangeWithDates, Lt as UTCMinute, M as ChronosTimeZone, Mt as TimeZoneIdNative, N as ChronosWithOptions, Nt as TimeZoneIdentifier, O as ChronosInternals, Ot as TimeWithUnit, P as DateRangeOptions, Pt as TimeZoneName, Q as $UTCOffset, Qt as BanglaDateObject, R as RelativeDateRange, Rt as UTCOffset, S as ZodiacSign, St as NegativeUTCHour, T as $PluginMethods, Tt as Quarter, U as $GMTOffset, Ut as $BanglaMonth, V as WithoutOrigin, W as $ISOTimeString, Wt as $BanglaMonthDate, X as $TimeUnitVarMap, Xt as BanglaDate, Y as $TimeUnitVar, Yt as $BnYearPadded, Z as $TimeZoneIdentifier, Zt as BanglaDateFormat, _ as ZodiacArray, _n as StrictFormat, _t as LocalesArguments, a as BusinessOptionsWeekends, an as BnCalendarConfig, at as DateArgs, b as ZodiacOptions, bn as TimeToken, bt as MonthName, c as DayPart, cn as DateFormatToken, ct as DateString, d as DurationOptions, dn as FormatToken, dt as FromNowUnit, en as BanglaDayName, et as ChronosStaticKey, f as MonthBoundary, fn as HourToken, ft as GreetingConfigs, g as TimeDuration, gn as SecondToken, gt as LocaleCalendar, h as SeasonPreset, hn as MonthToken, ht as ISODateTimeString, i as BusinessOptionsBasic, in as BanglaYear, it as ClockTime, j as ChronosProperties, jt as TimeZoneId, k as ChronosMethods, kt as TimeZone, l as DayPartConfig, ln as DateToken, lt as DateTimeFormatOptions, m as SeasonOptions, mn as MinuteToken, mt as ISODateFormat, n as $BusinessHourOptions, nn as BanglaMonthName, nt as ClockMinute, o as ChronosPlugin, on as BnCalendarVariant, ot as DateFormatOptions, p as SeasonDefinition, pn as MSToken, pt as HourMinutes, q as $TZLabelKey, qt as $BnEn, r as AcademicYear, rn as BanglaSeasonName, rt as ClockSecond, s as DateBoundary, sn as DateWithSeasonToken, st as DateLike, t as $BusinessHourBaseOptions, tn as BanglaMonth, tt as ClockHour, u as DurationKey, un as DayToken, ut as FormatOptions, v as ZodiacMeta, vn as TimeFormatToken, vt as Milliseconds, w as $InstanceMethods, wt as PositiveUTCHour, x as ZodiacPreset, xn as YearToken, xt as MonthString, y as ZodiacMetaOptions, yn as TimeOnlyFormat, yt as MonthDateString, z as RelativeRangeOptions, zt as WeekDay } from "./types-BwnEgU6z.mjs";
18
18
  export type { $BanglaMonth, $BanglaMonthDate, $BanglaYear, $BnDatePadded, $BnEn, $BnMonthPadded, $BnYearPadded, $BusinessHourBaseOptions, $BusinessHourOptions, $Chronos, $DateUnit, $GMTOffset, $ISOTimeString, $InstanceMethods, $LocalArguments, $NativeTzNameOrId, $PluginMethods, $StaticMethods, $TZLabelKey, $TimeUnitKey, $TimeUnitVar, $TimeUnitVarMap, $TimeZoneIdentifier, $UTCOffset, $UnitAnyCase, AcademicYear, BanglaDate, BanglaDateFormat, BanglaDateObject, BanglaDateOptions, BanglaDayName, BanglaMonth, BanglaMonthName, BanglaSeasonName, BanglaYear, BnCalendarConfig, BnCalendarVariant, BusinessOptionsBasic, BusinessOptionsWeekends, ChronosInput, ChronosInternals, ChronosMethods, ChronosObject, ChronosPlugin, ChronosProperties, ChronosStaticKey, ChronosStatics, ChronosTimeZone, ChronosWithOptions, ClockHour, ClockMinute, ClockSecond, ClockTime, DateArgs, DateBoundary, DateFormatOptions, DateFormatToken, DateLike, DateRangeOptions, DateString, DateTimeFormatOptions, DateToken, DateWithSeasonToken, DatesInRangeOptions, DayPart, DayPartConfig, DayToken, DurationKey, DurationOptions, FormatOptions, FormatToken, FromNowUnit, GreetingConfigs, HourMinutes, HourToken, ISODateFormat, ISODateTimeString, LocaleCalendar, LocalesArguments, MSToken, Milliseconds, MinuteToken, MonthBoundary, MonthDateString, MonthName, MonthString, MonthToken, NegativeUTCHour, NumberingSystem, PluginMethods, PositiveUTCHour, Quarter, RangeWithDates, RelativeDateRange, RelativeRangeOptions, SeasonDefinition, SeasonOptions, SeasonPreset, SecondToken, StrictFormat, TimeDuration, TimeFormatToken, TimeOnlyFormat, TimeToken, TimeUnit, TimeUnitValue, TimeWithUnit, TimeZone, TimeZoneDetails, TimeZoneId, TimeZoneIdNative, TimeZoneIdentifier, TimeZoneName, TimeZoneNameNative, TimestampOptions, UTCMinute, UTCOffset, WeekDay, WeekdayOptions, WithoutOrigin, YearToken, ZodiacArray, ZodiacMeta, ZodiacMetaOptions, ZodiacOptions, ZodiacPreset, ZodiacSign };
package/dist/utils.d.cts CHANGED
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { At as TimeZoneDetails, Cn as Numeric, It as TimestampOptions, Mt as TimeZoneIdNative, Ot as TimeWithUnit, Rt as UTCOffset, Sn as Maybe, Z as $TimeZoneIdentifier, _n as StrictFormat, at as DateArgs, ft as GreetingConfigs, ht as ISODateTimeString, it as ClockTime, mt as ISODateFormat, ot as DateFormatOptions, pt as HourMinutes, yn as TimeOnlyFormat } from "./types-DgRC-2cA.cjs";
17
+ import { At as TimeZoneDetails, Cn as Numeric, It as TimestampOptions, Mt as TimeZoneIdNative, Ot as TimeWithUnit, Rt as UTCOffset, Sn as Maybe, Z as $TimeZoneIdentifier, _n as StrictFormat, at as DateArgs, ft as GreetingConfigs, ht as ISODateTimeString, it as ClockTime, mt as ISODateFormat, ot as DateFormatOptions, pt as HourMinutes, yn as TimeOnlyFormat } from "./types-CaZLuhLz.cjs";
18
18
 
19
19
  //#region src/utils/greet.d.ts
20
20
  /**
package/dist/utils.d.mts CHANGED
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- import { At as TimeZoneDetails, Cn as Numeric, It as TimestampOptions, Mt as TimeZoneIdNative, Ot as TimeWithUnit, Rt as UTCOffset, Sn as Maybe, Z as $TimeZoneIdentifier, _n as StrictFormat, at as DateArgs, ft as GreetingConfigs, ht as ISODateTimeString, it as ClockTime, mt as ISODateFormat, ot as DateFormatOptions, pt as HourMinutes, yn as TimeOnlyFormat } from "./types-Nd89nk1B.mjs";
17
+ import { At as TimeZoneDetails, Cn as Numeric, It as TimestampOptions, Mt as TimeZoneIdNative, Ot as TimeWithUnit, Rt as UTCOffset, Sn as Maybe, Z as $TimeZoneIdentifier, _n as StrictFormat, at as DateArgs, ft as GreetingConfigs, ht as ISODateTimeString, it as ClockTime, mt as ISODateFormat, ot as DateFormatOptions, pt as HourMinutes, yn as TimeOnlyFormat } from "./types-BwnEgU6z.mjs";
18
18
 
19
19
  //#region src/utils/greet.d.ts
20
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chronos-date",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "A lightweight, immutable, and plugin-based date-time manipulation library for JavaScript and TypeScript.",
5
5
  "main": "./dist/index.cjs",
6
6
  "type": "module",