@fullcalendar/list
Advanced tools
Comparing version 5.0.0-beta.3 to 5.0.0-beta.4
@@ -1,2 +0,2 @@ | ||
import { DateComponent, ViewProps, createElement, Seg, DateMarker, EventStore, EventUiHash, DateRange, EventRenderRange, ViewApi, Identity, ClassNamesGenerator, CustomContentGenerator, DidMountHandler, WillUnmountHandler, FormatterInput, DateFormatter, PluginDef } from '@fullcalendar/common'; | ||
import { ViewApi, DateComponent, ViewProps, createElement, Seg, DateMarker, EventStore, EventUiHash, DateRange, EventRenderRange, Identity, ClassNamesGenerator, CustomContentGenerator, DidMountHandler, WillUnmountHandler, FormatterInput, DateFormatter, PluginDef } from '@fullcalendar/common'; | ||
@@ -39,2 +39,2 @@ interface NoEventsHookProps { | ||
export default _default; | ||
export { ListView }; | ||
export { ListView, NoEventsHookProps }; |
/*! | ||
FullCalendar v5.0.0-beta.3 | ||
FullCalendar v5.0.0-beta.4 | ||
Docs & License: https://fullcalendar.io/ | ||
@@ -4,0 +4,0 @@ (c) 2019 Adam Shaw |
{ | ||
"name": "@fullcalendar/list", | ||
"version": "5.0.0-beta.3", | ||
"version": "5.0.0-beta.4", | ||
"title": "FullCalendar List View Plugin", | ||
@@ -8,3 +8,3 @@ "description": "View your events as a bulleted list", | ||
"dependencies": { | ||
"@fullcalendar/common": "5.0.0-beta.3", | ||
"@fullcalendar/common": "5.0.0-beta.4", | ||
"tslib": "^1.9.3" | ||
@@ -11,0 +11,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49500
+ Added@fullcalendar/common@5.0.0-beta.4(transitive)
- Removed@fullcalendar/common@5.0.0-beta.3(transitive)