@fullcalendar/moment-timezone 6.1.11 → 6.1.13

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/index.global.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- FullCalendar Moment Timezone Plugin v6.1.11
2
+ FullCalendar Moment Timezone Plugin v6.1.13
3
3
  Docs & License: https://fullcalendar.io/docs/moment-timezone-plugin
4
- (c) 2023 Adam Shaw
4
+ (c) 2024 Adam Shaw
5
5
  */
6
6
  FullCalendar.MomentTimezone = (function (exports, core, moment, internal) {
7
7
  'use strict';
@@ -1,6 +1,6 @@
1
1
  /*!
2
- FullCalendar Moment Timezone Plugin v6.1.11
2
+ FullCalendar Moment Timezone Plugin v6.1.13
3
3
  Docs & License: https://fullcalendar.io/docs/moment-timezone-plugin
4
- (c) 2023 Adam Shaw
4
+ (c) 2024 Adam Shaw
5
5
  */
6
6
  FullCalendar.MomentTimezone=function(e,t,n,a){"use strict";function l(e){return e&&e.__esModule?e:{default:e}}var r=l(n);class u extends a.NamedTimeZoneImpl{offsetForArray(e){return r.default.tz(e,this.timeZoneName).utcOffset()}timestampToArray(e){return r.default.tz(e,this.timeZoneName).toArray()}}var m=t.createPlugin({name:"@fullcalendar/moment-timezone",namedTimeZonedImpl:u});return t.globalPlugins.push(m),e.default=m,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar,moment,FullCalendar.Internal);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/moment-timezone",
3
- "version": "6.1.11",
3
+ "version": "6.1.13",
4
4
  "title": "FullCalendar Moment Timezone Plugin",
5
5
  "description": "Enhanced named time zone functionality with Moment Timezone",
6
6
  "keywords": [
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "homepage": "https://fullcalendar.io/docs/moment-timezone-plugin",
16
16
  "peerDependencies": {
17
- "@fullcalendar/core": "~6.1.11",
17
+ "@fullcalendar/core": "~6.1.13",
18
18
  "moment-timezone": "^0.5.40"
19
19
  },
20
20
  "type": "module",
@@ -30,7 +30,7 @@
30
30
  "email": "arshaw@arshaw.com",
31
31
  "url": "http://arshaw.com/"
32
32
  },
33
- "copyright": "2023 Adam Shaw",
33
+ "copyright": "2024 Adam Shaw",
34
34
  "types": "./index.d.ts",
35
35
  "main": "./index.cjs",
36
36
  "module": "./index.js",