Skip to content

Commit

Permalink
Build moment-timezone 0.5.41
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed Feb 25, 2023
1 parent 78cf3ad commit 98d3add
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 78 deletions.
134 changes: 67 additions & 67 deletions builds/moment-timezone-with-data-10-year-range.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data-10-year-range.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions builds/moment-timezone-with-data-1970-2030.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! moment-timezone.js
//! version : 0.5.40
//! version : 0.5.41
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
Expand Down Expand Up @@ -29,7 +29,7 @@
// return moment;
// }

var VERSION = "0.5.40",
var VERSION = "0.5.41",
zones = {},
links = {},
countries = {},
Expand Down
2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data-1970-2030.min.js

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions builds/moment-timezone-with-data-2012-2022.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! moment-timezone.js
//! version : 0.5.40
//! version : 0.5.41
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
Expand Down Expand Up @@ -29,7 +29,7 @@
// return moment;
// }

var VERSION = "0.5.40",
var VERSION = "0.5.41",
zones = {},
links = {},
countries = {},
Expand Down Expand Up @@ -1543,6 +1543,18 @@
]
});

function staleDataWarning() {
if (moment.suppressDeprecationWarnings === false &&
(typeof console !== 'undefined') && console.warn) {
console.warn(
'Deprecation warning: ' +
'Moment Timezone has been loaded from a file containing data from 2012 to 2022 only. ' +
'This file is out of date and may be removed in a future release. ' +
'Dates and times for the current year might be incorrect.'
);
}
}
staleDataWarning();

return moment;
}));
2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data-2012-2022.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions builds/moment-timezone-with-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/moment-timezone.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98d3add

Please sign in to comment.