@fullcalendar/core 7.0.0-rc.1 → 7.0.0-rc.2
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/LICENSE.md +1 -1
- package/package.json +3 -3
package/LICENSE.md
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fullcalendar/core",
|
|
3
|
-
"version": "7.0.0-rc.
|
|
3
|
+
"version": "7.0.0-rc.2",
|
|
4
4
|
"title": "FullCalendar Core Types",
|
|
5
5
|
"description": "FullCalendar core types package",
|
|
6
6
|
"peerDependencies": {
|
|
7
|
-
"@full-ui/headless-calendar": "7.0.0-rc.
|
|
7
|
+
"@full-ui/headless-calendar": "7.0.0-rc.2",
|
|
8
8
|
"temporal-polyfill": "^0.3.2"
|
|
9
9
|
},
|
|
10
10
|
"type": "module",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"email": "arshaw@arshaw.com",
|
|
28
28
|
"url": "http://arshaw.com/"
|
|
29
29
|
},
|
|
30
|
-
"copyright": "
|
|
30
|
+
"copyright": "2026 Adam Shaw",
|
|
31
31
|
"types": "./index.d.ts",
|
|
32
32
|
"main": "./index.js",
|
|
33
33
|
"exports": {
|