@fullcalendar/icalendar 6.1.15 → 7.0.0-beta.1

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/index.global.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar iCalendar Plugin v6.1.15
2
+ FullCalendar iCalendar Plugin v7.0.0-beta.1
3
3
  Docs & License: https://fullcalendar.io/docs/icalendar
4
4
  (c) 2024 Adam Shaw
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar iCalendar Plugin v6.1.15
2
+ FullCalendar iCalendar Plugin v7.0.0-beta.1
3
3
  Docs & License: https://fullcalendar.io/docs/icalendar
4
4
  (c) 2024 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/icalendar",
3
- "version": "6.1.15",
3
+ "version": "7.0.0-beta.1",
4
4
  "title": "FullCalendar iCalendar Plugin",
5
5
  "description": "Display events from a public iCalendar feed",
6
6
  "keywords": [
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "homepage": "https://fullcalendar.io/docs/icalendar",
15
15
  "peerDependencies": {
16
- "@fullcalendar/core": "~6.1.15",
16
+ "@fullcalendar/core": "7.0.0-beta.1",
17
17
  "ical.js": "^1.4.0"
18
18
  },
19
19
  "type": "module",