@campxdev/shared 3.1.19 → 3.1.20

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": "@campxdev/shared",
3
- "version": "3.1.19",
3
+ "version": "3.1.20",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -12,7 +12,7 @@ const tenantBatchConfig = {
12
12
  '2023 - 2024': ['_JAN', '_JUL'],
13
13
  '2024 - 2025': ['_JUL', '_JAN'],
14
14
  '2025 - 2026': ['_JAN', '_JUL'],
15
-
15
+ '2026 - 2027': ['_JAN'],
16
16
  // Add more specific year configurations as needed
17
17
  },
18
18
  },