@beastmode-develeap/beastmode 0.1.101 → 0.1.103
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/index.js +14 -0
- package/dist/index.js.map +1 -1
- package/dist/web/board.html +3 -0
- package/dist/web/build-stamp.txt +1 -0
- package/package.json +1 -1
package/dist/web/board.html
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
</script>
|
|
17
17
|
<!--BOARD_DATA-->
|
|
18
|
+
<script>window.__BUILD_STAMP__ = "20260417-233123-e295d21";</script>
|
|
18
19
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
19
20
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
20
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">
|
|
@@ -6720,5 +6721,7 @@ function App() {
|
|
|
6720
6721
|
|
|
6721
6722
|
render(html`<${App} />`, document.getElementById('app'));
|
|
6722
6723
|
</script>
|
|
6724
|
+
<div id="build-stamp-footer" style="position:fixed;bottom:4px;right:8px;font-size:10px;color:rgba(255,255,255,0.2);font-family:'JetBrains Mono',monospace;pointer-events:none;z-index:1;user-select:all"></div>
|
|
6725
|
+
<script>if(window.__BUILD_STAMP__){document.getElementById('build-stamp-footer').textContent=window.__BUILD_STAMP__}</script>
|
|
6723
6726
|
</body>
|
|
6724
6727
|
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
20260417-233123-e295d21
|