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