@forcecalendar/core 2.1.48 → 2.1.49

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.
Files changed (2) hide show
  1. package/core/index.js +2 -2
  2. package/package.json +1 -1
package/core/index.js CHANGED
@@ -27,8 +27,8 @@ export { RRuleParser } from './events/RRuleParser.js';
27
27
  // Enhanced Integration
28
28
  export { EnhancedCalendar } from './integration/EnhancedCalendar.js';
29
29
 
30
- // Version
31
- export const VERSION = '0.4.0';
30
+ // Version — keep in sync with package.json
31
+ export const VERSION = '2.1.24';
32
32
 
33
33
  // Default export
34
34
  export { Calendar as default } from './calendar/Calendar.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forcecalendar/core",
3
- "version": "2.1.48",
3
+ "version": "2.1.49",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "A modern, lightweight, framework-agnostic calendar engine optimized for Salesforce",