@fullcalendar/common
Advanced tools
Comparing version 5.10.1 to 5.11.0
{ | ||
"name": "@fullcalendar/common", | ||
"version": "5.10.1", | ||
"version": "5.11.0", | ||
"title": "FullCalendar Common", | ||
@@ -27,4 +27,4 @@ "description": "internal package", | ||
"devDependencies": { | ||
"@fullcalendar/core-preact": "5.10.1" | ||
"@fullcalendar/core-preact": "5.11.0" | ||
} | ||
} |
@@ -16,3 +16,3 @@ 'use strict'; | ||
var createPortal = FullCalendarVDom.createPortal; | ||
var flushToDom = FullCalendarVDom.flushToDom; | ||
var flushSync = FullCalendarVDom.flushSync; | ||
var unmountComponentAtNode = FullCalendarVDom.unmountComponentAtNode; | ||
@@ -27,4 +27,4 @@ /* eslint-enable */ | ||
exports.createRef = createRef; | ||
exports.flushToDom = flushToDom; | ||
exports.flushSync = flushSync; | ||
exports.render = render; | ||
exports.unmountComponentAtNode = unmountComponentAtNode; |
@@ -17,3 +17,3 @@ | ||
export import VUIEvent = FullCalendarVDom.VUIEvent; | ||
export import flushToDom = FullCalendarVDom.flushToDom; | ||
export import flushSync = FullCalendarVDom.flushSync; | ||
export import unmountComponentAtNode = FullCalendarVDom.unmountComponentAtNode; |
@@ -12,6 +12,6 @@ /// <reference types="@fullcalendar/core-preact" /> | ||
var createPortal = FullCalendarVDom.createPortal; | ||
var flushToDom = FullCalendarVDom.flushToDom; | ||
var flushSync = FullCalendarVDom.flushSync; | ||
var unmountComponentAtNode = FullCalendarVDom.unmountComponentAtNode; | ||
/* eslint-enable */ | ||
export { Component, Fragment, createContext, createElement, createPortal, createRef, flushToDom, render, unmountComponentAtNode }; | ||
export { Component, Fragment, createContext, createElement, createPortal, createRef, flushSync, render, unmountComponentAtNode }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1708797
22770