@fullcalendar/moment
Advanced tools
Comparing version 6.0.0-beta.1 to 6.0.0-beta.2
{ | ||
"name": "@fullcalendar/moment", | ||
"version": "6.0.0-beta.1", | ||
"title": "FullCalendar Moment Plugin", | ||
"description": "A connector to the MomentJS date library", | ||
"version": "6.0.0-beta.2", | ||
"keywords": [ | ||
"calendar", | ||
"event", | ||
"full-sized" | ||
], | ||
"homepage": "https://fullcalendar.io/", | ||
"docs": "https://fullcalendar.io/docs/moment-plugin", | ||
"dependencies": { | ||
"@fullcalendar/common": "6.0.0-beta.1", | ||
"tslib": "^2.1.0" | ||
}, | ||
"peerDependencies": { | ||
"moment": "^2.29.1" | ||
}, | ||
"devDependencies": { | ||
"@fullcalendar/core-preact": "6.0.0-beta.1", | ||
"moment": "^2.29.1" | ||
}, | ||
"main": "main.cjs.js", | ||
"module": "main.js", | ||
"types": "main.d.ts", | ||
"jsdelivr": "main.global.min.js", | ||
"browserGlobal": "FullCalendarMoment", | ||
"homepage": "https://fullcalendar.io/", | ||
"bugs": "https://fullcalendar.io/reporting-bugs", | ||
@@ -28,3 +15,4 @@ "repository": { | ||
"url": "https://github.com/fullcalendar/fullcalendar.git", | ||
"homepage": "https://github.com/fullcalendar/fullcalendar" | ||
"homepage": "https://github.com/fullcalendar/fullcalendar", | ||
"directory": "packages/moment" | ||
}, | ||
@@ -36,3 +24,27 @@ "license": "MIT", | ||
"url": "http://arshaw.com/" | ||
}, | ||
"copyright": "2022 Adam Shaw", | ||
"type": "module", | ||
"title": "FullCalendar Moment Plugin", | ||
"description": "A connector to the MomentJS date library", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "6.0.0-beta.2", | ||
"moment": "^2.29.1" | ||
}, | ||
"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" | ||
} | ||
} | ||
} |
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
2
0
Yes
15978
8
303
1
+ Added@fullcalendar/core@6.0.0-beta.2(transitive)
+ Addedpreact@10.25.4(transitive)
- Removed@fullcalendar/common@6.0.0-beta.1
- Removedtslib@^2.1.0
- Removed@fullcalendar/common@6.0.0-beta.1(transitive)
- Removedtslib@2.8.1(transitive)