@fullcalendar/interaction
Advanced tools
Comparing version 6.0.2 to 6.0.3
/*! | ||
FullCalendar Interaction Plugin v6.0.2 | ||
FullCalendar Interaction Plugin v6.0.3 | ||
Docs & License: https://fullcalendar.io/docs/editable | ||
@@ -4,0 +4,0 @@ (c) 2022 Adam Shaw |
{ | ||
"name": "@fullcalendar/interaction", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"title": "FullCalendar Interaction Plugin", | ||
@@ -17,3 +17,3 @@ "description": "Calendar functionality for event drag-n-drop, event resizing, date clicking, and date selecting", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "~6.0.2" | ||
"@fullcalendar/core": "~6.0.3" | ||
}, | ||
@@ -34,5 +34,5 @@ "type": "module", | ||
"copyright": "2022 Adam Shaw", | ||
"main": "./index.cjs", | ||
"module": "./index.js", | ||
"types": "./index.d.ts", | ||
"main": "./index.js", | ||
"module": "./index.esm.js", | ||
"unpkg": "./index.global.min.js", | ||
@@ -42,8 +42,6 @@ "jsdelivr": "./index.global.min.js", | ||
"./package.json": "./package.json", | ||
"./index.cjs": "./index.cjs", | ||
"./index.js": "./index.js", | ||
".": { | ||
"types": "./index.d.ts", | ||
"require": "./index.cjs", | ||
"import": "./index.js" | ||
"require": "./index.js", | ||
"import": "./index.esm.js" | ||
} | ||
@@ -50,0 +48,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
323409
8