@beastmode-develeap/beastmode 0.1.174 → 0.1.176
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/dist/web/board.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
</script>
|
|
17
17
|
<!--BOARD_DATA-->
|
|
18
|
-
<script>window.__BUILD_STAMP__ = "20260506-
|
|
18
|
+
<script>window.__BUILD_STAMP__ = "20260506-191958-6e13d9d";</script>
|
|
19
19
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
20
20
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
21
21
|
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
@@ -4044,6 +4044,7 @@ function normalizeDt(s) {
|
|
|
4044
4044
|
if (!s) return s;
|
|
4045
4045
|
if (s.length >= 19 && s[10] === ' ') s = s.slice(0, 10) + 'T' + s.slice(11);
|
|
4046
4046
|
if (s.endsWith('+00:00')) s = s.slice(0, -6) + 'Z';
|
|
4047
|
+
if (s.endsWith(' UTC')) s = s.slice(0, -4);
|
|
4047
4048
|
if (s.length >= 19 && !s.endsWith('Z') && !s.includes('+')) s += 'Z';
|
|
4048
4049
|
return s;
|
|
4049
4050
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6e13d9de0bc9c46a9705007a35ba9da6d1fd7f33
|
package/dist/web/build-stamp.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
20260506-
|
|
1
|
+
20260506-191958-6e13d9d
|