@fullcalendar/moment-timezone 7.0.0-beta.3 → 7.0.0-beta.4

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 Moment Timezone Plugin v7.0.0-beta.3
2
+ FullCalendar Moment Timezone Plugin v7.0.0-beta.4
3
3
  Docs & License: https://fullcalendar.io/docs/moment-timezone-plugin
4
4
  (c) 2024 Adam Shaw
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Moment Timezone Plugin v7.0.0-beta.3
2
+ FullCalendar Moment Timezone Plugin v7.0.0-beta.4
3
3
  Docs & License: https://fullcalendar.io/docs/moment-timezone-plugin
4
4
  (c) 2024 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/moment-timezone",
3
- "version": "7.0.0-beta.3",
3
+ "version": "7.0.0-beta.4",
4
4
  "title": "FullCalendar Moment Timezone Plugin",
5
5
  "description": "Enhanced named time zone functionality with Moment Timezone",
6
6
  "keywords": [
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "homepage": "https://fullcalendar.io/docs/moment-timezone-plugin",
16
16
  "peerDependencies": {
17
- "@fullcalendar/core": "7.0.0-beta.3",
17
+ "@fullcalendar/core": "7.0.0-beta.4",
18
18
  "moment-timezone": "^0.5.40"
19
19
  },
20
20
  "type": "module",