nhb-toolbox 4.11.0 → 4.11.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.
@@ -568,7 +568,7 @@ declare const MINUTE_FORMATS: readonly ["mm", "m"];
568
568
  declare const SECOND_FORMATS: readonly ["ss", "s"];
569
569
  declare const MILLISECOND_FORMATS: readonly ["ms", "mss"];
570
570
  declare const TIME_FORMATS: readonly ["a", "A"];
571
- declare const TIME_ZONES: {
571
+ declare const TIME_ZONES: Readonly<{
572
572
  /** International Date Line West (Baker Island, Howland Island) */
573
573
  readonly IDLW: number;
574
574
  /** Baker Island Time (Uninhabited) */
@@ -845,7 +845,7 @@ declare const TIME_ZONES: {
845
845
  readonly MAWT: number;
846
846
  /** Petropavlovsk-Kamchatsky Time (Russia) */
847
847
  readonly PETT: number;
848
- };
848
+ }>;
849
849
  declare const ZODIAC_SIGNS: readonly [readonly ["Capricorn", readonly [1, 19]], readonly ["Aquarius", readonly [2, 18]], readonly ["Pisces", readonly [3, 20]], readonly ["Aries", readonly [4, 19]], readonly ["Taurus", readonly [5, 20]], readonly ["Gemini", readonly [6, 20]], readonly ["Cancer", readonly [7, 22]], readonly ["Leo", readonly [8, 22]], readonly ["Virgo", readonly [9, 22]], readonly ["Libra", readonly [10, 22]], readonly ["Scorpio", readonly [11, 21]], readonly ["Sagittarius", readonly [12, 21]], readonly ["Capricorn", readonly [12, 31]]];
850
850
 
851
851
  /** - Minute in numeric string from `00` to `23` */
@@ -568,7 +568,7 @@ declare const MINUTE_FORMATS: readonly ["mm", "m"];
568
568
  declare const SECOND_FORMATS: readonly ["ss", "s"];
569
569
  declare const MILLISECOND_FORMATS: readonly ["ms", "mss"];
570
570
  declare const TIME_FORMATS: readonly ["a", "A"];
571
- declare const TIME_ZONES: {
571
+ declare const TIME_ZONES: Readonly<{
572
572
  /** International Date Line West (Baker Island, Howland Island) */
573
573
  readonly IDLW: number;
574
574
  /** Baker Island Time (Uninhabited) */
@@ -845,7 +845,7 @@ declare const TIME_ZONES: {
845
845
  readonly MAWT: number;
846
846
  /** Petropavlovsk-Kamchatsky Time (Russia) */
847
847
  readonly PETT: number;
848
- };
848
+ }>;
849
849
  declare const ZODIAC_SIGNS: readonly [readonly ["Capricorn", readonly [1, 19]], readonly ["Aquarius", readonly [2, 18]], readonly ["Pisces", readonly [3, 20]], readonly ["Aries", readonly [4, 19]], readonly ["Taurus", readonly [5, 20]], readonly ["Gemini", readonly [6, 20]], readonly ["Cancer", readonly [7, 22]], readonly ["Leo", readonly [8, 22]], readonly ["Virgo", readonly [9, 22]], readonly ["Libra", readonly [10, 22]], readonly ["Scorpio", readonly [11, 21]], readonly ["Sagittarius", readonly [12, 21]], readonly ["Capricorn", readonly [12, 31]]];
850
850
 
851
851
  /** - Minute in numeric string from `00` to `23` */
@@ -1,5 +1,5 @@
1
- import { C as ChronosStatics } from './Chronos-BqkBLMOW.mjs';
2
- export { a as Chronos, b as ChronosFormat, c as ChronosInput, d as ChronosMethods, e as ChronosObject, a as Chronus, D as DateParts, f as Day, g as DayPart, h as DayPartConfig, F as FormatOptions, H as Hour, i as Hours, M as Millisecond, j as Minute, k as Minutes, l as Month, m as MonthDate, N as NegativeUTCHour, P as PositiveUTCHour, Q as Quarter, S as Second, n as Seconds, o as StrictFormat, T as Time, p as TimeDuration, q as TimeFormats, r as TimeParts, s as TimeUnit, t as TimeZone, U as UTCMinute, u as UTCOffSet, W as WithoutOrigin, Y as Year, Z as ZodiacSign } from './Chronos-BqkBLMOW.mjs';
1
+ import { C as ChronosStatics } from './Chronos-VO3CBOPI.mjs';
2
+ export { a as Chronos, b as ChronosFormat, c as ChronosInput, d as ChronosMethods, e as ChronosObject, a as Chronus, D as DateParts, f as Day, g as DayPart, h as DayPartConfig, F as FormatOptions, H as Hour, i as Hours, M as Millisecond, j as Minute, k as Minutes, l as Month, m as MonthDate, N as NegativeUTCHour, P as PositiveUTCHour, Q as Quarter, S as Second, n as Seconds, o as StrictFormat, T as Time, p as TimeDuration, q as TimeFormats, r as TimeParts, s as TimeUnit, t as TimeZone, U as UTCMinute, u as UTCOffSet, W as WithoutOrigin, Y as Year, Z as ZodiacSign } from './Chronos-VO3CBOPI.mjs';
3
3
 
4
4
  /**
5
5
  * @remarks
package/dist/chronos.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { C as ChronosStatics } from './Chronos-BqkBLMOW.js';
2
- export { a as Chronos, b as ChronosFormat, c as ChronosInput, d as ChronosMethods, e as ChronosObject, a as Chronus, D as DateParts, f as Day, g as DayPart, h as DayPartConfig, F as FormatOptions, H as Hour, i as Hours, M as Millisecond, j as Minute, k as Minutes, l as Month, m as MonthDate, N as NegativeUTCHour, P as PositiveUTCHour, Q as Quarter, S as Second, n as Seconds, o as StrictFormat, T as Time, p as TimeDuration, q as TimeFormats, r as TimeParts, s as TimeUnit, t as TimeZone, U as UTCMinute, u as UTCOffSet, W as WithoutOrigin, Y as Year, Z as ZodiacSign } from './Chronos-BqkBLMOW.js';
1
+ import { C as ChronosStatics } from './Chronos-VO3CBOPI.js';
2
+ export { a as Chronos, b as ChronosFormat, c as ChronosInput, d as ChronosMethods, e as ChronosObject, a as Chronus, D as DateParts, f as Day, g as DayPart, h as DayPartConfig, F as FormatOptions, H as Hour, i as Hours, M as Millisecond, j as Minute, k as Minutes, l as Month, m as MonthDate, N as NegativeUTCHour, P as PositiveUTCHour, Q as Quarter, S as Second, n as Seconds, o as StrictFormat, T as Time, p as TimeDuration, q as TimeFormats, r as TimeParts, s as TimeUnit, t as TimeZone, U as UTCMinute, u as UTCOffSet, W as WithoutOrigin, Y as Year, Z as ZodiacSign } from './Chronos-VO3CBOPI.js';
3
3
 
4
4
  /**
5
5
  * @remarks
package/dist/chronos.js CHANGED
@@ -80,7 +80,7 @@ var sortedFormats = /* @__PURE__ */ Object.freeze(
80
80
  ...TIME_FORMATS
81
81
  ].sort((a, b) => b.length - a.length)
82
82
  );
83
- var TIME_ZONES = {
83
+ var TIME_ZONES = /* @__PURE__ */ Object.freeze({
84
84
  // UTC -12:00 to -01:00 (Mostly Pacific Islands, Americas)
85
85
  /** International Date Line West (Baker Island, Howland Island) */
86
86
  IDLW: -12 * 60,
@@ -363,7 +363,7 @@ var TIME_ZONES = {
363
363
  MAWT: 5 * 60,
364
364
  /** Petropavlovsk-Kamchatsky Time (Russia) */
365
365
  PETT: 12 * 60
366
- };
366
+ });
367
367
  var TIME_ZONE_LABELS = /* @__PURE__ */ Object.freeze({
368
368
  "UTC-12:00": "Baker Island Time",
369
369
  // and Howland Island