nhb-toolbox 4.26.71 → 4.26.73

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,6 +6,10 @@ All notable changes to the package will be documented here.
6
6
 
7
7
  ---
8
8
 
9
+ ## [4.26.73] - 2025-11-22
10
+
11
+ - **Added** the **missing** *closing parenthesis* in `INDIA_VEDIC_SEASONS` *constant* within the `seasons` module.
12
+
9
13
  ## [4.26.71] - 2025-11-21
10
14
 
11
15
  - **Fixed** type issues regarding *array inputs* for `sanitizeData` by swapping the *overload signatures*.
@@ -62,7 +62,7 @@ exports.INDIA_VEDIC_SEASONS = /* @__PURE__ */ Object.freeze([
62
62
  boundary: { startDate: '08-15', endDate: '10-14' },
63
63
  },
64
64
  {
65
- name: 'Hemant (Late-Autumn',
65
+ name: 'Hemant (Late-Autumn)',
66
66
  boundary: { startDate: '10-15', endDate: '12-14' },
67
67
  },
68
68
  ]);
@@ -59,7 +59,7 @@ export const INDIA_VEDIC_SEASONS = /* @__PURE__ */ Object.freeze([
59
59
  boundary: { startDate: '08-15', endDate: '10-14' },
60
60
  },
61
61
  {
62
- name: 'Hemant (Late-Autumn',
62
+ name: 'Hemant (Late-Autumn)',
63
63
  boundary: { startDate: '10-15', endDate: '12-14' },
64
64
  },
65
65
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nhb-toolbox",
3
- "version": "4.26.71",
3
+ "version": "4.26.73",
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",