@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.
@@ -15,7 +15,7 @@
15
15
  }
16
16
  </script>
17
17
  <!--BOARD_DATA-->
18
- <script>window.__BUILD_STAMP__ = "20260506-171343-7417af9";</script>
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
- 7417af9f3d1a0f653684f09ddcdad8a0ebb80f99
1
+ 6e13d9de0bc9c46a9705007a35ba9da6d1fd7f33
@@ -1 +1 @@
1
- 20260506-171343-7417af9
1
+ 20260506-191958-6e13d9d
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beastmode-develeap/beastmode",
3
- "version": "0.1.174",
3
+ "version": "0.1.176",
4
4
  "description": "BeastMode Dark Factory — turn intent into verified software",
5
5
  "type": "module",
6
6
  "bin": {