@fullcalendar/moment-timezone 5.10.1 → 5.11.3

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/main.cjs.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- FullCalendar v5.10.1
2
+ FullCalendar v5.11.3
3
3
  Docs & License: https://fullcalendar.io/
4
- (c) 2021 Adam Shaw
4
+ (c) 2022 Adam Shaw
5
5
  */
6
6
  'use strict';
7
7
 
package/main.global.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- FullCalendar v5.10.1
2
+ FullCalendar v5.11.3
3
3
  Docs & License: https://fullcalendar.io/
4
- (c) 2021 Adam Shaw
4
+ (c) 2022 Adam Shaw
5
5
  */
6
6
  var FullCalendarMomentTimezone = (function (exports, common, moment) {
7
7
  'use strict';
@@ -1,6 +1,6 @@
1
1
  /*!
2
- FullCalendar v5.10.1
2
+ FullCalendar v5.11.3
3
3
  Docs & License: https://fullcalendar.io/
4
- (c) 2021 Adam Shaw
4
+ (c) 2022 Adam Shaw
5
5
  */
6
6
  var FullCalendarMomentTimezone=function(t,e,n){"use strict";function o(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=o(n),u=function(t,e){return(u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)};var a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}u(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}(e,t),e.prototype.offsetForArray=function(t){return r.default.tz(t,this.timeZoneName).utcOffset()},e.prototype.timestampToArray=function(t){return r.default.tz(t,this.timeZoneName).toArray()},e}(e.NamedTimeZoneImpl),i=e.createPlugin({namedTimeZonedImpl:a});return e.globalPlugins.push(i),t.default=i,Object.defineProperty(t,"__esModule",{value:!0}),t}({},FullCalendar,moment);
package/main.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- FullCalendar v5.10.1
2
+ FullCalendar v5.11.3
3
3
  Docs & License: https://fullcalendar.io/
4
- (c) 2021 Adam Shaw
4
+ (c) 2022 Adam Shaw
5
5
  */
6
6
  import { __extends } from 'tslib';
7
7
  import moment from 'moment';
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@fullcalendar/moment-timezone",
3
- "version": "5.10.1",
3
+ "version": "5.11.3",
4
4
  "title": "FullCalendar Moment Timezone Plugin",
5
5
  "description": "A connector to the moment-timezone library",
6
6
  "docs": "https://fullcalendar.io/docs/moment-timezone-plugin",
7
7
  "dependencies": {
8
- "@fullcalendar/common": "~5.10.1",
8
+ "@fullcalendar/common": "~5.11.3",
9
9
  "tslib": "^2.1.0"
10
10
  },
11
11
  "peerDependencies": {
@@ -13,7 +13,7 @@
13
13
  "moment-timezone": "^0.5.31"
14
14
  },
15
15
  "devDependencies": {
16
- "@fullcalendar/core-preact": "5.10.1",
16
+ "@fullcalendar/core-preact": "5.11.3",
17
17
  "moment": "^2.29.1",
18
18
  "moment-timezone": "^0.5.31"
19
19
  },