@fullcalendar/moment-timezone
Advanced tools
Comparing version 6.1.4 to 6.1.5
/*! | ||
FullCalendar Moment Timezone Plugin v6.1.4 | ||
FullCalendar Moment Timezone Plugin v6.1.5 | ||
Docs & License: https://fullcalendar.io/docs/moment-timezone-plugin | ||
@@ -4,0 +4,0 @@ (c) 2023 Adam Shaw |
/*! | ||
FullCalendar Moment Timezone Plugin v6.1.4 | ||
FullCalendar Moment Timezone Plugin v6.1.5 | ||
Docs & License: https://fullcalendar.io/docs/moment-timezone-plugin | ||
@@ -4,0 +4,0 @@ (c) 2023 Adam Shaw |
@@ -1,4 +0,4 @@ | ||
import { createPlugin } from '@fullcalendar/core'; | ||
import { createPlugin } from '@fullcalendar/core/index.js'; | ||
import moment from 'moment-timezone'; | ||
import { NamedTimeZoneImpl } from '@fullcalendar/core/internal'; | ||
import { NamedTimeZoneImpl } from '@fullcalendar/core/internal.js'; | ||
@@ -5,0 +5,0 @@ class MomentNamedTimeZone extends NamedTimeZoneImpl { |
{ | ||
"name": "@fullcalendar/moment-timezone", | ||
"version": "6.1.4", | ||
"version": "6.1.5", | ||
"title": "FullCalendar Moment Timezone Plugin", | ||
@@ -17,3 +17,3 @@ "description": "Enhanced named time zone functionality with Moment Timezone", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "~6.1.4", | ||
"@fullcalendar/core": "~6.1.5", | ||
"moment-timezone": "^0.5.40" | ||
@@ -43,2 +43,3 @@ }, | ||
"./index.cjs": "./index.cjs", | ||
"./index.js": "./index.js", | ||
".": { | ||
@@ -45,0 +46,0 @@ "types": "./index.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
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
6717