@fullcalendar/moment 6.0.0-beta.2 → 6.0.0-beta.3

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 v6.0.0-beta.2
2
+ FullCalendar Moment Plugin v6.0.0-beta.3
3
3
  Docs & License: https://fullcalendar.io/
4
4
  (c) 2022 Adam Shaw
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Moment Plugin v6.0.0-beta.2
2
+ FullCalendar Moment Plugin v6.0.0-beta.3
3
3
  Docs & License: https://fullcalendar.io/
4
4
  (c) 2022 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/moment",
3
- "version": "6.0.0-beta.2",
3
+ "version": "6.0.0-beta.3",
4
4
  "keywords": [
5
5
  "calendar",
6
6
  "event",
@@ -26,7 +26,7 @@
26
26
  "title": "FullCalendar Moment Plugin",
27
27
  "description": "A connector to the MomentJS date library",
28
28
  "peerDependencies": {
29
- "@fullcalendar/core": "6.0.0-beta.2",
29
+ "@fullcalendar/core": "6.0.0-beta.3",
30
30
  "moment": "^2.29.1"
31
31
  },
32
32
  "main": "./index.cjs",
@@ -39,10 +39,10 @@
39
39
  "./index.cjs": "./index.cjs",
40
40
  "./index.js": "./index.js",
41
41
  ".": {
42
- "require": "./index.cjs",
43
- "import": "./index.js",
44
42
  "types": "./index.d.ts",
45
- "default": "./index.global.js"
43
+ "require": "./index.cjs",
44
+ "import": "./index.js"
46
45
  }
47
- }
46
+ },
47
+ "sideEffects": false
48
48
  }