@fullcalendar/moment-timezone 5.11.0 → 5.11.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/main.cjs.js +2 -2
- package/main.global.js +2 -2
- package/main.global.min.js +2 -2
- package/main.js +2 -2
- package/package.json +3 -3
package/main.cjs.js
CHANGED
package/main.global.js
CHANGED
package/main.global.min.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
|
-
FullCalendar v5.
|
2
|
+
FullCalendar v5.11.2
|
3
3
|
Docs & License: https://fullcalendar.io/
|
4
|
-
(c)
|
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
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fullcalendar/moment-timezone",
|
3
|
-
"version": "5.11.
|
3
|
+
"version": "5.11.2",
|
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.11.
|
8
|
+
"@fullcalendar/common": "~5.11.2",
|
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.11.
|
16
|
+
"@fullcalendar/core-preact": "5.11.2",
|
17
17
|
"moment": "^2.29.1",
|
18
18
|
"moment-timezone": "^0.5.31"
|
19
19
|
},
|