@fullcalendar/google-calendar 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.d.ts CHANGED
@@ -22,7 +22,7 @@ declare module '@fullcalendar/core/internal' {
22
22
  interface EventSourceRefiners extends ExtraEventSourceRefiners {
23
23
  }
24
24
  }
25
- //# sourceMappingURL=augment.d.ts.map
25
+ //# sourceMappingURL=ambient.d.ts.map
26
26
 
27
27
  declare const _default: PluginDef;
28
28
  //# sourceMappingURL=index.d.ts.map
package/index.global.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Google Calendar Plugin v6.0.0-beta.2
2
+ FullCalendar Google Calendar 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 Google Calendar Plugin v6.0.0-beta.2
2
+ FullCalendar Google Calendar 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/google-calendar",
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 Google Calendar Plugin",
27
27
  "description": "Fetch events from a public Google Calendar feed",
28
28
  "peerDependencies": {
29
- "@fullcalendar/core": "6.0.0-beta.2"
29
+ "@fullcalendar/core": "6.0.0-beta.3"
30
30
  },
31
31
  "main": "./index.cjs",
32
32
  "module": "./index.js",
@@ -38,10 +38,10 @@
38
38
  "./index.cjs": "./index.cjs",
39
39
  "./index.js": "./index.js",
40
40
  ".": {
41
- "require": "./index.cjs",
42
- "import": "./index.js",
43
41
  "types": "./index.d.ts",
44
- "default": "./index.global.js"
42
+ "require": "./index.cjs",
43
+ "import": "./index.js"
45
44
  }
46
- }
45
+ },
46
+ "sideEffects": false
47
47
  }