Skip to content

Commit

Permalink
Build 2.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Jul 6, 2022
1 parent f2006b6 commit 000ac18
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dist/moment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! moment.js
//! version : 2.29.3
//! version : 2.29.4
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
Expand Down Expand Up @@ -2448,7 +2448,7 @@ function untruncateYear(yearStr) {
function preprocessRFC2822(s) {
// Remove comments and folding whitespace and replace multiple-spaces with a single space
return s
.replace(/\([^)]*\)|[\n\t]/g, ' ')
.replace(/\([^()]*\)|[\n\t]/g, ' ')
.replace(/(\s\s+)/g, ' ')
.replace(/^\s\s*/, '')
.replace(/\s\s*$/, '');
Expand Down Expand Up @@ -5629,7 +5629,7 @@ addParseToken('x', function (input, array, config) {

//! moment.js

hooks.version = '2.29.3';
hooks.version = '2.29.4';

setHookCallback(createLocal);

Expand Down
4 changes: 2 additions & 2 deletions min/moment-with-locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -2448,7 +2448,7 @@
function preprocessRFC2822(s) {
// Remove comments and folding whitespace and replace multiple-spaces with a single space
return s
.replace(/\([^)]*\)|[\n\t]/g, ' ')
.replace(/\([^()]*\)|[\n\t]/g, ' ')
.replace(/(\s\s+)/g, ' ')
.replace(/^\s\s*/, '')
.replace(/\s\s*$/, '');
Expand Down Expand Up @@ -5629,7 +5629,7 @@

//! moment.js

hooks.version = '2.29.3';
hooks.version = '2.29.4';

setHookCallback(createLocal);

Expand Down
2 changes: 1 addition & 1 deletion min/moment-with-locales.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/moment-with-locales.min.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/moment.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions moment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! moment.js
//! version : 2.29.3
//! version : 2.29.4
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
Expand Down Expand Up @@ -2454,7 +2454,7 @@
function preprocessRFC2822(s) {
// Remove comments and folding whitespace and replace multiple-spaces with a single space
return s
.replace(/\([^)]*\)|[\n\t]/g, ' ')
.replace(/\([^()]*\)|[\n\t]/g, ' ')
.replace(/(\s\s+)/g, ' ')
.replace(/^\s\s*/, '')
.replace(/\s\s*$/, '');
Expand Down Expand Up @@ -5635,7 +5635,7 @@

//! moment.js

hooks.version = '2.29.3';
hooks.version = '2.29.4';

setHookCallback(createLocal);

Expand Down

0 comments on commit 000ac18

Please sign in to comment.