nhb-toolbox 4.26.44 → 4.26.45

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/CHANGELOG.md CHANGED
@@ -6,9 +6,13 @@ All notable changes to the package will be documented here.
6
6
 
7
7
  ---
8
8
 
9
+ ## [4.26.45] - 2025-11-13
10
+
11
+ - **Removed** *time zone id* `'Factory'` from `TIME_ZONE_IDS` and **replaced** `'EDT'` with `'EST5EDT'` to fix the *issue with getting time zone details* using `Intl` API.
12
+
9
13
  ## [4.26.44] - 2025-11-13
10
14
 
11
- - **Fixed** issues with passing optional *time zone id* in `Chronos` method `$getNativeTimeZoneName` and `getTimeZoneDetails` utility
15
+ - **Fixed** issues with passing optional *time zone id* in `Chronos` method `$getNativeTimeZoneName` and `getTimeZoneDetails` utility.
12
16
 
13
17
  ## [4.26.41] - 2025-11-12
14
18
 
@@ -2461,9 +2461,9 @@ exports.TIME_ZONE_IDS = /* @__PURE__ */ Object.freeze({
2461
2461
  tzName: 'Eastern Standard Time',
2462
2462
  offset: 'UTC-05:00',
2463
2463
  },
2464
- EDT: {
2465
- tzName: 'Eastern Daylight Time',
2466
- offset: 'UTC-04:00',
2464
+ EST5EDT: {
2465
+ tzName: 'Eastern Standard Tim',
2466
+ offset: 'UTC-05:00',
2467
2467
  },
2468
2468
  'Etc/GMT': {
2469
2469
  tzName: 'Greenwich Mean Time',
@@ -2861,10 +2861,6 @@ exports.TIME_ZONE_IDS = /* @__PURE__ */ Object.freeze({
2861
2861
  tzName: 'Central European Time',
2862
2862
  offset: 'UTC+01:00',
2863
2863
  },
2864
- Factory: {
2865
- tzName: undefined,
2866
- offset: 'UTC+00:00',
2867
- },
2868
2864
  GB: {
2869
2865
  tzName: 'Greenwich Mean Time',
2870
2866
  offset: 'UTC+00:00',
@@ -849,7 +849,7 @@ export declare const TIME_ZONES: Readonly<{
849
849
  readonly offset: "UTC+05:00";
850
850
  };
851
851
  }>;
852
- /** Record of unique standard time-zone labels/names for their corresponding UTC offsets as (`{ UTCOffset: timeZoneName }`). */
852
+ /** Record of unique standard time-zone labels/names for their corresponding UTC offsets as (`{ utcOffset: timeZoneName }`). */
853
853
  export declare const TIME_ZONE_LABELS: Readonly<{
854
854
  readonly 'UTC-12:00': "Baker Island Time";
855
855
  readonly 'UTC-11:00': "Samoa Standard Time";
@@ -895,7 +895,7 @@ export declare const TIME_ZONE_LABELS: Readonly<{
895
895
  readonly 'UTC+13:00': "Phoenix Island Time";
896
896
  readonly 'UTC+14:00': "Line Islands Time";
897
897
  }>;
898
- /** Record of timezone identifiers (from {@link https://en.wikipedia.org/wiki/List_of_tz_database_time_zones IANA TZ Database on Wikipedia}) against their corresponding UTC offsets and full timezone names. */
898
+ /** Record of 597 timezone identifiers (from {@link https://en.wikipedia.org/wiki/List_of_tz_database_time_zones IANA TZ Database on Wikipedia}) against their corresponding UTC offsets and full timezone names. */
899
899
  export declare const TIME_ZONE_IDS: Readonly<{
900
900
  readonly 'Africa/Abidjan': {
901
901
  readonly tzName: "Greenwich Mean Time";
@@ -2461,9 +2461,9 @@ export declare const TIME_ZONE_IDS: Readonly<{
2461
2461
  readonly tzName: "Eastern Standard Time";
2462
2462
  readonly offset: "UTC-05:00";
2463
2463
  };
2464
- readonly EDT: {
2465
- readonly tzName: "Eastern Daylight Time";
2466
- readonly offset: "UTC-04:00";
2464
+ readonly EST5EDT: {
2465
+ readonly tzName: "Eastern Standard Tim";
2466
+ readonly offset: "UTC-05:00";
2467
2467
  };
2468
2468
  readonly 'Etc/GMT': {
2469
2469
  readonly tzName: "Greenwich Mean Time";
@@ -2861,10 +2861,6 @@ export declare const TIME_ZONE_IDS: Readonly<{
2861
2861
  readonly tzName: "Central European Time";
2862
2862
  readonly offset: "UTC+01:00";
2863
2863
  };
2864
- readonly Factory: {
2865
- readonly tzName: undefined;
2866
- readonly offset: "UTC+00:00";
2867
- };
2868
2864
  readonly GB: {
2869
2865
  readonly tzName: "Greenwich Mean Time";
2870
2866
  readonly offset: "UTC+00:00";
@@ -2458,9 +2458,9 @@ export const TIME_ZONE_IDS = /* @__PURE__ */ Object.freeze({
2458
2458
  tzName: 'Eastern Standard Time',
2459
2459
  offset: 'UTC-05:00',
2460
2460
  },
2461
- EDT: {
2462
- tzName: 'Eastern Daylight Time',
2463
- offset: 'UTC-04:00',
2461
+ EST5EDT: {
2462
+ tzName: 'Eastern Standard Tim',
2463
+ offset: 'UTC-05:00',
2464
2464
  },
2465
2465
  'Etc/GMT': {
2466
2466
  tzName: 'Greenwich Mean Time',
@@ -2858,10 +2858,6 @@ export const TIME_ZONE_IDS = /* @__PURE__ */ Object.freeze({
2858
2858
  tzName: 'Central European Time',
2859
2859
  offset: 'UTC+01:00',
2860
2860
  },
2861
- Factory: {
2862
- tzName: undefined,
2863
- offset: 'UTC+00:00',
2864
- },
2865
2861
  GB: {
2866
2862
  tzName: 'Greenwich Mean Time',
2867
2863
  offset: 'UTC+00:00',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nhb-toolbox",
3
- "version": "4.26.44",
3
+ "version": "4.26.45",
4
4
  "description": "A versatile collection of smart, efficient, and reusable utility functions, classes and types for everyday development needs.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",