@fullcalendar/resource-timegrid
Advanced tools
Comparing version 6.0.0-beta.1 to 6.0.0-beta.2
For complete licensing information, visit: | ||
http://fullcalendar.io/scheduler/license | ||
https://fullcalendar.io/scheduler/license | ||
@@ -9,11 +9,11 @@ FullCalendar Scheduler is tri-licensed, meaning you must choose | ||
- Commercial License | ||
(a paid license, meant for commercial use) | ||
http://fullcalendar.io/scheduler/license-details | ||
(a paid license, intended for commercial use) | ||
https://fullcalendar.io/scheduler/license-details | ||
- Creative Commons Non-Commercial No-Derivatives | ||
(meant for trial and non-commercial use) | ||
(intended for trial and non-commercial use) | ||
https://creativecommons.org/licenses/by-nc-nd/4.0/ | ||
- GPLv3 License | ||
(meant for open-source projects) | ||
(intended for open-source projects) | ||
http://www.gnu.org/licenses/gpl-3.0.en.html |
{ | ||
"name": "@fullcalendar/resource-timegrid", | ||
"version": "6.0.0-beta.1", | ||
"title": "FullCalendar Resource Time Grid Plugin", | ||
"description": "Displays events on a vertical resource view with time slots", | ||
"version": "6.0.0-beta.2", | ||
"keywords": [ | ||
"calendar", | ||
"event", | ||
"full-sized" | ||
], | ||
"homepage": "https://fullcalendar.io/premium", | ||
"docs": "https://fullcalendar.io/docs/vertical-resource-view", | ||
"dependencies": { | ||
"@fullcalendar/common": "6.0.0-beta.1", | ||
"@fullcalendar/premium-common": "6.0.0-beta.1", | ||
"@fullcalendar/resource-common": "6.0.0-beta.1", | ||
"@fullcalendar/resource-daygrid": "6.0.0-beta.1", | ||
"@fullcalendar/timegrid": "6.0.0-beta.1", | ||
"tslib": "^2.1.0" | ||
}, | ||
"main": "main.cjs.js", | ||
"module": "main.js", | ||
"types": "main.d.ts", | ||
"jsdelivr": "main.global.min.js", | ||
"browserGlobal": "FullCalendarResourceTimeGrid", | ||
"homepage": "https://fullcalendar.io/scheduler", | ||
"bugs": "https://fullcalendar.io/reporting-bugs", | ||
@@ -25,3 +15,4 @@ "repository": { | ||
"url": "https://github.com/fullcalendar/fullcalendar-scheduler.git", | ||
"homepage": "https://github.com/fullcalendar/fullcalendar-scheduler" | ||
"homepage": "https://github.com/fullcalendar/fullcalendar-scheduler", | ||
"directory": "packages/resource-timegrid" | ||
}, | ||
@@ -34,5 +25,38 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
}, | ||
"devDependencies": { | ||
"@fullcalendar/core-preact": "6.0.0-beta.1" | ||
"copyright": "2022 Adam Shaw", | ||
"title": "FullCalendar Resource Time Grid Plugin", | ||
"description": "Displays events on a vertical resource view with time slots", | ||
"dependencies": { | ||
"@fullcalendar/premium-common": "6.0.0-beta.2", | ||
"@fullcalendar/resource-daygrid": "6.0.0-beta.2", | ||
"@fullcalendar/timegrid": "6.0.0-beta.2" | ||
}, | ||
"peerDependencies": { | ||
"@fullcalendar/core": "6.0.0-beta.2", | ||
"@fullcalendar/resource": "6.0.0-beta.2" | ||
}, | ||
"type": "module", | ||
"main": "./index.cjs", | ||
"module": "./index.js", | ||
"types": "./index.d.ts", | ||
"unpkg": "./index.global.min.js", | ||
"jsdelvr": "./index.global.min.js", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./index.cjs": "./index.cjs", | ||
"./index.js": "./index.js", | ||
".": { | ||
"require": "./index.cjs", | ||
"import": "./index.js", | ||
"types": "./index.d.ts", | ||
"default": "./index.global.js" | ||
}, | ||
"./internal.cjs": "./internal.cjs", | ||
"./internal.js": "./internal.js", | ||
"./internal": { | ||
"require": "./internal.cjs", | ||
"import": "./internal.js", | ||
"types": "./internal.d.ts" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5
0
11
430
Yes
34209
+ Added@fullcalendar/core@6.0.0-beta.2(transitive)
+ Added@fullcalendar/daygrid@6.0.0-beta.2(transitive)
+ Added@fullcalendar/premium-common@6.0.0-beta.2(transitive)
+ Added@fullcalendar/resource@6.0.0-beta.2(transitive)
+ Added@fullcalendar/resource-daygrid@6.0.0-beta.2(transitive)
+ Added@fullcalendar/timegrid@6.0.0-beta.2(transitive)
+ Addedpreact@10.24.3(transitive)
- Removed@fullcalendar/common@6.0.0-beta.1
- Removedtslib@^2.1.0
- Removed@fullcalendar/common@6.0.0-beta.1(transitive)
- Removed@fullcalendar/daygrid@6.0.0-beta.1(transitive)
- Removed@fullcalendar/premium-common@6.0.0-beta.1(transitive)
- Removed@fullcalendar/resource-common@6.0.0-beta.1(transitive)
- Removed@fullcalendar/resource-daygrid@6.0.0-beta.1(transitive)
- Removed@fullcalendar/timegrid@6.0.0-beta.1(transitive)
- Removedtslib@2.8.1(transitive)