@forcecalendar/core 2.1.43 → 2.1.44

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.
@@ -57,7 +57,7 @@ export class EnhancedCalendar extends Calendar {
57
57
  /**
58
58
  * Get events with enhanced recurrence expansion
59
59
  */
60
- async getEventsInRange(startDate, endDate, options = {}) {
60
+ getEventsInRange(startDate, endDate, options = {}) {
61
61
  const startTime = performance.now();
62
62
 
63
63
  const regularEvents = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forcecalendar/core",
3
- "version": "2.1.43",
3
+ "version": "2.1.44",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "A modern, lightweight, framework-agnostic calendar engine optimized for Salesforce",