@fullcalendar/google-calendar 6.1.17 → 6.1.19

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 Google Calendar Plugin v6.1.17
2
+ FullCalendar Google Calendar Plugin v6.1.19
3
3
  Docs & License: https://fullcalendar.io/docs/google-calendar
4
4
  (c) 2024 Adam Shaw
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Google Calendar Plugin v6.1.17
2
+ FullCalendar Google Calendar Plugin v6.1.19
3
3
  Docs & License: https://fullcalendar.io/docs/google-calendar
4
4
  (c) 2024 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/google-calendar",
3
- "version": "6.1.17",
3
+ "version": "6.1.19",
4
4
  "title": "FullCalendar Google Calendar Plugin",
5
5
  "description": "Display events from a public Google Calendar feed",
6
6
  "homepage": "https://fullcalendar.io/docs/google-calendar",
@@ -12,7 +12,7 @@
12
12
  "google-calendar"
13
13
  ],
14
14
  "peerDependencies": {
15
- "@fullcalendar/core": "~6.1.17"
15
+ "@fullcalendar/core": "~6.1.19"
16
16
  },
17
17
  "type": "module",
18
18
  "bugs": "https://fullcalendar.io/reporting-bugs",