diff --git a/bundle-esm-stats.html b/bundle-esm-stats.html
index ff0477135..ec0f09e27 100644
--- a/bundle-esm-stats.html
+++ b/bundle-esm-stats.html
@@ -2199,7 +2199,7 @@
step = start, start = stop, stop = step;
step = i0, i0 = i1, i1 = step;
}
-
+
while (maxIter-- > 0) {
step = tickIncrement(start, stop, count);
if (step === prestep) {
@@ -2599,7 +2599,7 @@
} else {
return path.replace(/\/$/, '').replace(/.*\//, '');
}
- };
+ };
} (utils$3));
const utils$2 = utils$3;
@@ -2951,9 +2951,9 @@
if (opts.tokens) {
if (idx === 0 && start !== 0) {
tokens[idx].isPrefix = true;
- tokens[idx].dateTimeStamp = prefix;
+ tokens[idx].value = prefix;
} else {
- tokens[idx].dateTimeStamp = value;
+ tokens[idx].value = value;
}
depth(tokens[idx]);
state.maxDepth += tokens[idx].depth;
@@ -2969,7 +2969,7 @@
parts.push(value);
if (opts.tokens) {
- tokens[tokens.length - 1].dateTimeStamp = value;
+ tokens[tokens.length - 1].value = value;
depth(tokens[tokens.length - 1]);
state.maxDepth += tokens[tokens.length - 1].depth;
}
@@ -4873,7 +4873,7 @@